Lines Matching refs:zd_tail
2560 .zd_tail = &zd->zd_head, in zone_depot_init()
2568 zd->zd_tail = &mag->zm_next; in zone_depot_insert_head_full()
2578 mag->zm_next = *zd->zd_tail; in zone_depot_insert_tail_full()
2579 *zd->zd_tail = mag; in zone_depot_insert_tail_full()
2580 zd->zd_tail = &mag->zm_next; in zone_depot_insert_tail_full()
2587 mag->zm_next = *zd->zd_tail; in zone_depot_insert_head_empty()
2588 *zd->zd_tail = mag; in zone_depot_insert_head_empty()
2604 zd->zd_tail = &zd->zd_head; in zone_depot_pop_head_full()
2614 zone_magazine_t mag = *zd->zd_tail; in zone_depot_pop_head_empty()
2622 *zd->zd_tail = mag->zm_next; in zone_depot_pop_head_empty()
2651 src->zd_tail = &src->zd_head; in zone_depot_move_full()
2656 dst->zd_tail = &last->zm_next; in zone_depot_move_full()
2661 last->zm_next = *dst->zd_tail; in zone_depot_move_full()
2662 *dst->zd_tail = head; in zone_depot_move_full()
2663 dst->zd_tail = &last->zm_next; in zone_depot_move_full()
2686 head = last = *src->zd_tail; in zone_depot_move_empty()
2691 *src->zd_tail = last->zm_next; in zone_depot_move_empty()
2694 last->zm_next = *dst->zd_tail; in zone_depot_move_empty()
2695 *dst->zd_tail = head; in zone_depot_move_empty()
2775 zone_magazine_t tmp, mag = *zd->zd_tail; in zone_magazine_free_list()
2783 *zd->zd_tail = NULL; in zone_magazine_free_list()
7673 zd->zd_tail = &zd->zd_head; in zone_reclaim_recirc_drain()