Searched refs:to_node (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/acpi/numa/ |
H A D | srat.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()
|
/openbmc/linux/include/linux/ |
H A D | node.h | 170 #define to_node(device) container_of(device, struct node, dev) macro
|
/openbmc/linux/tools/perf/util/ |
H A D | symbol.c | 1081 struct rb_node *from_node, *to_node; in compare_proc_modules() local 1092 to_node = rb_first(&to_modules); in compare_proc_modules() 1094 if (!to_node) in compare_proc_modules() 1098 to_m = rb_entry(to_node, struct module_info, rb_node); in compare_proc_modules() 1105 to_node = rb_next(to_node); in compare_proc_modules() 1108 if (!from_node && !to_node) in compare_proc_modules()
|
/openbmc/linux/drivers/base/ |
H A D | node.c | 34 struct node *node_dev = to_node(dev); in cpumap_read() 55 struct node *node_dev = to_node(dev); in cpulist_read() 604 kfree(to_node(dev)); in node_device_release()
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | unit-test.py | 167 to_node = self.GetNode(to_name) 168 to_node.AddChildNode(from_node)
|
/openbmc/linux/drivers/android/ |
H A D | binder.c | 210 int to_node; member 3067 e->to_node = target_node->debug_id; in binder_transaction() 6454 e->to_node, e->target_handle, e->data_size, e->offsets_size, in print_binder_transaction_log_entry()
|