Lines Matching refs:zd_tail
2573 .zd_tail = &zd->zd_head, in zone_depot_init()
2581 zd->zd_tail = &mag->zm_next; in zone_depot_insert_head_full()
2591 mag->zm_next = *zd->zd_tail; in zone_depot_insert_tail_full()
2592 *zd->zd_tail = mag; in zone_depot_insert_tail_full()
2593 zd->zd_tail = &mag->zm_next; in zone_depot_insert_tail_full()
2600 mag->zm_next = *zd->zd_tail; in zone_depot_insert_head_empty()
2601 *zd->zd_tail = mag; in zone_depot_insert_head_empty()
2617 zd->zd_tail = &zd->zd_head; in zone_depot_pop_head_full()
2627 zone_magazine_t mag = *zd->zd_tail; in zone_depot_pop_head_empty()
2635 *zd->zd_tail = mag->zm_next; in zone_depot_pop_head_empty()
2664 src->zd_tail = &src->zd_head; in zone_depot_move_full()
2669 dst->zd_tail = &last->zm_next; in zone_depot_move_full()
2674 last->zm_next = *dst->zd_tail; in zone_depot_move_full()
2675 *dst->zd_tail = head; in zone_depot_move_full()
2676 dst->zd_tail = &last->zm_next; in zone_depot_move_full()
2699 head = last = *src->zd_tail; in zone_depot_move_empty()
2704 *src->zd_tail = last->zm_next; in zone_depot_move_empty()
2707 last->zm_next = *dst->zd_tail; in zone_depot_move_empty()
2708 *dst->zd_tail = head; in zone_depot_move_empty()
2788 zone_magazine_t tmp, mag = *zd->zd_tail; in zone_magazine_free_list()
2796 *zd->zd_tail = NULL; in zone_magazine_free_list()
7694 zd->zd_tail = &zd->zd_head; in zone_reclaim_recirc_drain()