Searched refs:MAX_PARAM_LENGTH (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ |
H A D | netconsole.c | 44 #define MAX_PARAM_LENGTH 256 macro 47 static char config[MAX_PARAM_LENGTH]; 48 module_param_string(netconsole, config, MAX_PARAM_LENGTH, 0); 58 strlcpy(config, opt, MAX_PARAM_LENGTH); in option_setup() 889 if (strnlen(input, MAX_PARAM_LENGTH)) { in init_netconsole()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | netconsole.c | 45 #define MAX_PARAM_LENGTH 256 macro 48 static char config[MAX_PARAM_LENGTH]; 49 module_param_string(netconsole, config, MAX_PARAM_LENGTH, 0); 59 strscpy(config, opt, MAX_PARAM_LENGTH); in option_setup() 962 if (strnlen(input, MAX_PARAM_LENGTH)) { in init_netconsole()
|
Completed in 3 milliseconds