Skip to content

Dichgrem/Dichgrem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

while (!kthread_should_stop())
	wait_event_interruptible_timeout(
		wq,
		({ bool ready = condition;
		   ready || need_resched(); }),
		HZ);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors