Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Dvnode.h420 #define VI_TRYLOCK(vp) mtx_trylock(&(vp)->v_interlock) macro
/freebsd-9-stable/sys/kern/
Dvfs_subr.c737 if (!VI_TRYLOCK(vp)) in vlrureclaim()
831 if (!VI_TRYLOCK(vp)) { in vnlru_free()
1855 if (VOP_ISLOCKED(vp) != 0 || VI_TRYLOCK(vp) == 0) in sync_vnode()
4884 if (!VI_TRYLOCK(vp)) { in mnt_vnode_next_active()