Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dkthread.h75 int kthread_suspend(struct thread *, int);
/freebsd/tools/regression/kthread/kld/
H A Dkthrdlk.c66 error = kthread_suspend(td, 10*hz); in thr_suspender()
/freebsd/sys/dev/usb/
H A Dusb_process.c70 #define USB_THREAD_SUSPEND(p) kthread_suspend(p,0)
/freebsd/sys/kern/
H A Dkern_kthread.c401 kthread_suspend(struct thread *td, int timo) in kthread_suspend() function
H A Dkern_shutdown.c1049 error = kthread_suspend(td, kproc_shutdown_wait * hz); in kthread_shutdown()