Lines Matching refs:binder_node
265 struct binder_node *binder_context_mgr_node;
362 struct binder_node { struct
455 struct binder_node *node;
709 _binder_node_lock(struct binder_node *node, int line) in _binder_node_lock()
724 _binder_node_unlock(struct binder_node *node, int line) in _binder_node_unlock()
740 _binder_node_inner_lock(struct binder_node *node, int line) in _binder_node_inner_lock()
757 _binder_node_inner_unlock(struct binder_node *node, int line) in _binder_node_inner_unlock()
921 static void binder_inc_node_tmpref_ilocked(struct binder_node *node);
1128 static struct binder_node *binder_get_node_ilocked(struct binder_proc *proc, in binder_get_node_ilocked()
1132 struct binder_node *node; in binder_get_node_ilocked()
1137 node = rb_entry(n, struct binder_node, rb_node); in binder_get_node_ilocked()
1156 static struct binder_node *binder_get_node(struct binder_proc *proc, in binder_get_node()
1159 struct binder_node *node; in binder_get_node()
1167 static struct binder_node *binder_init_node_ilocked( in binder_init_node_ilocked()
1169 struct binder_node *new_node, in binder_init_node_ilocked()
1174 struct binder_node *node; in binder_init_node_ilocked()
1184 node = rb_entry(parent, struct binder_node, rb_node); in binder_init_node_ilocked()
1223 static struct binder_node *binder_new_node(struct binder_proc *proc, in binder_new_node()
1226 struct binder_node *node; in binder_new_node()
1227 struct binder_node *new_node = kzalloc(sizeof(*node), GFP_KERNEL); in binder_new_node()
1243 static void binder_free_node(struct binder_node *node) in binder_free_node()
1249 static int binder_inc_node_nilocked(struct binder_node *node, int strong, in binder_inc_node_nilocked()
1305 static int binder_inc_node(struct binder_node *node, int strong, int internal, in binder_inc_node()
1317 static bool binder_dec_node_nilocked(struct binder_node *node, in binder_dec_node_nilocked()
1377 static void binder_dec_node(struct binder_node *node, int strong, int internal) in binder_dec_node()
1388 static void binder_inc_node_tmpref_ilocked(struct binder_node *node) in binder_inc_node_tmpref_ilocked()
1411 static void binder_inc_node_tmpref(struct binder_node *node) in binder_inc_node_tmpref()
1432 static void binder_dec_node_tmpref(struct binder_node *node) in binder_dec_node_tmpref()
1455 static void binder_put_node(struct binder_node *node) in binder_put_node()
1503 struct binder_node *node, in binder_get_ref_for_node_olocked()
1692 static struct binder_node *binder_get_node_from_ref( in binder_get_node_from_ref()
1697 struct binder_node *node; in binder_get_node_from_ref()
1813 struct binder_node *node, in binder_inc_ref_for_node()
2228 struct binder_node *node; in binder_transaction_buffer_release()
2332 struct binder_node *node; in binder_translate_binder()
2387 struct binder_node *node; in binder_translate_handle()
2635 struct binder_node *node = t->buffer->target_node; in binder_proc_transaction()
2698 static struct binder_node *binder_get_node_refs_for_txn( in binder_get_node_refs_for_txn()
2699 struct binder_node *node, in binder_get_node_refs_for_txn()
2703 struct binder_node *target_node = NULL; in binder_get_node_refs_for_txn()
2732 struct binder_node *target_node = NULL; in binder_transaction()
3337 struct binder_node *ctx_mgr_node; in binder_thread_write()
3387 struct binder_node *node; in binder_thread_write()
3489 struct binder_node *buf_node; in binder_thread_write()
3948 struct binder_node *node = container_of(w, struct binder_node, work); in binder_thread_read()
4082 struct binder_node *target_node = t->buffer->target_node; in binder_thread_read()
4505 struct binder_node *new_node; in binder_ioctl_set_ctx_mgr()
4557 struct binder_node *node = rb_entry(n, struct binder_node, in binder_ioctl_get_node_debug_info()
4847 static int binder_node_release(struct binder_node *node, int refs) in binder_node_release()
4956 struct binder_node *node; in binder_deferred_release()
4958 node = rb_entry(n, struct binder_node, rb_node); in binder_deferred_release()
5099 struct binder_node *node; in print_binder_work_ilocked()
5119 node = container_of(w, struct binder_node, work); in print_binder_work_ilocked()
5178 struct binder_node *node) in print_binder_node_nilocked()
5225 struct binder_node *last_node = NULL; in print_binder_proc()
5237 struct binder_node *node = rb_entry(n, struct binder_node, in print_binder_proc()
5446 struct binder_node *node; in binder_state_show()
5447 struct binder_node *last_node = NULL; in binder_state_show()