Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/vr/
Dif_vr.c827 VR_LOCK(sc); in vr_detach()
1399 VR_LOCK(sc); in vr_rxeof()
1580 VR_LOCK(sc); in vr_poll()
1689 VR_LOCK(sc); in vr_int_task()
1950 VR_LOCK(sc); in vr_start()
2010 VR_LOCK(sc); in vr_init()
2176 VR_LOCK(sc); in vr_ifmedia_upd()
2198 VR_LOCK(sc); in vr_ifmedia_sts()
2223 VR_LOCK(sc); in vr_ioctl()
2242 VR_LOCK(sc); in vr_ioctl()
[all …]
Dif_vrreg.h744 #define VR_LOCK(_sc) mtx_lock(&(_sc)->vr_mtx) macro