Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/kern/
H A Dcounter_common.c72 *counter = zalloc_percpu_permanent(sizeof(uint64_t), ZALIGN_64); in scalable_counter_static_init()
H A Dzalloc.h1095 #define ZALIGN_64 (sizeof(uint64_t) - 1) macro
/xnu-10002.81.5/osfmk/kperf/
H A Dkptimer.c169 ZALIGN_64, VM_KERN_MEMORY_DIAG); in kptimer_setup()
/xnu-10002.81.5/bsd/vfs/
H A Dvfs_fsevents.c2586 write_buffer = zalloc_permanent(WRITE_BUFFER_SIZE, ZALIGN_64); in fseventswrite()