Searched refs:VNF_WANTED (Results 1 – 2 of 2) sorted by relevance
141 #define VNF_WANTED 0x008 /* someone is waiting to obtain a lock */ macro
1969 sc->sc_flags |= VNF_WANTED; in vndlock()1985 if ((sc->sc_flags & VNF_WANTED) != 0) { in vndunlock()1986 sc->sc_flags &= ~VNF_WANTED; in vndunlock()