Searched refs:from_node (Results 1 – 4 of 4) sorted by relevance
239 const int from_node = pxm_to_node(i); in acpi_numa_slit_init() local241 if (from_node == NUMA_NO_NODE) in acpi_numa_slit_init()250 numa_set_distance(from_node, to_node, in acpi_numa_slit_init()
23 u64 from_node, const char *name);
628 u64 from_node, const char *name) in mdesc_node_by_name() argument635 if (from_node == MDESC_NODE_NULL) { in mdesc_node_by_name()636 ret = from_node = 0; in mdesc_node_by_name()637 } else if (from_node >= last_node) { in mdesc_node_by_name()640 ret = ep[from_node].d.val; in mdesc_node_by_name()
990 struct rb_node *from_node, *to_node; in compare_proc_modules() local1000 from_node = rb_first(&from_modules); in compare_proc_modules()1002 while (from_node) { in compare_proc_modules()1006 from_m = rb_entry(from_node, struct module_info, rb_node); in compare_proc_modules()1013 from_node = rb_next(from_node); in compare_proc_modules()1017 if (!from_node && !to_node) in compare_proc_modules()