Home
last modified time | relevance | path

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

/xnu-10063.121.3/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;
2565 zone_depot_insert_head_full(struct zone_depot *zd, zone_magazine_t mag) in zone_depot_insert_head_full()
2575 zone_depot_insert_tail_full(struct zone_depot *zd, zone_magazine_t mag) in zone_depot_insert_tail_full()
2584 zone_depot_insert_head_empty(struct zone_depot *zd, zone_magazine_t mag) in zone_depot_insert_head_empty()
2591 static inline zone_magazine_t
2594 zone_magazine_t mag = zd->zd_head; in zone_depot_pop_head_full()
2611 static inline zone_magazine_t
2614 zone_magazine_t mag = *zd->zd_tail; in zone_depot_pop_head_empty()
2635 zone_magazine_t head, last; in zone_depot_move_full()
2677 zone_magazine_t head, last; in zone_depot_move_empty()
[all …]