Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arc/kernel/
Dunwind.c128 } root_table; variable
161 for (table = &root_table; table; table = table->link) in find_table()
208 init_unwind_table(&root_table, "kernel", _text, _end - _text, NULL, 0, in arc_unwind_init()
354 setup_unwind_table(&root_table, balloc); in arc_unwind_setup()
387 root_table.link = table; in unwind_add_table()
403 for (prev = &root_table; prev->link && prev->link != table; in unlink_table()
429 if (!table || table == &root_table) in unwind_remove_table()
/linux-4.1.27/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.1.27/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()