Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/mem/
H A Dskmem_cache_var.h143 struct skmem_cpu_cache { struct
303 struct skmem_cpu_cache skm_cpu_cache[__counted_by(skm_cpu_cache_count)]
311 ((struct skmem_cpu_cache *)((void *)((char *)(c) + \
H A Dskmem_cache.c248 static void skmem_cpu_reload(struct skmem_cpu_cache *, struct skmem_mag *, int);
249 static void skmem_cpu_batch_reload(struct skmem_cpu_cache *,
797 struct skmem_cpu_cache *ccp = &skm->skm_cpu_cache[cpuid]; in skmem_cache_create()
1247 skmem_cpu_batch_reload(struct skmem_cpu_cache *cp, struct skmem_mag *mg, in skmem_cpu_batch_reload()
1271 skmem_cpu_reload(struct skmem_cpu_cache *cp, struct skmem_mag *mg, int rounds) in skmem_cpu_reload()
1290 struct skmem_cpu_cache *cp = SKMEM_CPU_CACHE(skm); in skmem_cache_batch_alloc()
1556 struct skmem_cpu_cache *cp = SKMEM_CPU_CACHE(skm); in skmem_cache_batch_free_common()
1840 struct skmem_cpu_cache *cp; in skmem_cache_magazine_purge()
1890 struct skmem_cpu_cache *cp; in skmem_cache_magazine_enable()
2213 struct skmem_cpu_cache *cp; in skmem_cache_reap_now()
[all …]