Searched refs:RW_RECURSEFAIL (Results 1 – 3 of 3) sorted by relevance
47 #define LK_RECURSEFAIL RW_RECURSEFAIL /* fail if recursive exclusive lock */49 #define LK_RWFLAGS (RW_WRITE|RW_READ|RW_NOSLEEP|RW_RECURSEFAIL|RW_WRITE_OTHER)
118 #define RW_RECURSEFAIL 0x0080UL /* Fail on recursion for RRW locks. */ macro
454 if (flags & RW_RECURSEFAIL) in rrw_enter()