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

/xnu-2782.1.97/bsd/sys/
H A Dmcache.h193 * MCR_TRYHARD implies a non-blocking allocation request, regardless of
204 #define MCR_TRYHARD 0x0200 /* private, for internal use only */ macro
207 #define MCR_NONBLOCKING (MCR_NOSLEEP | MCR_FAILOK | MCR_TRYHARD)
/xnu-2782.1.97/bsd/kern/
H A Duipc_mbuf.c2040 if (!(wait & MCR_TRYHARD)) {
2051 * MCR_TRYHARD is set, do our best to satisfy the
3275 mcflags |= MCR_TRYHARD;
3500 mcflags |= MCR_TRYHARD;
3558 mcflags |= MCR_TRYHARD;
3592 mcflags |= MCR_TRYHARD;
3628 mcflags |= MCR_TRYHARD;
3802 mcflags |= MCR_TRYHARD;
3959 mcflags |= MCR_TRYHARD;
4691 * MCR_TRYHARD s
[all...]
H A Dmcache.c564 } else if ((wait & (MCR_NOSLEEP | MCR_TRYHARD)) &&

Completed in 97 milliseconds