Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDkthread.h75 int kthread_suspend(struct thread *, int);
/NextBSD/sys/dev/usb/
HDusb_process.c79 #define USB_THREAD_SUSPEND(p) kthread_suspend(p,0)
85 #define USB_THREAD_SUSPEND(p) kthread_suspend(p,0)
/NextBSD/tools/regression/kthread/kld/
HDkthrdlk.c69 error = kthread_suspend(td, 10*hz); in thr_suspender()
/NextBSD/sys/kern/
HDkern_kthread.c351 kthread_suspend(struct thread *td, int timo) in kthread_suspend() function
HDkern_shutdown.c827 error = kthread_suspend(td, kproc_shutdown_wait * hz); in kthread_shutdown()
/NextBSD/share/man/man9/
HDMakefile987 kthread.9 kthread_suspend.9 \