Searched refs:VGE_LOCK_ASSERT (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/vge/
H A Dif_vge.c518 VGE_LOCK_ASSERT(sc);
543 VGE_LOCK_ASSERT(sc);
1310 VGE_LOCK_ASSERT(sc);
1338 VGE_LOCK_ASSERT(sc);
1377 VGE_LOCK_ASSERT(sc);
1440 VGE_LOCK_ASSERT(sc);
1611 VGE_LOCK_ASSERT(sc);
1664 VGE_LOCK_ASSERT(sc);
1820 VGE_LOCK_ASSERT(sc);
1959 VGE_LOCK_ASSERT(s
[all...]
H A Dif_vgevar.h210 #define VGE_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->vge_mtx, MA_OWNED) macro

Completed in 171 milliseconds