Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dzalloc_internal.h148 typedef struct zone_magazine *zone_magazine_t; typedef
172 zone_magazine_t zd_head;
173 zone_magazine_t *zd_tail;
H A Dzalloc.c271 zone_magazine_t zm_next;
2578 zone_depot_insert_head_full(struct zone_depot *zd, zone_magazine_t mag) in zone_depot_insert_head_full()
2588 zone_depot_insert_tail_full(struct zone_depot *zd, zone_magazine_t mag) in zone_depot_insert_tail_full()
2597 zone_depot_insert_head_empty(struct zone_depot *zd, zone_magazine_t mag) in zone_depot_insert_head_empty()
2604 static inline zone_magazine_t
2607 zone_magazine_t mag = zd->zd_head; in zone_depot_pop_head_full()
2624 static inline zone_magazine_t
2627 zone_magazine_t mag = *zd->zd_tail; in zone_depot_pop_head_empty()
2648 zone_magazine_t head, last; in zone_depot_move_full()
2690 zone_magazine_t head, last; in zone_depot_move_empty()
[all …]