Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dzalloc.c2573 .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()
[all …]
H A Dzalloc_internal.h173 zone_magazine_t *zd_tail; member