Home
last modified time | relevance | path

Searched refs:MCR_TRYHARD (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.61.2/bsd/sys/
H A Dmcache.h233 #define MCR_TRYHARD 0x0200 /* private, for internal use only */ macro
236 #define MCR_NONBLOCKING (MCR_NOSLEEP | MCR_FAILOK | MCR_TRYHARD)
/xnu-8792.61.2/bsd/kern/
H A Duipc_mbuf.c2265 if (!(wait & MCR_TRYHARD)) { in mbuf_slab_alloc()
3676 mcflags |= MCR_TRYHARD;
4014 mcflags |= MCR_TRYHARD;
4068 mcflags |= MCR_TRYHARD;
4104 mcflags |= MCR_TRYHARD;
4142 mcflags |= MCR_TRYHARD;
4332 mcflags |= MCR_TRYHARD;
4492 mcflags |= MCR_TRYHARD;
5278 mcflags |= MCR_TRYHARD;
7055 } else if (wait & MCR_TRYHARD) {
H A Dmcache.c558 } else if ((wait & (MCR_NOSLEEP | MCR_TRYHARD)) && in mcache_alloc_ext()