Lines Matching full:proc
169 * There are separate work lists for proc, thread, and node (async).
197 * (protected by @proc->inner_lock)
198 * @rb_node: element for proc->nodes tree
199 * (protected by @proc->inner_lock)
202 * @proc: binder_proc that owns this node
208 * (protected by @proc->inner_lock if @proc
211 * (protected by @proc->inner_lock if @proc
214 * (protected by @proc->inner_lock if @proc
217 * (protected by @proc->inner_lock while @proc
219 * if @proc is NULL. During inc/dec and node release
221 * as the node dies and @proc becomes NULL)
227 * (protected by @proc->inner_lock if @proc
230 * (protected by @proc->inner_lock if @proc
233 * (protected by @proc->inner_lock if @proc
236 * (protected by @proc->inner_lock if @proc
247 * (protected by @proc->inner_lock)
259 struct binder_proc *proc; member
270 * proc inner_lock
292 * (protected by inner_lock of the proc that
321 * @rb_node_desc: node for lookup by @data.desc in proc's rb_tree
322 * @rb_node_node: node for lookup by @node in proc's rb_tree
325 * @proc: binder_proc containing ref
333 * structure is unsafe to access without holding @proc->outer_lock.
337 /* node + proc => ref (transaction) */
338 /* desc + proc => ref (transaction, inc/dec ref) */
339 /* node => refs + procs (proc exit) */
344 struct binder_proc *proc; member
352 * @threads: rbtree of binder_threads in this proc
355 * this proc ordered by node->ptr
361 * @waiting_threads: threads currently waiting for proc work
403 * @tmp_ref: temporary reference to indicate proc is in use
409 * @context: binder_context for this proc
457 * @proc: binder process for this thread
459 * @rb_node: element for proc->threads rbtree
460 * (protected by @proc->inner_lock)
461 * @waiting_thread_node: element for @proc->waiting_threads list
462 * (protected by @proc->inner_lock)
470 * (protected by @proc->inner_lock)
472 * (protected by @proc->inner_lock)
474 * (protected by @proc->inner_lock)
478 * (protected by @proc->inner_lock)
483 * (atomic since @proc->inner_lock cannot
487 * (protected by @proc->inner_lock)
492 struct binder_proc *proc; member