Home
last modified time | relevance | path

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

/mm/
Dshuffle.c14 static bool shuffle_param; variable
17 return sprintf(buffer, "%c\n", shuffle_param ? 'Y' : 'N'); in shuffle_show()
27 if (shuffle_param) in shuffle_store()
31 module_param_call(shuffle, shuffle_store, shuffle_show, &shuffle_param, 0400);