Lines Matching refs:zd_tail
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()
2627 src->zd_tail = &src->zd_head; in zone_depot_move_full()
2632 dst->zd_tail = &last->zm_next; in zone_depot_move_full()
2637 last->zm_next = *dst->zd_tail; in zone_depot_move_full()
2638 *dst->zd_tail = head; in zone_depot_move_full()
2639 dst->zd_tail = &last->zm_next; in zone_depot_move_full()
2662 head = last = *src->zd_tail; in zone_depot_move_empty()
2667 *src->zd_tail = last->zm_next; in zone_depot_move_empty()
2670 last->zm_next = *dst->zd_tail; in zone_depot_move_empty()
2671 *dst->zd_tail = head; in zone_depot_move_empty()
2751 zone_magazine_t tmp, mag = *zd->zd_tail; in zone_magazine_free_list()
2759 *zd->zd_tail = NULL; in zone_magazine_free_list()
7529 zd->zd_tail = &zd->zd_head; in zone_reclaim_recirc_drain()