Lines Matching refs:z_self
1339 if (zindex >= os_atomic_load(&num_zones, relaxed) || !other->z_self) { in zone_require_panic()
4241 assert(zone->z_self == zone); in zcram_and_lock()
4864 if (z->z_self && z->z_async_refilling) { in zone_expand_async()
6203 if (zindex >= os_atomic_load(&num_zones, relaxed) || !other->z_self) { in zone_id_require_ro_panic()
6287 assert(zone->z_self == zone); in _zalloc_permanent()
6573 if (!z->z_self || z->z_expander || z->z_expander_vm_priv || in zone_reclaim()
6587 z->z_self = NULL; in zone_reclaim()
6910 if (z->z_self != z) { in compute_zone_working_set_size()
7163 if (!z->z_self) { in get_zone_info()
7743 return !z->z_self && !z->z_destroyed; in zone_is_initializing()
7816 if (zone_array[zid].z_self) { in zone_create_find()
7839 z->z_self = z; in zone_create_find()
8006 if (__improbable(z->z_self)) {
8028 if (__probable(zone_array[ZONE_ID_PERCPU_PERMANENT].z_self)) {
8246 z->z_self = z;
8266 zalloc_check_zov_alias(z_self, zv_zone);