Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dslab_def.h33 unsigned int colour_off; /* colour offset */ member
/linux-4.1.27/mm/
Dslab.c2260 cachep->colour_off = cache_line_size(); in __kmem_cache_create()
2262 if (cachep->colour_off < cachep->align) in __kmem_cache_create()
2263 cachep->colour_off = cachep->align; in __kmem_cache_create()
2264 cachep->colour = left_over / cachep->colour_off; in __kmem_cache_create()
2460 struct page *page, int colour_off, in alloc_slabmgmt() argument
2473 freelist = addr + colour_off; in alloc_slabmgmt()
2474 colour_off += cachep->freelist_size; in alloc_slabmgmt()
2477 page->s_mem = addr + colour_off; in alloc_slabmgmt()
2632 offset *= cachep->colour_off; in cache_grow()