Home
last modified time | relevance | path

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

/xnu-10002.1.13/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.c271 zone_magazine_t zm_next;
2541 zone_depot_insert_head_full(struct zone_depot *zd, zone_magazine_t mag) in zone_depot_insert_head_full()
2551 zone_depot_insert_tail_full(struct zone_depot *zd, zone_magazine_t mag) in zone_depot_insert_tail_full()
2560 zone_depot_insert_head_empty(struct zone_depot *zd, zone_magazine_t mag) in zone_depot_insert_head_empty()
2567 static inline zone_magazine_t
2570 zone_magazine_t mag = zd->zd_head; in zone_depot_pop_head_full()
2587 static inline zone_magazine_t
2590 zone_magazine_t mag = *zd->zd_tail; in zone_depot_pop_head_empty()
2611 zone_magazine_t head, last; in zone_depot_move_full()
2653 zone_magazine_t head, last; in zone_depot_move_empty()
[all …]