Lines Matching refs:zd_tail
2571 .zd_tail = &zd->zd_head, in zone_depot_init()
2579 zd->zd_tail = &mag->zm_next; in zone_depot_insert_head_full()
2589 mag->zm_next = *zd->zd_tail; in zone_depot_insert_tail_full()
2590 *zd->zd_tail = mag; in zone_depot_insert_tail_full()
2591 zd->zd_tail = &mag->zm_next; in zone_depot_insert_tail_full()
2598 mag->zm_next = *zd->zd_tail; in zone_depot_insert_head_empty()
2599 *zd->zd_tail = mag; in zone_depot_insert_head_empty()
2615 zd->zd_tail = &zd->zd_head; in zone_depot_pop_head_full()
2625 zone_magazine_t mag = *zd->zd_tail; in zone_depot_pop_head_empty()
2633 *zd->zd_tail = mag->zm_next; in zone_depot_pop_head_empty()
2662 src->zd_tail = &src->zd_head; in zone_depot_move_full()
2667 dst->zd_tail = &last->zm_next; in zone_depot_move_full()
2672 last->zm_next = *dst->zd_tail; in zone_depot_move_full()
2673 *dst->zd_tail = head; in zone_depot_move_full()
2674 dst->zd_tail = &last->zm_next; in zone_depot_move_full()
2697 head = last = *src->zd_tail; in zone_depot_move_empty()
2702 *src->zd_tail = last->zm_next; in zone_depot_move_empty()
2705 last->zm_next = *dst->zd_tail; in zone_depot_move_empty()
2706 *dst->zd_tail = head; in zone_depot_move_empty()
2786 zone_magazine_t tmp, mag = *zd->zd_tail; in zone_magazine_free_list()
2794 *zd->zd_tail = NULL; in zone_magazine_free_list()
7690 zd->zd_tail = &zd->zd_head; in zone_reclaim_recirc_drain()