Home
last modified time | relevance | path

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

/freebsd/sys/dev/vr/
H A Dif_vr.c832 VR_LOCK(sc); in vr_detach()
1400 VR_LOCK(sc); in vr_rxeof()
1581 VR_LOCK(sc); in vr_poll()
1690 VR_LOCK(sc); in vr_int_task()
1951 VR_LOCK(sc); in vr_start()
2011 VR_LOCK(sc); in vr_init()
2177 VR_LOCK(sc); in vr_ifmedia_upd()
2199 VR_LOCK(sc); in vr_ifmedia_sts()
2224 VR_LOCK(sc); in vr_ioctl()
2243 VR_LOCK(sc); in vr_ioctl()
[all …]
H A Dif_vrreg.h742 #define VR_LOCK(_sc) mtx_lock(&(_sc)->vr_mtx) macro