Home
last modified time | relevance | path

Searched refs:kthread_suspend (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dkthread.h77 int kthread_suspend(struct thread *, int);
/f-stack/freebsd/kern/
H A Dkern_kthread.c375 kthread_suspend(struct thread *td, int timo) in kthread_suspend() function
H A Dkern_shutdown.c989 error = kthread_suspend(td, kproc_shutdown_wait * hz); in kthread_shutdown()