Searched refs:to_node (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/numa/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder_internal.h | 129 int to_node; member
|
H A D | binder.c | 3330 e->to_node = target_node->debug_id; in binder_transaction() 6561 e->to_node, e->target_handle, e->data_size, e->offsets_size, in print_binder_transaction_log_entry()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | node.h | 170 #define to_node(device) container_of(device, struct node, dev) macro
|
/kernel/linux/linux-6.6/drivers/acpi/numa/ |
H A 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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | node.h | 182 #define to_node(device) container_of(device, struct node, dev) macro
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol.c | 1063 struct rb_node *from_node, *to_node; in compare_proc_modules() local 1074 to_node = rb_first(&to_modules); in compare_proc_modules() 1076 if (!to_node) in compare_proc_modules() 1080 to_m = rb_entry(to_node, struct module_info, rb_node); in compare_proc_modules() 1087 to_node = rb_next(to_node); in compare_proc_modules() 1090 if (!from_node && !to_node) in compare_proc_modules()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A 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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | node.c | 34 struct node *node_dev = to_node(dev); in node_read_cpumap() 606 struct node *node = to_node(dev); in node_device_release()
|
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder.c | 236 int to_node; member 3103 e->to_node = target_node->debug_id; in binder_transaction() 6612 e->to_node, e->target_handle, e->data_size, e->offsets_size, in print_binder_transaction_log_entry()
|
Completed in 28 milliseconds