Searched refs:z_recirc (Results 1 – 2 of 2) sorted by relevance
220 struct zone_depot z_recirc; member
5718 STAILQ_CONCAT(&zone->z_recirc, &mags); in zfree_cached_slow()6012 assertf(STAILQ_EMPTY(&zone->z_recirc), in zalloc_import()6253 if (!STAILQ_EMPTY(&zone->z_recirc)) { in zalloc_item_slow()6287 if (__improbable(!STAILQ_EMPTY(&zone->z_recirc))) { in zalloc_item()6422 STAILQ_FIRST(&mags) = mag = STAILQ_FIRST(&zone->z_recirc); in zalloc_cached_from_recirc()6434 STAILQ_INIT(&zone->z_recirc); in zalloc_cached_from_recirc()6441 STAILQ_FIRST(&zone->z_recirc) = STAILQ_NEXT(mag, zm_link); in zalloc_cached_from_recirc()6512 if (__improbable(STAILQ_EMPTY(&zone->z_recirc))) { in zalloc_cached_slow()7130 zone_magazine_t mag = STAILQ_FIRST(&z->z_recirc); in zone_reclaim_recirc_magazine()7132 STAILQ_REMOVE_HEAD(&z->z_recirc, zm_link); in zone_reclaim_recirc_magazine()[all …]