Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dslab_def.h33 unsigned int colour_off; /* colour offset */ member
/linux-4.4.14/mm/
Dslab.c2251 cachep->colour_off = cache_line_size(); in __kmem_cache_create()
2253 if (cachep->colour_off < cachep->align) in __kmem_cache_create()
2254 cachep->colour_off = cachep->align; in __kmem_cache_create()
2255 cachep->colour = left_over / cachep->colour_off; in __kmem_cache_create()
2451 struct page *page, int colour_off, in alloc_slabmgmt() argument
2464 freelist = addr + colour_off; in alloc_slabmgmt()
2465 colour_off += cachep->freelist_size; in alloc_slabmgmt()
2468 page->s_mem = addr + colour_off; in alloc_slabmgmt()
2623 offset *= cachep->colour_off; in cache_grow()