Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmcache.h114 #define MCR_TRYHARD 0x0200 /* private, for internal use only */ macro
117 #define MCR_NONBLOCKING (MCR_NOSLEEP | MCR_FAILOK | MCR_TRYHARD)
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf_mcache.c1664 if (!(wait & MCR_TRYHARD)) { in mbuf_slab_alloc()
3063 mcflags |= MCR_TRYHARD;
3282 mcflags |= MCR_TRYHARD;
3336 mcflags |= MCR_TRYHARD;
3356 mcflags |= MCR_TRYHARD;
3393 mcflags |= MCR_TRYHARD;
3461 mcflags |= MCR_TRYHARD;
3622 mcflags |= MCR_TRYHARD;
4119 mcflags |= MCR_TRYHARD;
4542 } else if (wait & MCR_TRYHARD) {
H A Dmcache.c563 } else if ((wait & (MCR_NOSLEEP | MCR_TRYHARD)) && in mcache_alloc_ext()