Searched refs:zd_head (Results 1 – 2 of 2) sorted by relevance
171 zone_magazine_t zd_head; member
2571 .zd_tail = &zd->zd_head, in zone_depot_init()2581 mag->zm_next = zd->zd_head; in zone_depot_insert_head_full()2582 zd->zd_head = mag; in zone_depot_insert_head_full()2605 zone_magazine_t mag = zd->zd_head; in zone_depot_pop_head_full()2613 zd->zd_head = mag->zm_next; in zone_depot_pop_head_full()2615 zd->zd_tail = &zd->zd_head; in zone_depot_pop_head_full()2655 head = last = src->zd_head; in zone_depot_move_full()2660 src->zd_head = last->zm_next; in zone_depot_move_full()2662 src->zd_tail = &src->zd_head; in zone_depot_move_full()2669 last->zm_next = dst->zd_head; in zone_depot_move_full()[all …]