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

/freebsd-10.1-release/sys/boot/usb/
H A Dbsd_kernel.c902 static struct mtx usb_proc_mtx; variable in typeref:struct:mtx
946 up->up_mtx = &usb_proc_mtx;
954 mtx_init(&usb_proc_mtx, "usb-proc-mtx", NULL, MTX_DEF | MTX_RECURSE);
968 mtx_lock(&usb_proc_mtx);
986 mtx_unlock(&usb_proc_mtx);
1071 * having "usb_proc_mtx" locked.

Completed in 76 milliseconds