Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/acpi/
Dnuma.c245 const int to_node = pxm_to_node(j); in acpi_numa_slit_init() local
247 if (to_node == NUMA_NO_NODE) in acpi_numa_slit_init()
250 numa_set_distance(from_node, to_node, in acpi_numa_slit_init()
/Linux-v4.19/include/linux/
Dnode.h120 #define to_node(device) container_of(device, struct node, dev) macro
/Linux-v4.19/tools/perf/util/
Dsymbol.c990 struct rb_node *from_node, *to_node; in compare_proc_modules() local
1001 to_node = rb_first(&to_modules); in compare_proc_modules()
1003 if (!to_node) in compare_proc_modules()
1007 to_m = rb_entry(to_node, struct module_info, rb_node); in compare_proc_modules()
1014 to_node = rb_next(to_node); in compare_proc_modules()
1017 if (!from_node && !to_node) in compare_proc_modules()
/Linux-v4.19/drivers/base/
Dnode.c33 struct node *node_dev = to_node(dev); in node_read_cpumap()
285 struct node *node = to_node(dev); in node_device_release()
/Linux-v4.19/drivers/android/
Dbinder.c228 int to_node; member
2858 e->to_node = target_node->debug_id; in binder_transaction()
5542 e->to_node, e->target_handle, e->data_size, e->offsets_size, in print_binder_transaction_log_entry()