Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/raidframe/
H A Drf_raid.h328 #define RAIDF_WANTED 0x08 /* someone waiting to obtain a lock */ macro
H A Drf_netbsdkintf.c2313 rs->sc_flags |= RAIDF_WANTED; in raidlock()
2332 if ((rs->sc_flags & RAIDF_WANTED) != 0) { in raidunlock()
2333 rs->sc_flags &= ~RAIDF_WANTED; in raidunlock()