Searched refs:kmem_cache_cpu (Results 1 - 2 of 2) sorted by relevance

/linux-master/mm/
H A Dslub.c121 * This locks protect slowpath manipulation of all kmem_cache_cpu fields
148 * local cpu doesn't change in the process and e.g. the kmem_cache_cpu pointer
384 struct kmem_cache_cpu { struct
2774 struct kmem_cache_cpu *c;
2786 * Assumes the slab has been already safely taken away from kmem_cache_cpu
2929 struct kmem_cache_cpu *c)
2990 struct kmem_cache_cpu *c) { }
2994 static inline void flush_slab(struct kmem_cache *s, struct kmem_cache_cpu *c)
3019 struct kmem_cache_cpu *c = per_cpu_ptr(s->cpu_slab, cpu);
3049 struct kmem_cache_cpu *
[all...]
H A Dslab.h253 struct kmem_cache_cpu __percpu *cpu_slab;

Completed in 332 milliseconds