Searched refs:binder_node (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/android/ |
| H A D | binder.c | 310 _binder_node_lock(struct binder_node *node, int line) in _binder_node_lock() 326 _binder_node_unlock(struct binder_node *node, int line) in _binder_node_unlock() 343 _binder_node_inner_lock(struct binder_node *node, int line) in _binder_node_inner_lock() 364 _binder_node_inner_unlock(struct binder_node *node, int line) in _binder_node_inner_unlock() 513 static void binder_inc_node_tmpref_ilocked(struct binder_node *node); 796 static struct binder_node *binder_get_node_ilocked(struct binder_proc *proc, in binder_get_node_ilocked() 800 struct binder_node *node; in binder_get_node_ilocked() 805 node = rb_entry(n, struct binder_node, rb_node); in binder_get_node_ilocked() 824 static struct binder_node *binder_get_node(struct binder_proc *proc, in binder_get_node() 827 struct binder_node *node; in binder_get_node() [all …]
|
| H A D | binder_internal.h | 19 struct binder_node *binder_context_mgr_node; 232 struct binder_node { struct 328 struct binder_node *node;
|
| H A D | binder_trace.h | 15 struct binder_node; 124 struct binder_node *target_node), 164 TP_PROTO(struct binder_transaction *t, struct binder_node *node, 189 TP_PROTO(struct binder_transaction *t, struct binder_node *node, 214 TP_PROTO(struct binder_transaction *t, struct binder_node *node,
|
| H A D | binder_alloc.h | 55 struct binder_node *target_node;
|