Searched refs:colour_off (Results 1 – 1 of 1) sorted by relevance
1833 cachep->colour = left / cachep->colour_off; in set_objfreelist_slab_cache()1867 cachep->colour = left / cachep->colour_off; in set_off_slab_cache()1883 cachep->colour = left / cachep->colour_off; in set_on_slab_cache()1959 cachep->colour_off = cache_line_size(); in __kmem_cache_create()1961 if (cachep->colour_off < cachep->align) in __kmem_cache_create()1962 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()2615 offset *= cachep->colour_off; in cache_grow_begin()