root_table 127 arch/arc/kernel/unwind.c } root_table; root_table 160 arch/arc/kernel/unwind.c for (table = &root_table; table; table = table->link) root_table 218 arch/arc/kernel/unwind.c init_unwind_table(&root_table, "kernel", _text, _end - _text, NULL, 0, root_table 223 arch/arc/kernel/unwind.c init_unwind_hdr(&root_table, unw_hdr_alloc_early); root_table 399 arch/arc/kernel/unwind.c root_table.link = table; root_table 415 arch/arc/kernel/unwind.c for (prev = &root_table; prev->link && prev->link != table; root_table 441 arch/arc/kernel/unwind.c if (!table || table == &root_table) root_table 628 arch/arm/probes/kprobes/test-core.c const union decode_item *root_table; root_table 661 arch/arm/probes/kprobes/test-core.c .root_table = table, root_table 665 arch/arm/probes/kprobes/test-core.c return table_iter(args.root_table, table_test_fn, &args); root_table 304 arch/x86/boot/compressed/acpi.c unsigned long root_table, acpi_table; root_table 330 arch/x86/boot/compressed/acpi.c root_table = rsdp->xsdt_physical_address; root_table 333 arch/x86/boot/compressed/acpi.c root_table = rsdp->rsdt_physical_address; root_table 337 arch/x86/boot/compressed/acpi.c if (!root_table) root_table 340 arch/x86/boot/compressed/acpi.c header = (struct acpi_table_header *)root_table; root_table 346 arch/x86/boot/compressed/acpi.c entry = (u8 *)(root_table + sizeof(struct acpi_table_header)); root_table 60 fs/proc/proc_sysctl.c static struct ctl_table root_table[] = { root_table 71 fs/proc/proc_sysctl.c .ctl_table = root_table }}, root_table 72 fs/proc/proc_sysctl.c .ctl_table_arg = root_table, root_table 1709 fs/proc/proc_sysctl.c init_header(&set->dir.header, root, set, NULL, root_table);