Lines Matching refs:child
204 .child = kern_table,
210 .child = vm_table,
216 .child = fs_table,
222 .child = debug_table,
228 .child = dev_table,
600 .child = random_table,
881 .child = key_sysctls,
1410 .child = inotify_table,
1417 .child = epoll_table,
1434 .child = binfmt_misc_table,
1664 if (table->child) { in parse_table()
1669 table = table->child; in parse_table()
1766 if (table->child) in sysctl_set_parent()
1767 sysctl_set_parent(table, table->child); in sysctl_set_parent()
1792 if (!s || !branch->child) in is_branch_in()
1801 if (!p->child) in is_branch_in()
1822 by = by->child; in try_attach()
1823 to = next->child; in try_attach()
1942 prevp = &new->child; in __register_sysctl_paths()