Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dslab_def.h35 unsigned int colour_off; /* colour offset */ member
/openbmc/linux/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() argument
2280 slab->s_mem = addr + colour_off; in alloc_slabmgmt()
2566 offset *= cachep->colour_off; in cache_grow_begin()