Home
last modified time | relevance | path

Searched refs:colour_off (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dslab_def.h34 unsigned int colour_off; /* colour offset */ member
/kernel/linux/linux-6.6/include/linux/
H A Dslab_def.h35 unsigned int colour_off; /* colour offset */ member
/kernel/linux/linux-5.10/mm/
H A Dslab.c1842 cachep->colour = left / cachep->colour_off; in set_objfreelist_slab_cache()
1876 cachep->colour = left / cachep->colour_off; in set_off_slab_cache()
1892 cachep->colour = left / cachep->colour_off; in set_on_slab_cache()
1968 cachep->colour_off = cache_line_size(); in __kmem_cache_create()
1970 if (cachep->colour_off < cachep->align) in __kmem_cache_create()
1971 cachep->colour_off = cachep->align; in __kmem_cache_create()
2292 struct page *page, int colour_off, in alloc_slabmgmt()
2298 page->s_mem = addr + colour_off; in alloc_slabmgmt()
2607 offset *= cachep->colour_off; in cache_grow_begin()
2291 alloc_slabmgmt(struct kmem_cache *cachep, struct page *page, int colour_off, gfp_t local_flags, int nodeid) alloc_slabmgmt() argument
/kernel/linux/linux-6.6/mm/
H A Dslab.c1831 cachep->colour = left / cachep->colour_off; in set_objfreelist_slab_cache()
1865 cachep->colour = left / cachep->colour_off; in set_off_slab_cache()
1881 cachep->colour = left / cachep->colour_off; in set_on_slab_cache()
1953 cachep->colour_off = cache_line_size(); in __kmem_cache_create()
1955 if (cachep->colour_off < cachep->align) in __kmem_cache_create()
1956 cachep->colour_off = cachep->align; in __kmem_cache_create()
2274 struct slab *slab, int colour_off, in alloc_slabmgmt()
2280 slab->s_mem = addr + colour_off; in alloc_slabmgmt()
2566 offset *= cachep->colour_off; in cache_grow_begin()
2273 alloc_slabmgmt(struct kmem_cache *cachep, struct slab *slab, int colour_off, gfp_t local_flags, int nodeid) alloc_slabmgmt() argument

Completed in 11 milliseconds