Home
last modified time | relevance | path

Searched refs:zm_next (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dzalloc.c2581 mag->zm_next = zd->zd_head; in zone_depot_insert_head_full()
2589 mag->zm_next = *zd->zd_tail; in zone_depot_insert_tail_full()
2591 zd->zd_tail = &mag->zm_next; in zone_depot_insert_tail_full()
2598 mag->zm_next = *zd->zd_tail; in zone_depot_insert_head_empty()
2613 zd->zd_head = mag->zm_next; in zone_depot_pop_head_full()
2618 mag->zm_next = NULL; in zone_depot_pop_head_full()
2633 *zd->zd_tail = mag->zm_next; in zone_depot_pop_head_empty()
2635 mag->zm_next = NULL; in zone_depot_pop_head_empty()
2657 last = last->zm_next; in zone_depot_move_full()
2699 last = last->zm_next; in zone_depot_move_empty()
[all …]