Lines Matching full:held
26 * An intent lock must be held before taking a write lock:
70 * layer that tracks held locks. If a lock is known to already be held in the
72 * held in this state" counter, increasing the number of unlock calls that
85 * A lock may only be held once for write: six_lock_increment(.., SIX_LOCK_write)
112 * graph of held locks to check for a deadlock. The upper layer must track
113 * held locks for each thread, and each thread's held locks must be reachable
186 * @lock should be held for read or intent, and not write
280 * six_relock_type - attempt to re-take a lock that was held previously
284 * held previously
301 * When a lock is held multiple times (because six_lock_incement()) was used),
302 * this decrements the 'lock held' counter by one.