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

/freebsd-12-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c122 static struct mtx ng_btsocket_hci_raw_sockets_mtx; variable in typeref:struct:mtx
498 mtx_lock(&ng_btsocket_hci_raw_sockets_mtx);
548 mtx_unlock(&ng_btsocket_hci_raw_sockets_mtx);
563 mtx_lock(&ng_btsocket_hci_raw_sockets_mtx);
573 mtx_unlock(&ng_btsocket_hci_raw_sockets_mtx);
581 mtx_unlock(&ng_btsocket_hci_raw_sockets_mtx);
785 mtx_init(&ng_btsocket_hci_raw_sockets_mtx,
946 mtx_lock(&ng_btsocket_hci_raw_sockets_mtx);
948 mtx_unlock(&ng_btsocket_hci_raw_sockets_mtx);
1493 mtx_lock(&ng_btsocket_hci_raw_sockets_mtx);
[all...]

Completed in 113 milliseconds