Home
last modified time | relevance | path

Searched refs:Gcall (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/stand/kshim/
Dbsd_kernel.c41 struct mtx Gcall = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; variable
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c45 extern struct mtx Gcall;
254 mtx_init(&Gcall, "Gcall", NULL, MTX_DEF | MTX_RECURSE); in usb_linux_attach()
858 uhe->bsd_xfer, cfg, 1, uhe, &Gcall)) { in usb_setup_endpoint_agg()