Searched refs:binder_node (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/android/ |
D | binder.c | 334 _binder_node_lock(struct binder_node *node, int line) in _binder_node_lock() 350 _binder_node_unlock(struct binder_node *node, int line) in _binder_node_unlock() 367 _binder_node_inner_lock(struct binder_node *node, int line) in _binder_node_inner_lock() 388 _binder_node_inner_unlock(struct binder_node *node, int line) in _binder_node_inner_unlock() 537 static void binder_inc_node_tmpref_ilocked(struct binder_node *node); 684 static struct binder_node *binder_get_node_ilocked(struct binder_proc *proc, in binder_get_node_ilocked() 688 struct binder_node *node; in binder_get_node_ilocked() 693 node = rb_entry(n, struct binder_node, rb_node); in binder_get_node_ilocked() 712 static struct binder_node *binder_get_node(struct binder_proc *proc, in binder_get_node() 715 struct binder_node *node; in binder_get_node() [all …]
|
D | binder_internal.h | 19 struct binder_node *binder_context_mgr_node; 229 struct binder_node { struct 323 struct binder_node *node;
|
D | binder_trace.h | 15 struct binder_node; 129 struct binder_node *target_node), 169 TP_PROTO(struct binder_transaction *t, struct binder_node *node, 194 TP_PROTO(struct binder_transaction *t, struct binder_node *node, 219 TP_PROTO(struct binder_transaction *t, struct binder_node *node,
|
D | binder_alloc.h | 55 struct binder_node *target_node;
|