Searched refs:zd_tail (Results 1 – 2 of 2) sorted by relevance
2536 .zd_tail = &zd->zd_head, in zone_depot_init()2544 zd->zd_tail = &mag->zm_next; in zone_depot_insert_head_full()2554 mag->zm_next = *zd->zd_tail; in zone_depot_insert_tail_full()2555 *zd->zd_tail = mag; in zone_depot_insert_tail_full()2556 zd->zd_tail = &mag->zm_next; in zone_depot_insert_tail_full()2563 mag->zm_next = *zd->zd_tail; in zone_depot_insert_head_empty()2564 *zd->zd_tail = mag; in zone_depot_insert_head_empty()2580 zd->zd_tail = &zd->zd_head; in zone_depot_pop_head_full()2590 zone_magazine_t mag = *zd->zd_tail; in zone_depot_pop_head_empty()2598 *zd->zd_tail = mag->zm_next; in zone_depot_pop_head_empty()[all …]
172 zone_magazine_t *zd_tail; member