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

/xnu-2782.1.97/bsd/sys/
H A Dmcache.h185 * MCR_NOSLEEP and MCR_FAILOK are mutually exclusive. The latter is used
203 #define MCR_FAILOK 0x0100 /* private, for internal use only */ macro
207 #define MCR_NONBLOCKING (MCR_NOSLEEP | MCR_FAILOK | MCR_TRYHARD)
/xnu-2782.1.97/bsd/kern/
H A Dmcache.c462 /* MCR_NOSLEEP and MCR_FAILOK are mutually exclusive */
463 VERIFY((wait & (MCR_NOSLEEP|MCR_FAILOK)) != (MCR_NOSLEEP|MCR_FAILOK));
H A Duipc_mbuf.c2423 * with MCR_FAILOK such that we don't end up sleeping at the mbuf
2429 wait |= MCR_FAILOK;

Completed in 43 milliseconds