Lines Matching full:take
38 /* Value we add to the lock in order to take the lock: */
136 * To take the lock, a thread sets its variable indicating that it holds in __do_six_trylock()
141 * Failure to take the lock may cause a spurious trylock failure in in __do_six_trylock()
290 * six_trylock_ip - attempt to take a six lock without blocking
291 * @lock: lock to take
309 * six_relock_ip - attempt to re-take a lock that was held previously
310 * @lock: lock to take
514 * six_lock_ip_waiter - take a lock, with full waitlist interface
515 * @lock: lock to take
811 * When we need to take a write lock, the read locks will cause self-deadlock,
817 * failed, count up its own read locks, subtract them, take the write lock, and