Searched refs:z_recirc (Results 1 – 3 of 3) sorted by relevance
4668 zone_depot_move_full(&z->z_recirc, in zalloc_expand_drain_exhausted_caches_locked()4672 zone_depot_move_empty(&z->z_recirc, in zalloc_expand_drain_exhausted_caches_locked()4679 if (z->z_recirc.zd_full) { in zalloc_expand_drain_exhausted_caches_locked()4680 mag = zone_depot_pop_head_full(&z->z_recirc, z); in zalloc_expand_drain_exhausted_caches_locked()5851 seq = zone_depot_move_full(&zone->z_recirc, in zfree_cached_depot_recirculate()5856 if (depot_max > 1 && zone_depot_poll(&zone->z_recirc, smr)) { in zfree_cached_depot_recirculate()5858 &zone->z_recirc, depot_max / 2, NULL); in zfree_cached_depot_recirculate()5864 if (n > zone->z_recirc.zd_empty) { in zfree_cached_depot_recirculate()5865 n = zone->z_recirc.zd_empty; in zfree_cached_depot_recirculate()5868 zone_depot_move_empty(&cache->zc_depot, &zone->z_recirc, in zfree_cached_depot_recirculate()[all …]
323 struct zone_depot z_recirc; member694 return zone->z_elems_free + zone->z_recirc.zd_full * _zc_mag_size; in zone_count_free()
286 recirc_elem_count = zone.z_recirc.zd_full * mag_capacity395 free_elem_count = zone_val.z_elems_free + zone_val.z_recirc.zd_full * mag_capacity