suspend_kproc
#define USB_THREAD_SUSPEND(p) suspend_kproc(p,0)
suspend_kproc(curthread, 300);
error = suspend_kproc(td, kproc_shutdown_wait * hz);
int suspend_kproc (struct thread *, int);