Searched refs:kthread_suspend (Results 1 – 3 of 3) sorted by relevance
77 int kthread_suspend(struct thread *, int);
375 kthread_suspend(struct thread *td, int timo) in kthread_suspend() function
989 error = kthread_suspend(td, kproc_shutdown_wait * hz); in kthread_shutdown()