Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dslab_def.h35 unsigned int colour_off; /* colour offset */ member
/Linux-v5.15/mm/
Dslab.c1844 cachep->colour = left / cachep->colour_off; in set_objfreelist_slab_cache()
1878 cachep->colour = left / cachep->colour_off; in set_off_slab_cache()
1894 cachep->colour = left / cachep->colour_off; in set_on_slab_cache()
1970 cachep->colour_off = cache_line_size(); in __kmem_cache_create()
1972 if (cachep->colour_off < cachep->align) in __kmem_cache_create()
1973 cachep->colour_off = cachep->align; in __kmem_cache_create()
2294 struct page *page, int colour_off, in alloc_slabmgmt() argument
2300 page->s_mem = addr + colour_off; in alloc_slabmgmt()
2609 offset *= cachep->colour_off; in cache_grow_begin()