Searched refs:MY_LOCK (Results 1 – 2 of 2) sorted by relevance
845 MY_LOCK(sc); in my_attach()891 MY_LOCK(sc); in my_attach()935 MY_LOCK(sc); in my_attach()978 MY_LOCK(sc); in my_detach()1161 MY_LOCK(sc); in my_rxeof()1255 MY_LOCK(sc); in my_intr()1373 MY_LOCK(sc); in my_start()1453 MY_LOCK(sc); in my_init()1560 MY_LOCK(sc); in my_ifmedia_upd()1585 MY_LOCK(sc); in my_ifmedia_sts()[all …]
381 #define MY_LOCK(_sc) mtx_lock(&(_sc)->my_mtx) macro