Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dmcache.h348 #define MCN_RETRYALLOC 0x00000001 /* Allocation should be retried */ macro
/xnu-8792.61.2/bsd/kern/
H A Dmcache.c766 mcache_notify(cp, MCN_RETRYALLOC); in mcache_free_ext()
883 mcache_notify(cp, MCN_RETRYALLOC); in mcache_free_ext()
H A Duipc_mbuf.c2396 if (reason != MCN_RETRYALLOC) { in mbuf_slab_notify()