Lines Matching refs:zd_head
2536 .zd_tail = &zd->zd_head, in zone_depot_init()
2546 mag->zm_next = zd->zd_head; in zone_depot_insert_head_full()
2547 zd->zd_head = mag; in zone_depot_insert_head_full()
2570 zone_magazine_t mag = zd->zd_head; in zone_depot_pop_head_full()
2578 zd->zd_head = mag->zm_next; in zone_depot_pop_head_full()
2580 zd->zd_tail = &zd->zd_head; in zone_depot_pop_head_full()
2620 head = last = src->zd_head; in zone_depot_move_full()
2625 src->zd_head = last->zm_next; in zone_depot_move_full()
2627 src->zd_tail = &src->zd_head; in zone_depot_move_full()
2634 last->zm_next = dst->zd_head; in zone_depot_move_full()
2635 dst->zd_head = head; in zone_depot_move_full()
2681 return smr == NULL || smr_poll(smr, depot->zd_head->zm_seq); in zone_depot_poll()
7529 zd->zd_tail = &zd->zd_head; in zone_reclaim_recirc_drain()