Searched refs:colour_off (Results 1 – 2 of 2) sorted by relevance
35 unsigned int colour_off; /* colour offset */ member
1844 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() argument2300 page->s_mem = addr + colour_off; in alloc_slabmgmt()2609 offset *= cachep->colour_off; in cache_grow_begin()