Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dzalloc_internal.h147 typedef struct zone_magazine *zone_magazine_t; typedef
171 zone_magazine_t zd_head;
172 zone_magazine_t *zd_tail;
H A Dzalloc.c275 zone_magazine_t zm_next;
2576 zone_depot_insert_head_full(struct zone_depot *zd, zone_magazine_t mag) in zone_depot_insert_head_full()
2586 zone_depot_insert_tail_full(struct zone_depot *zd, zone_magazine_t mag) in zone_depot_insert_tail_full()
2595 zone_depot_insert_head_empty(struct zone_depot *zd, zone_magazine_t mag) in zone_depot_insert_head_empty()
2602 static inline zone_magazine_t
2605 zone_magazine_t mag = zd->zd_head; in zone_depot_pop_head_full()
2622 static inline zone_magazine_t
2625 zone_magazine_t mag = *zd->zd_tail; in zone_depot_pop_head_empty()
2646 zone_magazine_t head, last; in zone_depot_move_full()
2688 zone_magazine_t head, last; in zone_depot_move_empty()
[all …]