Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/
Dvndvar.h141 #define VNF_WANTED 0x008 /* someone is waiting to obtain a lock */ macro
Dvnd.c1969 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()