Searched refs:z_recirc (Results 1 – 3 of 3) sorted by relevance
4636 zone_depot_move_full(&z->z_recirc, in zalloc_expand_drain_exhausted_caches_locked()4644 if (z->z_recirc.zd_full) { in zalloc_expand_drain_exhausted_caches_locked()4645 mag = zone_depot_pop_head_full(&z->z_recirc, z); in zalloc_expand_drain_exhausted_caches_locked()5734 seq = zone_depot_move_full(&zone->z_recirc, in zfree_cached_depot_recirculate()5739 if (depot_max > 1 && zone_depot_poll(&zone->z_recirc, smr)) { in zfree_cached_depot_recirculate()5741 &zone->z_recirc, depot_max / 2, NULL); in zfree_cached_depot_recirculate()5747 if (n > zone->z_recirc.zd_empty) { in zfree_cached_depot_recirculate()5748 n = zone->z_recirc.zd_empty; in zfree_cached_depot_recirculate()5751 zone_depot_move_empty(&cache->zc_depot, &zone->z_recirc, in zfree_cached_depot_recirculate()5764 if (zone->z_recirc.zd_empty == 0) { in zfree_cached_recirculate()[all …]
320 struct zone_depot z_recirc; member680 return zone->z_elems_free + zone->z_recirc.zd_full * _zc_mag_size; in zone_count_free()
333 recirc_elem_count = zone.z_recirc.zd_full * mag_capacity442 free_elem_count = zone_val.z_elems_free + zone_val.z_recirc.zd_full * mag_capacity