Searched refs:z_recirc (Results 1 – 2 of 2) sorted by relevance
221 struct zone_depot z_recirc; member
5837 STAILQ_CONCAT(&zone->z_recirc, &mags); in zfree_cached_slow()6131 assertf(STAILQ_EMPTY(&zone->z_recirc), in zalloc_import()6379 if (!STAILQ_EMPTY(&zone->z_recirc)) { in zalloc_item_slow()6413 if (__improbable(!STAILQ_EMPTY(&zone->z_recirc))) { in zalloc_item()6548 STAILQ_FIRST(&mags) = mag = STAILQ_FIRST(&zone->z_recirc); in zalloc_cached_from_recirc()6560 STAILQ_INIT(&zone->z_recirc); in zalloc_cached_from_recirc()6567 STAILQ_FIRST(&zone->z_recirc) = STAILQ_NEXT(mag, zm_link); in zalloc_cached_from_recirc()6638 if (__improbable(STAILQ_EMPTY(&zone->z_recirc))) { in zalloc_cached_slow()7255 zone_magazine_t mag = STAILQ_FIRST(&z->z_recirc); in zone_reclaim_recirc_magazine()7257 STAILQ_REMOVE_HEAD(&z->z_recirc, zm_link); in zone_reclaim_recirc_magazine()[all …]