Searched refs:from_node (Results 1 – 4 of 4) sorted by relevance
55 const int from_node = pxm_to_node(i); in acpi_numa_slit_init() local57 if (from_node == NUMA_NO_NODE) in acpi_numa_slit_init()66 numa_set_distance(from_node, to_node, in acpi_numa_slit_init()
21 u64 from_node, const char *name);
386 u64 from_node, const char *name) in mdesc_node_by_name() argument393 if (from_node == MDESC_NODE_NULL) { in mdesc_node_by_name()394 ret = from_node = 0; in mdesc_node_by_name()395 } else if (from_node >= last_node) { in mdesc_node_by_name()398 ret = ep[from_node].d.val; in mdesc_node_by_name()
935 struct rb_node *from_node, *to_node; in compare_proc_modules() local945 from_node = rb_first(&from_modules); in compare_proc_modules()947 while (from_node) { in compare_proc_modules()951 from_m = rb_entry(from_node, struct module_info, rb_node); in compare_proc_modules()958 from_node = rb_next(from_node); in compare_proc_modules()962 if (!from_node && !to_node) in compare_proc_modules()