Searched refs:MCR_FAILOK (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmcache.h87 * MCR_NOSLEEP and MCR_FAILOK are mutually exclusive. The latter is used
105 #define MCR_FAILOK 0x0100 /* private, for internal use only */ macro
109 #define MCR_NONBLOCKING (MCR_NOSLEEP | MCR_FAILOK | MCR_TRYHARD)
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmcache.c429 /* MCR_NOSLEEP and MCR_FAILOK are mutually exclusive */
430 VERIFY((wait & (MCR_NOSLEEP|MCR_FAILOK)) != (MCR_NOSLEEP|MCR_FAILOK));
H A Duipc_mbuf.c1834 * with MCR_FAILOK such that we don't end up sleeping at the mbuf
1840 wait |= MCR_FAILOK;

Completed in 43 milliseconds