Searched refs:colour_next (Results 1 – 1 of 1) sorted by relevance
296 unsigned int colour_next; /* Per-node cache coloring */ member356 parent->colour_next = 0; in kmem_list3_init()2777 offset = l3->colour_next; in cache_grow()2778 l3->colour_next++; in cache_grow()2779 if (l3->colour_next >= cachep->colour) in cache_grow()2780 l3->colour_next = 0; in cache_grow()