Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dmcache.h234 #define MCN_RETRYALLOC 0x00000001 /* Allocation should be retried */ macro
/xnu-11215.81.4/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.c3098 if (reason != MCN_RETRYALLOC) { in mbuf_slab_notify()