Lines Matching defs:outer_lock
15 * 1) proc->outer_lock : protects binder_ref
35 * foo_olocked() : requires node->outer_lock
38 * foo_oilocked(): requires proc->outer_lock and proc->inner_lock
410 * structure is unsafe to access without holding @proc->outer_lock.
440 * (protected by @outer_lock)
442 * (protected by @outer_lock)
481 * @inner_lock: can nest under outer_lock and/or node lock
482 * @outer_lock: no nesting under innor or node lock
514 spinlock_t outer_lock;
665 * Acquires proc->outer_lock. Used to protect binder_ref
671 __acquires(&proc->outer_lock)
675 spin_lock(&proc->outer_lock);
687 __releases(&proc->outer_lock)
691 spin_unlock(&proc->outer_lock);
1589 * Increment the ref. @ref->proc->outer_lock must be held on entry
5753 spin_lock_init(&proc->outer_lock);