Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/mem/
H A Dskmem_cache_var.h151 struct skmem_cpu_cache { struct
311 struct skmem_cpu_cache skm_cpu_cache[__counted_by(skm_cpu_cache_count)]
319 ((struct skmem_cpu_cache *)((void *)((char *)(c) + \
H A Dskmem_cache.c249 static void skmem_cpu_reload(struct skmem_cpu_cache *, struct skmem_mag *, int);
250 static void skmem_cpu_batch_reload(struct skmem_cpu_cache *,
798 struct skmem_cpu_cache *ccp = &skm->skm_cpu_cache[cpuid]; in skmem_cache_create()
1248 skmem_cpu_batch_reload(struct skmem_cpu_cache *cp, struct skmem_mag *mg, in skmem_cpu_batch_reload()
1272 skmem_cpu_reload(struct skmem_cpu_cache *cp, struct skmem_mag *mg, int rounds) in skmem_cpu_reload()
1291 struct skmem_cpu_cache *cp = SKMEM_CPU_CACHE(skm); in skmem_cache_batch_alloc()
1557 struct skmem_cpu_cache *cp = SKMEM_CPU_CACHE(skm); in skmem_cache_batch_free_common()
1828 struct skmem_cpu_cache *cp; in skmem_cache_magazine_purge()
1878 struct skmem_cpu_cache *cp; in skmem_cache_magazine_enable()
2201 struct skmem_cpu_cache *cp; in skmem_cache_reap_now()
[all …]