Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/kern/
H A Dzalloc_internal.h171 zone_magazine_t zd_head; member
H A Dzalloc.c2560 .zd_tail = &zd->zd_head, in zone_depot_init()
2570 mag->zm_next = zd->zd_head; in zone_depot_insert_head_full()
2571 zd->zd_head = mag; in zone_depot_insert_head_full()
2594 zone_magazine_t mag = zd->zd_head; in zone_depot_pop_head_full()
2602 zd->zd_head = mag->zm_next; in zone_depot_pop_head_full()
2604 zd->zd_tail = &zd->zd_head; in zone_depot_pop_head_full()
2644 head = last = src->zd_head; in zone_depot_move_full()
2649 src->zd_head = last->zm_next; in zone_depot_move_full()
2651 src->zd_tail = &src->zd_head; in zone_depot_move_full()
2658 last->zm_next = dst->zd_head; in zone_depot_move_full()
[all …]