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

/linux-master/drivers/android/
H A Dbinder.c15 * 1) proc->outer_lock : protects binder_ref
266 * Acquires proc->outer_lock. Used to protect binder_ref
1025 static struct binder_ref *binder_get_ref_olocked(struct binder_proc *proc,
1029 struct binder_ref *ref;
1032 ref = rb_entry(n, struct binder_ref, rb_node_desc);
1052 * @new_ref: newly allocated binder_ref to be initialized or %NULL
1066 static struct binder_ref *binder_get_ref_for_node_olocked(
1069 struct binder_ref *new_ref)
1074 struct binder_ref *ref;
1079 ref = rb_entry(parent, struct binder_ref, rb_node_nod
[all...]
H A Dbinder_internal.h279 * struct binder_ref_data - binder_ref counts and id
298 * struct binder_ref - struct to track references on nodes
314 struct binder_ref { struct

Completed in 167 milliseconds