Home
last modified time | relevance | path

Searched refs:from_node (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/acpi/numa/
H A Dsrat.c336 const int from_node = pxm_to_node(i); in acpi_parse_slit() local
338 if (from_node == NUMA_NO_NODE) in acpi_parse_slit()
347 numa_set_distance(from_node, to_node, in acpi_parse_slit()
/linux-6.15/arch/sparc/include/asm/
H A Dmdesc.h23 u64 from_node, const char *name);
/linux-6.15/arch/sparc/kernel/
H A Dmdesc.c630 u64 from_node, const char *name) in mdesc_node_by_name() argument
637 if (from_node == MDESC_NODE_NULL) { in mdesc_node_by_name()
638 ret = from_node = 0; in mdesc_node_by_name()
639 } else if (from_node >= last_node) { in mdesc_node_by_name()
642 ret = ep[from_node].d.val; in mdesc_node_by_name()
/linux-6.15/tools/perf/util/
H A Dsymbol.c1124 struct rb_node *from_node, *to_node; in compare_proc_modules() local
1134 from_node = rb_first(&from_modules); in compare_proc_modules()
1136 while (from_node) { in compare_proc_modules()
1140 from_m = rb_entry(from_node, struct module_info, rb_node); in compare_proc_modules()
1147 from_node = rb_next(from_node); in compare_proc_modules()
1151 if (!from_node && !to_node) in compare_proc_modules()