Lines Matching refs:binder_ref

255 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()
1115 static int binder_inc_ref(struct binder_ref *ref, int strong, in binder_inc_ref()
1139 static int binder_dec_ref(struct binder_ref *ref, int strong) in binder_dec_ref()
1289 struct binder_ref *ref = binder_get_ref(proc, fp->handle); in binder_transaction_buffer_release()
1381 struct binder_ref *ref; in binder_transaction()
1540 struct binder_ref *ref; in binder_transaction()
1586 struct binder_ref *ref = binder_get_ref(proc, fp->handle); in binder_transaction()
1614 struct binder_ref *new_ref; in binder_transaction()
1781 struct binder_ref *ref; in binder_thread_write()
1984 struct binder_ref *ref; in binder_thread_write()
3021 struct binder_ref *ref; in binder_node_release()
3105 struct binder_ref *ref; in binder_deferred_release()
3107 ref = rb_entry(n, struct binder_ref, rb_node_desc); in binder_deferred_release()
3326 struct binder_ref *ref; in print_binder_node()
3350 static void print_binder_ref(struct seq_file *m, struct binder_ref *ref) in print_binder_ref()
3381 print_binder_ref(m, rb_entry(n, struct binder_ref, in print_binder_proc()
3507 struct binder_ref *ref = rb_entry(n, struct binder_ref, in print_binder_proc_stats()