Searched refs:shuffle (Results 1 – 3 of 3) sorted by relevance
55 module_param_call(shuffle, shuffle_store, shuffle_show, &shuffle_param, 0400);
49 page-alloc-$(CONFIG_SHUFFLE_PAGE_ALLOCATOR) += shuffle.o
1660 bool shuffle; in allocate_slab() local1704 shuffle = shuffle_freelist(s, page); in allocate_slab()1706 if (!shuffle) { in allocate_slab()