Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnode.h211 #define to_node(device) container_of(device, struct node, dev) macro
/linux/tools/perf/util/
H A Dsymbol.c1260 struct rb_node *from_node, *to_node; in validate_kcore_addresses()
1271 to_node = rb_first(&to_modules);
1273 if (!to_node) in kcore_mapfn()
1277 to_m = rb_entry(to_node, struct module_info, rb_node); in kcore_mapfn()
1284 to_node = rb_next(to_node); in kcore_mapfn()
1287 if (!from_node && !to_node) in kcore_mapfn()
1133 struct rb_node *from_node, *to_node; compare_proc_modules() local
/linux/drivers/android/
H A Dbinder.c215 int to_node; member
3255 e->to_node = target_node->debug_id; in binder_transaction()
6968 e->to_node, e->target_handle, e->data_size, e->offsets_size, in print_binder_transaction_log_entry()