Lines Matching full:locking

9  * See Documentation/locking/seqlock.rst
55 * locking primitives, use a sequence counter with associated lock
62 * See Documentation/locking/seqlock.rst
131 * See Documentation/locking/seqlock.rst
148 * sleeping locks. See Documentation/locking/locktypes.rst
500 * See Documentation/locking/lockdep-design.rst
794 * - Documentation/locking/seqlock.rst
995 * read_seqlock_excl() - begin a seqlock_t locking reader section
998 * read_seqlock_excl opens a seqlock_t locking reader critical section. A
999 * locking reader exclusively locks out *both* other writers *and* other
1000 * locking readers, but it does not update the embedded sequence number.
1002 * Locking readers act like a normal spin_lock()/spin_unlock().
1016 * read_sequnlock_excl() - end a seqlock_t locking reader critical section
1025 * read_seqlock_excl_bh() - start a seqlock_t locking reader section with
1039 * read_sequnlock_excl_bh() - stop a seqlock_t softirq-disabled locking
1049 * read_seqlock_excl_irq() - start a non-interruptible seqlock_t locking
1064 * locking reader section
1082 * locking reader section
1096 * locking reader section
1107 * read_seqbegin_or_lock() - begin a seqlock_t lockless or locking reader
1111 * If the passed value is odd, the reader will become a *locking* reader
1119 * itself into a full seqlock_t locking reader.
1129 * Check Documentation/locking/seqlock.rst for template example code.
1146 * need_seqretry() - validate seqlock_t "locking or lockless" read section
1158 * done_seqretry() - end seqlock_t "locking or lockless" reader section
1173 * a non-interruptible locking reader
1181 * Note: Interrupts will be disabled only for "locking reader" mode.
1185 * 1. The saved local interrupts state in case of a locking reader, to
1206 * non-interruptible locking reader section
1209 * @flags: Caller's saved local interrupt state in case of a locking