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

/freebsd-9.3-release/sys/kern/
H A Dvfs_subr.c699 if (!VI_TRYLOCK(vp))
792 if (!VI_TRYLOCK(vp)) {
1809 if (VOP_ISLOCKED(vp) != 0 || VI_TRYLOCK(vp) == 0)
4841 if (!VI_TRYLOCK(vp)) {
/freebsd-9.3-release/sys/sys/
H A Dvnode.h420 #define VI_TRYLOCK(vp) mtx_trylock(&(vp)->v_interlock) macro

Completed in 91 milliseconds