Home
last modified time | relevance | path

Searched refs:UE_LOCK_ASSERT (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/net/
H A Dusb_ethernet.c81 UE_LOCK_ASSERT(ue, MA_OWNED); in ue_queue_command()
424 UE_LOCK_ASSERT(ue, MA_OWNED); in ue_start_task()
442 UE_LOCK_ASSERT(ue, MA_OWNED); in ue_stop_task()
576 UE_LOCK_ASSERT(ue, MA_OWNED); in uether_rxmbuf()
595 UE_LOCK_ASSERT(ue, MA_OWNED); in uether_rxflush()
623 UE_LOCK_ASSERT(ue, MA_OWNED); in uether_rxflush()
H A Dusb_ethernet.h53 #define UE_LOCK_ASSERT(_ue, t) mtx_assert((_ue)->ue_mtx, t) macro

Completed in 1 milliseconds