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