Home
last modified time | relevance | path

Searched refs:binder_ref (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/android/
Dbinder_trace.h26 struct binder_ref;
149 struct binder_ref *ref),
173 TP_PROTO(struct binder_transaction *t, struct binder_ref *ref),
197 TP_PROTO(struct binder_transaction *t, struct binder_ref *src_ref,
198 struct binder_ref *dest_ref),
Dbinder.c255 struct binder_ref { struct
1005 static struct binder_ref *binder_get_ref(struct binder_proc *proc, in binder_get_ref()
1009 struct binder_ref *ref; in binder_get_ref()
1012 ref = rb_entry(n, struct binder_ref, rb_node_desc); in binder_get_ref()
1024 static struct binder_ref *binder_get_ref_for_node(struct binder_proc *proc, in binder_get_ref_for_node()
1030 struct binder_ref *ref, *new_ref; in binder_get_ref_for_node()
1034 ref = rb_entry(parent, struct binder_ref, rb_node_node); in binder_get_ref_for_node()
1055 ref = rb_entry(n, struct binder_ref, rb_node_desc); in binder_get_ref_for_node()
1064 ref = rb_entry(parent, struct binder_ref, rb_node_desc); in binder_get_ref_for_node()
1090 static void binder_delete_ref(struct binder_ref *ref) in binder_delete_ref()
[all …]