Home
last modified time | relevance | path

Searched refs:to_node (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/acpi/numa/
Dsrat.c226 const int to_node = pxm_to_node(j); in acpi_numa_slit_init() local
228 if (to_node == NUMA_NO_NODE) in acpi_numa_slit_init()
231 numa_set_distance(from_node, to_node, in acpi_numa_slit_init()
/Linux-v5.10/drivers/android/
Dbinder_internal.h129 int to_node; member
Dbinder.c2959 e->to_node = target_node->debug_id; in binder_transaction()
6015 e->to_node, e->target_handle, e->data_size, e->offsets_size, in print_binder_transaction_log_entry()
/Linux-v5.10/include/linux/
Dnode.h182 #define to_node(device) container_of(device, struct node, dev) macro
/Linux-v5.10/tools/perf/util/
Dsymbol.c1046 struct rb_node *from_node, *to_node; in compare_proc_modules() local
1057 to_node = rb_first(&to_modules); in compare_proc_modules()
1059 if (!to_node) in compare_proc_modules()
1063 to_m = rb_entry(to_node, struct module_info, rb_node); in compare_proc_modules()
1070 to_node = rb_next(to_node); in compare_proc_modules()
1073 if (!from_node && !to_node) in compare_proc_modules()
/Linux-v5.10/drivers/base/
Dnode.c34 struct node *node_dev = to_node(dev); in node_read_cpumap()
608 struct node *node = to_node(dev); in node_device_release()