Searched refs:UBT_NG_LOCK (Results 1 – 2 of 2) sorted by relevance
831 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 …]
51 #define UBT_NG_LOCK(sc) mtx_lock(&(sc)->sc_ng_mtx) macro