Home
last modified time | relevance | path

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

/linux-6.1.9/fs/proc/
Dproc_sysctl.c1454 int nr_subheaders = 0; in count_subheaders() local
1463 nr_subheaders += count_subheaders(entry->child); in count_subheaders()
1467 return nr_subheaders + has_files; in count_subheaders()
1562 int nr_subheaders = count_subheaders(table); in __register_sysctl_paths() local
1583 if (nr_subheaders == 1) { in __register_sysctl_paths()
1589 sizeof(*subheaders)*nr_subheaders, GFP_KERNEL); in __register_sysctl_paths()
1724 int nr_subheaders; in unregister_sysctl_table() local
1730 nr_subheaders = count_subheaders(header->ctl_table_arg); in unregister_sysctl_table()
1731 if (unlikely(nr_subheaders > 1)) { in unregister_sysctl_table()
1736 for (i = nr_subheaders -1; i >= 0; i--) { in unregister_sysctl_table()