Searched refs:to_node (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/acpi/numa/ |
D | srat.c | 226 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-v6.6/include/linux/ |
D | node.h | 170 #define to_node(device) container_of(device, struct node, dev) macro
|
/Linux-v6.6/drivers/base/ |
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()
|
/Linux-v6.6/tools/perf/util/ |
D | symbol.c | 1114 struct rb_node *from_node, *to_node; in compare_proc_modules() local 1125 to_node = rb_first(&to_modules); in compare_proc_modules() 1127 if (!to_node) in compare_proc_modules() 1131 to_m = rb_entry(to_node, struct module_info, rb_node); in compare_proc_modules() 1138 to_node = rb_next(to_node); in compare_proc_modules() 1141 if (!from_node && !to_node) in compare_proc_modules()
|
/Linux-v6.6/drivers/android/ |
D | binder.c | 210 int to_node; member 3057 e->to_node = target_node->debug_id; in binder_transaction() 6443 e->to_node, e->target_handle, e->data_size, e->offsets_size, in print_binder_transaction_log_entry()
|