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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmcache.h95 * MCR_TRYHARD implies a non-blocking allocation request, regardless of
106 #define MCR_TRYHARD 0x0200 /* private, for internal use only */ macro
109 #define MCR_NONBLOCKING (MCR_NOSLEEP | MCR_FAILOK | MCR_TRYHARD)
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_mbuf.c1460 if (!(wait & MCR_TRYHARD)) {
1471 * MCR_TRYHARD is set, do our best to satisfy the
2672 mcflags |= MCR_TRYHARD;
2903 mcflags |= MCR_TRYHARD;
2937 mcflags |= MCR_TRYHARD;
2973 mcflags |= MCR_TRYHARD;
3081 mcflags |= MCR_TRYHARD;
3232 mcflags |= MCR_TRYHARD;
3929 * MCR_TRYHARD so that we may reclaim buffers from other places
3933 mcflags |= MCR_TRYHARD;
[all...]
H A Dmcache.c526 } else if ((wait & (MCR_NOSLEEP | MCR_TRYHARD)) &&

Completed in 44 milliseconds