Searched refs:colour_off (Results 1 – 2 of 2) sorted by relevance
34 unsigned int colour_off; /* colour offset */ member
1843 cachep->colour = left / cachep->colour_off; in set_objfreelist_slab_cache()1877 cachep->colour = left / cachep->colour_off; in set_off_slab_cache()1893 cachep->colour = left / cachep->colour_off; in set_on_slab_cache()1969 cachep->colour_off = cache_line_size(); in __kmem_cache_create()1971 if (cachep->colour_off < cachep->align) in __kmem_cache_create()1972 cachep->colour_off = cachep->align; in __kmem_cache_create()2293 struct page *page, int colour_off, in alloc_slabmgmt() argument2299 page->s_mem = addr + colour_off; in alloc_slabmgmt()2608 offset *= cachep->colour_off; in cache_grow_begin()