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

/linux-4.1.27/arch/x86/mm/
H A Dsrat.c61 const int to_node = pxm_to_node(j); acpi_numa_slit_init() local
63 if (to_node == NUMA_NO_NODE) acpi_numa_slit_init()
66 numa_set_distance(from_node, to_node, acpi_numa_slit_init()
/linux-4.1.27/include/linux/
H A Dnode.h82 #define to_node(device) container_of(device, struct node, dev) macro
/linux-4.1.27/tools/perf/util/
H A Dsymbol.c935 struct rb_node *from_node, *to_node; compare_proc_modules() local
946 to_node = rb_first(&to_modules); compare_proc_modules()
948 if (!to_node) compare_proc_modules()
952 to_m = rb_entry(to_node, struct module_info, rb_node); compare_proc_modules()
959 to_node = rb_next(to_node); compare_proc_modules()
962 if (!from_node && !to_node) compare_proc_modules()
/linux-4.1.27/drivers/base/
H A Dnode.c30 struct node *node_dev = to_node(dev); node_read_cpumap()
257 struct node *node = to_node(dev); node_device_release()
/linux-4.1.27/drivers/android/
H A Dbinder.c187 int to_node; member in struct:binder_transaction_log_entry
1398 e->to_node = target_node->debug_id; binder_transaction()
3615 e->from_thread, e->to_proc, e->to_thread, e->to_node, print_binder_transaction_log_entry()

Completed in 220 milliseconds