Searched refs:outer_lock (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/android/
H A Dbinder_internal.h312 * structure is unsafe to access without holding @proc->outer_lock.
337 * (protected by @outer_lock)
339 * (protected by @outer_lock)
393 * @inner_lock: can nest under outer_lock and/or node lock
394 * @outer_lock: no nesting under innor or node lock
433 spinlock_t outer_lock; member in struct:binder_proc
H A Dbinder.c15 * 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
266 * Acquires proc->outer_lock. Used to protect binder_ref
272 __acquires(&proc->outer_lock)
276 spin_lock(&proc->outer_lock);
288 __releases(&proc->outer_lock)
292 spin_unlock(&proc->outer_lock);
1180 * Increment the ref. @ref->proc->outer_lock must be held on entry
5638 spin_lock_init(&proc->outer_lock);
[all...]
/linux-master/lib/
H A Dlocking-selftest.c2525 #define GENERATE_2_CONTEXT_TESTCASE(outer, outer_lock, inner, inner_lock) \
2530 guard(outer)(outer_lock); \

Completed in 127 milliseconds