Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dslab_def.h35 unsigned int colour_off; /* colour offset */ member
/Linux-v6.1/mm/
Dslab.c1838 cachep->colour = left / cachep->colour_off; in set_objfreelist_slab_cache()
1872 cachep->colour = left / cachep->colour_off; in set_off_slab_cache()
1888 cachep->colour = left / cachep->colour_off; in set_on_slab_cache()
1964 cachep->colour_off = cache_line_size(); in __kmem_cache_create()
1966 if (cachep->colour_off < cachep->align) in __kmem_cache_create()
1967 cachep->colour_off = cachep->align; in __kmem_cache_create()
2283 struct slab *slab, int colour_off, in alloc_slabmgmt() argument
2289 slab->s_mem = addr + colour_off; in alloc_slabmgmt()
2586 offset *= cachep->colour_off; in cache_grow_begin()