Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c831 UBT_NG_LOCK(sc); in ubt_detach()
933 UBT_NG_LOCK(sc); in ubt_ctrl_write_callback()
1202 UBT_NG_LOCK(sc); in ubt_bulk_write_callback()
1404 UBT_NG_LOCK(sc); in ubt_isoc_write_callback()
1427 UBT_NG_LOCK(sc); in ubt_isoc_write_callback()
1488 UBT_NG_LOCK(sc); in ubt_fwd_mbuf_up()
1570 UBT_NG_LOCK(sc); in ubt_task()
1677 UBT_NG_LOCK(sc); in ng_ubt_newhook()
1702 UBT_NG_LOCK(sc); in ng_ubt_connect()
1719 UBT_NG_LOCK(sc); in ng_ubt_disconnect()
[all …]
H A Dng_ubt_var.h51 #define UBT_NG_LOCK(sc) mtx_lock(&(sc)->sc_ng_mtx) macro