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

/freebsd-10.1-release/sys/kern/
H A Dvfs_subr.c747 if (!VI_TRYLOCK(vp))
840 if (!VI_TRYLOCK(vp)) {
1740 if (VOP_ISLOCKED(vp) != 0 || VI_TRYLOCK(vp) == 0)
4756 if (!VI_TRYLOCK(vp)) {
/freebsd-10.1-release/sys/sys/
H A Dvnode.h425 #define VI_TRYLOCK(vp) mtx_trylock(&(vp)->v_interlock) macro

Completed in 75 milliseconds