Searched refs:shuffle_param (Results 1 – 1 of 1) sorted by relevance
14 static bool shuffle_param; variable17 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);