Home
last modified time | relevance | path

Searched refs:z_recirc (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/osfmk/kern/
H A Dzalloc.c4681 zone_depot_move_full(&z->z_recirc, in zalloc_expand_drain_exhausted_caches_locked()
4685 zone_depot_move_empty(&z->z_recirc, in zalloc_expand_drain_exhausted_caches_locked()
4692 if (z->z_recirc.zd_full) { in zalloc_expand_drain_exhausted_caches_locked()
4693 mag = zone_depot_pop_head_full(&z->z_recirc, z); in zalloc_expand_drain_exhausted_caches_locked()
5848 seq = zone_depot_move_full(&zone->z_recirc, in zfree_cached_depot_recirculate()
5853 if (depot_max > 1 && zone_depot_poll(&zone->z_recirc, smr)) { in zfree_cached_depot_recirculate()
5855 &zone->z_recirc, depot_max / 2, NULL); in zfree_cached_depot_recirculate()
5861 if (n > zone->z_recirc.zd_empty) { in zfree_cached_depot_recirculate()
5862 n = zone->z_recirc.zd_empty; in zfree_cached_depot_recirculate()
5865 zone_depot_move_empty(&cache->zc_depot, &zone->z_recirc, in zfree_cached_depot_recirculate()
[all …]
H A Dzalloc_internal.h321 struct zone_depot z_recirc; member
691 return zone->z_elems_free + zone->z_recirc.zd_full * _zc_mag_size; in zone_count_free()
/xnu-11215.1.10/tools/lldbmacros/
H A Dmemory.py274 recirc_elem_count = zone.z_recirc.zd_full * mag_capacity
383 free_elem_count = zone_val.z_elems_free + zone_val.z_recirc.zd_full * mag_capacity