Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c835 UBT_NG_UNLOCK(sc); in ubt_detach()
935 UBT_NG_UNLOCK(sc); in ubt_ctrl_write_callback()
1204 UBT_NG_UNLOCK(sc); in ubt_bulk_write_callback()
1406 UBT_NG_UNLOCK(sc); in ubt_isoc_write_callback()
1429 UBT_NG_UNLOCK(sc); in ubt_isoc_write_callback()
1491 UBT_NG_UNLOCK(sc); in ubt_fwd_mbuf_up()
1573 UBT_NG_UNLOCK(sc); in ubt_task()
1679 UBT_NG_UNLOCK(sc); in ng_ubt_newhook()
1685 UBT_NG_UNLOCK(sc); in ng_ubt_newhook()
1704 UBT_NG_UNLOCK(sc); in ng_ubt_connect()
[all …]
H A Dng_ubt_var.h52 #define UBT_NG_UNLOCK(sc) mtx_unlock(&(sc)->sc_ng_mtx) macro