Searched refs:to_node (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/acpi/ |
D | numa.c | 231 const int to_node = pxm_to_node(j); in acpi_numa_slit_init() local 233 if (to_node == NUMA_NO_NODE) in acpi_numa_slit_init() 236 numa_set_distance(from_node, to_node, in acpi_numa_slit_init()
|
/Linux-v5.4/drivers/android/ |
D | binder_internal.h | 127 int to_node; member
|
D | binder.c | 2986 e->to_node = target_node->debug_id; in binder_transaction() 6024 e->to_node, e->target_handle, e->data_size, e->offsets_size, in print_binder_transaction_log_entry()
|
/Linux-v5.4/include/linux/ |
D | node.h | 181 #define to_node(device) container_of(device, struct node, dev) macro
|
/Linux-v5.4/tools/perf/util/ |
D | symbol.c | 1019 struct rb_node *from_node, *to_node; in compare_proc_modules() local 1030 to_node = rb_first(&to_modules); in compare_proc_modules() 1032 if (!to_node) in compare_proc_modules() 1036 to_m = rb_entry(to_node, struct module_info, rb_node); in compare_proc_modules() 1043 to_node = rb_next(to_node); in compare_proc_modules() 1046 if (!from_node && !to_node) in compare_proc_modules()
|
/Linux-v5.4/drivers/base/ |
D | node.c | 34 struct node *node_dev = to_node(dev); in node_read_cpumap() 594 struct node *node = to_node(dev); in node_device_release()
|