Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netgraph/bluetooth/drivers/ubt/
HDng_ubt.c831 UBT_NG_UNLOCK(sc); in ubt_detach()
931 UBT_NG_UNLOCK(sc); in ubt_ctrl_write_callback()
1200 UBT_NG_UNLOCK(sc); in ubt_bulk_write_callback()
1402 UBT_NG_UNLOCK(sc); in ubt_isoc_write_callback()
1425 UBT_NG_UNLOCK(sc); in ubt_isoc_write_callback()
1487 UBT_NG_UNLOCK(sc); in ubt_fwd_mbuf_up()
1569 UBT_NG_UNLOCK(sc); in ubt_task()
1675 UBT_NG_UNLOCK(sc); in ng_ubt_newhook()
1681 UBT_NG_UNLOCK(sc); in ng_ubt_newhook()
1700 UBT_NG_UNLOCK(sc); in ng_ubt_connect()
[all …]
HDng_ubt_var.h52 #define UBT_NG_UNLOCK(sc) mtx_unlock(&(sc)->sc_ng_mtx) macro