Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c789 UBT_NG_LOCK(sc); in ubt_detach()
871 UBT_NG_LOCK(sc); in ubt_ctrl_write_callback()
1140 UBT_NG_LOCK(sc); in ubt_bulk_write_callback()
1342 UBT_NG_LOCK(sc); in ubt_isoc_write_callback()
1365 UBT_NG_LOCK(sc); in ubt_isoc_write_callback()
1426 UBT_NG_LOCK(sc); in ubt_fwd_mbuf_up()
1508 UBT_NG_LOCK(sc); in ubt_task()
1615 UBT_NG_LOCK(sc); in ng_ubt_newhook()
1640 UBT_NG_LOCK(sc); in ng_ubt_connect()
1657 UBT_NG_LOCK(sc); in ng_ubt_disconnect()
[all …]
H A Dng_ubt_var.h52 #define UBT_NG_LOCK(sc) mtx_lock(&(sc)->sc_ng_mtx) macro