Searched refs:Z_EXHAUST (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/security/
H A Dmac_alloc.h70 #define Z_EXHAUST 1 /* Make zone exhaustible */ macro
H A Dmac_label.c50 zone_change(zone_label, Z_EXHAUST, FALSE);
/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.h258 #define Z_EXHAUST 1 /* Make zone exhaustible */ macro
H A Dzalloc.c2285 case Z_EXHAUST:
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fsevents.c248 zone_change(event_zone, Z_EXHAUST, TRUE);
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_resident.c931 zone_change(vm_page_zone, Z_EXHAUST, TRUE);

Completed in 52 milliseconds