Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dmcache.h229 #define MCN_RETRYALLOC 0x00000001 /* Allocation should be retried */ macro
/xnu-12377.61.12/bsd/kern/
H A Dmcache.c771 mcache_notify(cp, MCN_RETRYALLOC); in mcache_free_ext()
888 mcache_notify(cp, MCN_RETRYALLOC); in mcache_free_ext()
H A Duipc_mbuf_mcache.c1795 if (reason != MCN_RETRYALLOC) { in mbuf_slab_notify()