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

/freebsd-10.0-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c112 static struct mtx ng_btsocket_l2cap_raw_queue_mtx; variable in typeref:struct:mtx
295 mtx_lock(&ng_btsocket_l2cap_raw_queue_mtx);
312 mtx_unlock(&ng_btsocket_l2cap_raw_queue_mtx);
351 mtx_lock(&ng_btsocket_l2cap_raw_queue_mtx);
353 mtx_unlock(&ng_btsocket_l2cap_raw_queue_mtx);
554 mtx_init(&ng_btsocket_l2cap_raw_queue_mtx,

Completed in 109 milliseconds