Home
last modified time | relevance | path

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

/src/sys/sys/
H A Dkthread.h75 int kthread_suspend(struct thread *, int);
/src/tools/regression/kthread/kld/
H A Dkthrdlk.c66 error = kthread_suspend(td, 10*hz); in thr_suspender()
/src/sys/dev/usb/
H A Dusb_process.c70 #define USB_THREAD_SUSPEND(p) kthread_suspend(p,0)
/src/sys/kern/
H A Dkern_kthread.c400 kthread_suspend(struct thread *td, int timo) in kthread_suspend() function
H A Dkern_shutdown.c1044 error = kthread_suspend(td, kproc_shutdown_wait * hz); in kthread_shutdown()
/src/share/man/man9/
H A DMakefile1458 kthread.9 kthread_suspend.9 \