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

/freebsd-10.0-release/sys/boot/usb/
H A Dbsd_kernel.c892 static struct mtx usb_proc_mtx; variable in typeref:struct:mtx
936 up->up_mtx = &usb_proc_mtx;
944 mtx_init(&usb_proc_mtx, "usb-proc-mtx", NULL, MTX_DEF | MTX_RECURSE);
958 mtx_lock(&usb_proc_mtx);
976 mtx_unlock(&usb_proc_mtx);
1061 * having "usb_proc_mtx" locked.

Completed in 140 milliseconds