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

/darwin-on-arm/xnu/bsd/sys/
H A Dmcache.h134 * MCR_TRYHARD implies a non-blocking allocation request, regardless of
145 #define MCR_TRYHARD 0x0200 /* private, for internal use only */ macro
148 #define MCR_NONBLOCKING (MCR_NOSLEEP | MCR_FAILOK | MCR_TRYHARD)
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c1968 if (!(wait & MCR_TRYHARD)) {
1979 * MCR_TRYHARD is set, do our best to satisfy the
3196 mcflags |= MCR_TRYHARD;
3419 mcflags |= MCR_TRYHARD;
3477 mcflags |= MCR_TRYHARD;
3511 mcflags |= MCR_TRYHARD;
3547 mcflags |= MCR_TRYHARD;
3664 mcflags |= MCR_TRYHARD;
3821 mcflags |= MCR_TRYHARD;
4520 * MCR_TRYHARD s
[all...]
H A Dmcache.c532 } else if ((wait & (MCR_NOSLEEP | MCR_TRYHARD)) &&

Completed in 20 milliseconds