Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dgzalloc.c398 assert(zone->z_self == zone); in gzalloc_alloc()
442 assert(zone->z_self == zone); in gzalloc_free()
523 assert(zone->z_self == zone); in gzalloc_free()
H A Dzalloc.c1493 if (zindex >= os_atomic_load(&num_zones, relaxed) || !other->z_self) { in zone_require_panic()
4012 assert(zone->z_self == zone); in zcram_and_lock()
4856 if (z->z_self && z->z_async_refilling) { in zone_expand_async()
6956 if (zindex >= os_atomic_load(&num_zones, relaxed) || !other->z_self) { in zone_id_require_ro_panic()
7040 assert(zone->z_self == zone); in _zalloc_permanent()
7332 if (!z->z_self || z->z_expander || z->z_expander_vm_priv || in zone_reclaim()
7346 z->z_self = NULL; in zone_reclaim()
7710 if (z->z_self != z) { in compute_zone_working_set_size()
7952 zone_array[meta.zm_index].z_self == NULL) { in panic_display_zone_fault()
8073 if (!z->z_self) { in get_zone_info()
[all …]
H A Dzalloc_internal.h162 struct zone *z_self; member
/xnu-8020.140.41/tools/lldbmacros/
H A Dmemory.py783 if zval.z_self:
998 if zval.z_self:
1005 if zval.z_self:
3620 if not zone.z_self or zone.z_permanent: