Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/bluetooth/socket/
H A Dng_btsocket_hci_raw.c119 static struct lock ng_btsocket_hci_raw_sockets_lock; variable
491 lockmgr(&ng_btsocket_hci_raw_sockets_lock, LK_EXCLUSIVE); in ng_btsocket_hci_raw_data_input()
541 lockmgr(&ng_btsocket_hci_raw_sockets_lock, LK_RELEASE); in ng_btsocket_hci_raw_data_input()
556 lockmgr(&ng_btsocket_hci_raw_sockets_lock, LK_EXCLUSIVE); in ng_btsocket_hci_raw_msg_input()
566 lockmgr(&ng_btsocket_hci_raw_sockets_lock, LK_RELEASE); in ng_btsocket_hci_raw_msg_input()
574 lockmgr(&ng_btsocket_hci_raw_sockets_lock, LK_RELEASE); in ng_btsocket_hci_raw_msg_input()
775 lockinit(&ng_btsocket_hci_raw_sockets_lock, in ng_btsocket_hci_raw_init()
950 lockmgr(&ng_btsocket_hci_raw_sockets_lock, LK_EXCLUSIVE); in ng_btsocket_hci_raw_attach()
952 lockmgr(&ng_btsocket_hci_raw_sockets_lock, LK_RELEASE); in ng_btsocket_hci_raw_attach()
1547 lockmgr(&ng_btsocket_hci_raw_sockets_lock, LK_EXCLUSIVE); in ng_btsocket_hci_raw_detach()
[all …]