Lines Matching refs:z_self
1441 if (zindex >= os_atomic_load(&num_zones, relaxed) || !other->z_self) { in zone_require_panic()
4051 assert(zone->z_self == zone); in zcram_and_lock()
5006 if (z->z_self && z->z_async_refilling) { in zone_expand_async()
6269 zone_t zone = zov->z_self;
7116 zone_t zone = zov->z_self;
7322 if (zindex >= os_atomic_load(&num_zones, relaxed) || !other->z_self) { in zone_id_require_ro_panic()
7382 assert(zone->z_self == zone); in _zalloc_permanent()
7790 if (!z->z_self || z->z_expander || in zone_reclaim()
7804 z->z_self = NULL; in zone_reclaim()
7931 if (z->z_self && z->z_chunk_elems == 0) { in zone_reclaim_all()
8112 if (z->z_self != z) { in compute_zone_working_set_size()
8409 zone_array[meta.zm_index].z_self == NULL) { in panic_display_zone_fault()
8530 if (!z->z_self) { in get_zone_info()
9319 if (zone_array[zid].z_self) { in zone_create_find()
9343 z->z_self = z; in zone_create_find()
9520 if (__improbable(z->z_self)) {
9543 if (__probable(zone_array[ZONE_ID_PERCPU_PERMANENT].z_self)) {
9773 z->z_self = z;
9833 zalloc_check_zov_alias(z_self, zv_zone);
10669 if (tz->z_self == tz) { in zone_init()