Searched refs:up_drain (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/usb/
H A Dusb_process.h56 struct cv up_drain; member in struct:usb_process
H A Dusb_process.c190 cv_broadcast(&up->up_drain);
231 cv_init(&up->up_drain, "usbdrain");
268 cv_destroy(&up->up_drain);
419 cv_wait(&up->up_drain, up->up_mtx);
471 cv_broadcast(&up->up_drain);
/freebsd-11.0-release/sys/boot/kshim/
H A Dbsd_kernel.c1165 cv_init(&up->up_drain, "usbdrain");

Completed in 56 milliseconds