Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/acpi/numa/
H A Dsrat.c226 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnode.h182 #define to_node(device) container_of(device, struct node, dev) macro
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsymbol.c1063 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()
/OK3568_Linux_fs/kernel/drivers/base/
H A Dnode.c34 struct node *node_dev = to_node(dev); in node_read_cpumap()
606 struct node *node = to_node(dev); in node_device_release()
/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinder.c185 int to_node; member
3120 e->to_node = target_node->debug_id; in binder_transaction()
6487 e->to_node, e->target_handle, e->data_size, e->offsets_size, in print_binder_transaction_log_entry()