Home
last modified time | relevance | path

Searched refs:shuffle (Results 1 – 3 of 3) sorted by relevance

/mm/
Dshuffle.c55 module_param_call(shuffle, shuffle_store, shuffle_show, &shuffle_param, 0400);
DMakefile49 page-alloc-$(CONFIG_SHUFFLE_PAGE_ALLOCATOR) += shuffle.o
Dslub.c1660 bool shuffle; in allocate_slab() local
1704 shuffle = shuffle_freelist(s, page); in allocate_slab()
1706 if (!shuffle) { in allocate_slab()