Home
last modified time | relevance | path

Searched refs:z_self (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/osfmk/kern/
H A Dgzalloc.c418 assert(zone->z_self == zone); in gzalloc_alloc()
462 assert(zone->z_self == zone); in gzalloc_free()
543 assert(zone->z_self == zone); in gzalloc_free()
H A Dzalloc.c1551 if (zindex >= os_atomic_load(&num_zones, relaxed) || !other->z_self) { in zone_require_panic()
4103 assert(zone->z_self == zone); in zcram_and_lock()
4738 if (z->z_self && z->z_async_refilling) { in zone_expand_async()
6818 if (zindex >= os_atomic_load(&num_zones, relaxed) || !other->z_self) { in zone_id_require_ro_panic()
6902 assert(zone->z_self == zone); in _zalloc_permanent()
7209 if (!z->z_self || z->z_expander || z->z_expander_vm_priv || in zone_reclaim()
7223 z->z_self = NULL; in zone_reclaim()
7587 if (z->z_self != z) { in compute_zone_working_set_size()
7814 zone_array[meta.zm_index].z_self == NULL) { in panic_display_zone_fault()
7935 if (!z->z_self) { in get_zone_info()
[all …]
H A Dzalloc_internal.h161 struct zone *z_self; member
/xnu-8020.101.4/tools/lldbmacros/
H A Dmemory.py763 if zval.z_self:
980 if zval.z_self:
987 if zval.z_self:
3596 if not zone.z_self or zone.z_permanent: