Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/vm/
H A Dvm_pvn.c775 if ((vp->v_flag & VVMLOCK) && (flags & B_ASYNC)) { in pvn_vplist_dirty()
780 while (vp->v_flag & VVMLOCK) in pvn_vplist_dirty()
788 vp->v_flag |= VVMLOCK; in pvn_vplist_dirty()
988 vp->v_flag &= ~VVMLOCK; in pvn_vplist_dirty()
/onnv-gate/usr/src/uts/common/sys/
H A Dvnode.h304 #define VVMLOCK 0x400 macro