Home
last modified time | relevance | path

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

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