Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dslab_def.h34 unsigned int colour_off; /* colour offset */ member
/Linux-v4.19/mm/
Dslab.c1914 cachep->colour = left / cachep->colour_off; in set_objfreelist_slab_cache()
1948 cachep->colour = left / cachep->colour_off; in set_off_slab_cache()
1964 cachep->colour = left / cachep->colour_off; in set_on_slab_cache()
2038 cachep->colour_off = cache_line_size(); in __kmem_cache_create()
2040 if (cachep->colour_off < cachep->align) in __kmem_cache_create()
2041 cachep->colour_off = cachep->align; in __kmem_cache_create()
2367 struct page *page, int colour_off, in alloc_slabmgmt() argument
2373 page->s_mem = addr + colour_off; in alloc_slabmgmt()
2693 offset *= cachep->colour_off; in cache_grow_begin()