Home
last modified time | relevance | path

Searched refs:zalloc_percpu_permanent (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.41.9/osfmk/kern/
H A Dcounter_common.c72 *counter = zalloc_percpu_permanent(sizeof(uint64_t), ZALIGN_64); in scalable_counter_static_init()
H A Dzalloc.h1196 extern void *__zpercpu zalloc_percpu_permanent(
1215 ((type_t *__zpercpu)zalloc_percpu_permanent(sizeof(type_t), ZALIGN(type_t)))
H A Dzalloc.c7126 zalloc_percpu_permanent(vm_size_t size, vm_offset_t mask) in zalloc_percpu_permanent() function
/xnu-8792.41.9/osfmk/vm/
H A Dvm_resident.c880 t_local_q = zalloc_percpu_permanent(sizeof(struct vpl), in vm_page_init_local_q()