Searched refs:binder_node (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder.c | 18 * 2) node->lock : protects most fields of binder_node. 269 * struct binder_node - binder node bookkeeping 328 struct binder_node { struct 403 * @node: binder_node of target node. When cleaning up a 422 struct binder_node *node; 727 * binder_node_lock() - Acquire spinlock for given binder_node 728 * @node: struct binder_node to acquire 730 * Acquires node->lock. Used to protect binder_node fields 734 _binder_node_lock(struct binder_node *node, int line) 744 * @node: struct binder_node t [all...] |
H A D | binder_trace.h | 15 struct binder_node; 100 struct binder_node *target_node), 140 TP_PROTO(struct binder_transaction *t, struct binder_node *node, 165 TP_PROTO(struct binder_transaction *t, struct binder_node *node, 190 TP_PROTO(struct binder_transaction *t, struct binder_node *node,
|
H A D | binder_internal.h | 17 struct binder_node *binder_context_mgr_node;
|
H A D | binder_alloc.h | 31 * @target_node: struct binder_node associated with this buffer 52 struct binder_node *target_node;
|
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder_internal.h | 19 struct binder_node *binder_context_mgr_node; 171 * struct binder_node - binder node bookkeeping 230 struct binder_node { struct 305 * @node: binder_node of target node. When cleaning up a 324 struct binder_node *node;
|
H A 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,
|
H A D | binder.c | 18 * 2) node->lock : protects most fields of binder_node. 354 * binder_node_lock() - Acquire spinlock for given binder_node 355 * @node: struct binder_node to acquire 357 * Acquires node->lock. Used to protect binder_node fields 361 _binder_node_lock(struct binder_node *node, int line) 371 * @node: struct binder_node to acquire 377 _binder_node_unlock(struct binder_node *node, int line) 387 * @node: struct binder_node to acquire 390 * proc->inner_lock. Used to protect binder_node fields 394 _binder_node_inner_lock(struct binder_node *nod [all...] |
H A D | binder_alloc.h | 33 * @target_node: struct binder_node associated with this buffer 55 struct binder_node *target_node;
|
Completed in 11 milliseconds