Searched refs:exhaustible (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.h111 /* boolean_t */ exhaustible :1, /* (F) merely return if empty? */ member in struct:zone
258 #define Z_EXHAUST 1 /* Make zone exhaustible */
H A Dzalloc.c1164 z->exhaustible = FALSE;
1746 if (zone->exhaustible)
1942 if ((addr == 0) && !canblock && (zone->async_pending == FALSE) && (zone->no_callout == FALSE) && (zone->exhaustible == FALSE) && (!vm_pool_low())) {
2286 zone->exhaustible = value;
3048 zi->tzi_exhaustible = (uint64_t)zcopy.exhaustible;
3067 int count, collectable, exhaustible, caller_acct, index; local
3076 &collectable, &exhaustible, &caller_acct);
3084 zi->tzi_exhaustible = (uint64_t)exhaustible;
3225 zi->mzi_exhaustible = (uint64_t)zcopy.exhaustible;
3236 int count, collectable, exhaustible, caller_acc local
[all...]

Completed in 20 milliseconds