Searched refs:binder_node (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/android/
H A Dbinder.c18 * 2) node->lock : protects most fields of binder_node.
328 * binder_node_lock() - Acquire spinlock for given binder_node
329 * @node: struct binder_node to acquire
331 * Acquires node->lock. Used to protect binder_node fields
335 _binder_node_lock(struct binder_node *node, int line)
345 * @node: struct binder_node to acquire
351 _binder_node_unlock(struct binder_node *node, int line)
361 * @node: struct binder_node to acquire
364 * proc->inner_lock. Used to protect binder_node fields
368 _binder_node_inner_lock(struct binder_node *nod
[all...]
H A Dbinder_trace.h15 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 Dbinder_alloc.h33 * @target_node: struct binder_node associated with this buffer
53 struct binder_node *target_node;
H A Dbinder_internal.h19 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;

Completed in 280 milliseconds