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

/freebsd-10-stable/sys/sys/
H A Dkthread.h75 int kthread_suspend(struct thread *, int);
/freebsd-10-stable/tools/regression/kthread/kld/
H A Dkthrdlk.c69 error = kthread_suspend(td, 10*hz);
74 panic("kthread_suspend error: %d\n", error);
/freebsd-10-stable/sys/dev/usb/
H A Dusb_process.c79 #define USB_THREAD_SUSPEND(p) kthread_suspend(p,0)
85 #define USB_THREAD_SUSPEND(p) kthread_suspend(p,0)
/freebsd-10-stable/sys/kern/
H A Dkern_kthread.c358 kthread_suspend(struct thread *td, int timo) function
386 * Resume a thread previously put asleep with kthread_suspend().
H A Dkern_shutdown.c959 error = kthread_suspend(td, kproc_shutdown_wait * hz);
/freebsd-10-stable/share/man/man9/
H A DMakefile823 kthread.9 kthread_suspend.9 \

Completed in 75 milliseconds