Searched refs:VR_LOCK (Results 1 – 2 of 2) sorted by relevance
832 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 …]
742 #define VR_LOCK(_sc) mtx_lock(&(_sc)->vr_mtx) macro