Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c793 UBT_NG_UNLOCK(sc); in ubt_detach()
873 UBT_NG_UNLOCK(sc); in ubt_ctrl_write_callback()
1142 UBT_NG_UNLOCK(sc); in ubt_bulk_write_callback()
1429 UBT_NG_UNLOCK(sc); in ubt_fwd_mbuf_up()
1511 UBT_NG_UNLOCK(sc); in ubt_task()
1617 UBT_NG_UNLOCK(sc); in ng_ubt_newhook()
1623 UBT_NG_UNLOCK(sc); in ng_ubt_newhook()
1642 UBT_NG_UNLOCK(sc); in ng_ubt_connect()
1660 UBT_NG_UNLOCK(sc); in ng_ubt_disconnect()
1675 UBT_NG_UNLOCK(sc); in ng_ubt_disconnect()
[all …]
H A Dng_ubt_var.h53 #define UBT_NG_UNLOCK(sc) mtx_unlock(&(sc)->sc_ng_mtx) macro