Searched refs:root_table (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/arc/kernel/ |
D | unwind.c | 130 } root_table; variable 163 for (table = &root_table; table; table = table->link) in find_table() 227 init_unwind_table(&root_table, "kernel", _text, _end - _text, NULL, 0, in arc_unwind_init() 232 init_unwind_hdr(&root_table, unw_hdr_alloc_early); in arc_unwind_init() 404 root_table.link = table; in unwind_add_table() 420 for (prev = &root_table; prev->link && prev->link != table; in unlink_table() 446 if (!table || table == &root_table) in unwind_remove_table()
|
/Linux-v4.19/arch/arm/probes/kprobes/ |
D | test-core.c | 631 const union decode_item *root_table; member 664 .root_table = table, in table_test() 668 return table_iter(args.root_table, table_test_fn, &args); in table_test()
|
/Linux-v4.19/fs/proc/ |
D | proc_sysctl.c | 55 static struct ctl_table root_table[] = { variable 66 .ctl_table = root_table }}, 67 .ctl_table_arg = root_table, 1682 init_header(&set->dir.header, root, set, NULL, root_table); in setup_sysctl_set()
|