Home
last modified time | relevance | path

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

/linux/drivers/net/
H A Dnetconsole.c590 bool cpu_nr_enabled; in sysdata_cpu_nr_enabled_show() local
593 cpu_nr_enabled = !!(nt->sysdata_fields & SYSDATA_CPU_NR); in sysdata_cpu_nr_enabled_show()
596 return sysfs_emit(buf, "%d\n", cpu_nr_enabled); in sysdata_cpu_nr_enabled_show()
1203 bool cpu_nr_enabled, curr; in sysdata_cpu_nr_enabled_store() local
1206 ret = kstrtobool(buf, &cpu_nr_enabled); in sysdata_cpu_nr_enabled_store()
1213 if (cpu_nr_enabled == curr) in sysdata_cpu_nr_enabled_store()
1217 if (cpu_nr_enabled) in sysdata_cpu_nr_enabled_store()
1233 CONFIGFS_ATTR(sysdata_, cpu_nr_enabled);