Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arc/kernel/
Dunwind.c128 } root_table; variable
161 for (table = &root_table; table; table = table->link) in find_table()
225 init_unwind_table(&root_table, "kernel", _text, _end - _text, NULL, 0, in arc_unwind_init()
230 init_unwind_hdr(&root_table, unw_hdr_alloc_early); in arc_unwind_init()
402 root_table.link = table; in unwind_add_table()
418 for (prev = &root_table; prev->link && prev->link != table; in unlink_table()
444 if (!table || table == &root_table) in unwind_remove_table()
/linux-4.4.14/arch/arm/probes/kprobes/
Dtest-core.c687 const union decode_item *root_table; member
720 .root_table = table, in table_test()
724 return table_iter(args.root_table, table_test_fn, &args); in table_test()
/linux-4.4.14/fs/proc/
Dproc_sysctl.c53 static struct ctl_table root_table[] = { variable
64 .ctl_table = root_table }},
65 .ctl_table_arg = root_table,
1601 init_header(&set->dir.header, root, set, NULL, root_table); in setup_sysctl_set()