Home
last modified time | relevance | path

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

/freebsd/sys/dev/my/
H A Dif_my.c845 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 …]
H A Dif_myreg.h381 #define MY_LOCK(_sc) mtx_lock(&(_sc)->my_mtx) macro