Lines Matching refs:binder_node
339 _binder_node_lock(struct binder_node *node, int line) in _binder_node_lock()
355 _binder_node_unlock(struct binder_node *node, int line) in _binder_node_unlock()
372 _binder_node_inner_lock(struct binder_node *node, int line) in _binder_node_inner_lock()
393 _binder_node_inner_unlock(struct binder_node *node, int line) in _binder_node_inner_unlock()
552 static void binder_inc_node_tmpref_ilocked(struct binder_node *node);
697 static struct binder_node *binder_get_node_ilocked(struct binder_proc *proc, in binder_get_node_ilocked()
701 struct binder_node *node; in binder_get_node_ilocked()
706 node = rb_entry(n, struct binder_node, rb_node); in binder_get_node_ilocked()
725 static struct binder_node *binder_get_node(struct binder_proc *proc, in binder_get_node()
728 struct binder_node *node; in binder_get_node()
736 static struct binder_node *binder_init_node_ilocked( in binder_init_node_ilocked()
738 struct binder_node *new_node, in binder_init_node_ilocked()
743 struct binder_node *node; in binder_init_node_ilocked()
753 node = rb_entry(parent, struct binder_node, rb_node); in binder_init_node_ilocked()
793 static struct binder_node *binder_new_node(struct binder_proc *proc, in binder_new_node()
796 struct binder_node *node; in binder_new_node()
797 struct binder_node *new_node = kzalloc(sizeof(*node), GFP_KERNEL); in binder_new_node()
813 static void binder_free_node(struct binder_node *node) in binder_free_node()
819 static int binder_inc_node_nilocked(struct binder_node *node, int strong, in binder_inc_node_nilocked()
868 static int binder_inc_node(struct binder_node *node, int strong, int internal, in binder_inc_node()
880 static bool binder_dec_node_nilocked(struct binder_node *node, in binder_dec_node_nilocked()
940 static void binder_dec_node(struct binder_node *node, int strong, int internal) in binder_dec_node()
951 static void binder_inc_node_tmpref_ilocked(struct binder_node *node) in binder_inc_node_tmpref_ilocked()
974 static void binder_inc_node_tmpref(struct binder_node *node) in binder_inc_node_tmpref()
995 static void binder_dec_node_tmpref(struct binder_node *node) in binder_dec_node_tmpref()
1022 static void binder_put_node(struct binder_node *node) in binder_put_node()
1074 struct binder_node *node, in get_ref_desc_olocked()
1127 struct binder_node *node, in binder_get_ref_for_node_olocked()
1324 static struct binder_node *binder_get_node_from_ref( in binder_get_node_from_ref()
1329 struct binder_node *node; in binder_get_node_from_ref()
1467 struct binder_node *node, in binder_inc_ref_for_node()
2077 struct binder_node *node; in binder_transaction_buffer_release()
2232 struct binder_node *node; in binder_translate_binder()
2287 struct binder_node *node; in binder_translate_handle()
2855 struct binder_node *node = t->buffer->target_node; in binder_proc_transaction()
2957 static struct binder_node *binder_get_node_refs_for_txn( in binder_get_node_refs_for_txn()
2958 struct binder_node *node, in binder_get_node_refs_for_txn()
2962 struct binder_node *target_node = NULL; in binder_get_node_refs_for_txn()
3012 struct binder_node *target_node = NULL; in binder_transaction()
4018 struct binder_node *buf_node; in binder_free_buf()
4081 struct binder_node *ctx_mgr_node; in binder_thread_write()
4139 struct binder_node *node; in binder_thread_write()
4779 struct binder_node *node = container_of(w, struct binder_node, work); in binder_thread_read()
4958 struct binder_node *target_node = t->buffer->target_node; in binder_thread_read()
5436 struct binder_node *new_node; in binder_ioctl_set_ctx_mgr()
5475 struct binder_node *node; in binder_ioctl_get_node_info_for_ref()
5518 struct binder_node *node = rb_entry(n, struct binder_node, in binder_ioctl_get_node_debug_info()
5551 struct binder_node *prev = NULL; in binder_add_freeze_work()
5557 struct binder_node *node; in binder_add_freeze_work()
5559 node = rb_entry(n, struct binder_node, rb_node); in binder_add_freeze_work()
6121 static int binder_node_release(struct binder_node *node, int refs) in binder_node_release()
6231 struct binder_node *node; in binder_deferred_release()
6233 node = rb_entry(n, struct binder_node, rb_node); in binder_deferred_release()
6363 struct binder_node *node; in print_binder_work_ilocked()
6383 node = container_of(w, struct binder_node, work); in print_binder_work_ilocked()
6455 struct binder_node *node, in print_binder_node_nilocked()
6516 static struct binder_node *
6518 struct binder_node *node, in print_next_binder_node_ilocked()
6519 struct binder_node *prev_node, bool hash_ptrs) in print_next_binder_node_ilocked()
6553 struct binder_node *last_node = NULL; in print_binder_proc()
6565 struct binder_node *node = rb_entry(n, struct binder_node, in print_binder_proc()
6776 struct binder_node *node; in print_binder_state()
6777 struct binder_node *last_node = NULL; in print_binder_state()