Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dmcache.h119 #define MCR_TRYHARD 0x0200 /* private, for internal use only */ macro
122 #define MCR_NONBLOCKING (MCR_NOSLEEP | MCR_FAILOK | MCR_TRYHARD)
/xnu-11215.81.4/bsd/kern/
H A Duipc_mbuf.c2967 if (!(wait & MCR_TRYHARD)) { in mbuf_slab_alloc()
4373 mcflags |= MCR_TRYHARD;
4768 mcflags |= MCR_TRYHARD;
4836 mcflags |= MCR_TRYHARD;
4880 mcflags |= MCR_TRYHARD;
4935 mcflags |= MCR_TRYHARD;
5149 mcflags |= MCR_TRYHARD;
5345 mcflags |= MCR_TRYHARD;
6390 mcflags |= MCR_TRYHARD;
8288 } else if (wait & MCR_TRYHARD) {
H A Dmcache.c563 } else if ((wait & (MCR_NOSLEEP | MCR_TRYHARD)) && in mcache_alloc_ext()