Home
last modified time | relevance | path

Searched refs:root_set (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/proc/
H A Dproc_sysctl.c1223 struct ctl_table_set *root_set = &sysctl_table_root.default_set; in insert_links() local
1228 if (head->set == root_set) in insert_links()
1231 core_parent = xlate_dir(root_set, head->parent); in insert_links()
1635 struct ctl_table_set *root_set = &sysctl_table_root.default_set; in put_links() local
1641 if (header->set == root_set) in put_links()
1644 core_parent = xlate_dir(root_set, parent); in put_links()
/kernel/linux/linux-6.6/fs/proc/
H A Dproc_sysctl.c1245 struct ctl_table_set *root_set = &sysctl_table_root.default_set; in insert_links() local
1250 if (head->set == root_set) in insert_links()
1253 core_parent = xlate_dir(root_set, head->parent); in insert_links()
1468 struct ctl_table_set *root_set = &sysctl_table_root.default_set; in put_links() local
1474 if (header->set == root_set) in put_links()
1477 core_parent = xlate_dir(root_set, parent); in put_links()
/kernel/linux/linux-6.6/tools/net/ynl/
H A Dynl-gen-c.py926 for root_set, rs_members in self.root_sets.items():
927 for attr, spec in self.attr_sets[root_set].items():

Completed in 9 milliseconds