Lines Matching full:locking

9  * See Documentation/locking/seqlock.rst
101 * See Documentation/locking/seqlock.rst
462 * See Documentation/locking/lockdep-design.rst
985 * read_seqlock_excl() - begin a seqlock_t locking reader section
988 * read_seqlock_excl opens a seqlock_t locking reader critical section. A
989 * locking reader exclusively locks out *both* other writers *and* other
990 * locking readers, but it does not update the embedded sequence number.
992 * Locking readers act like a normal spin_lock()/spin_unlock().
1006 * read_sequnlock_excl() - end a seqlock_t locking reader critical section
1015 * read_seqlock_excl_bh() - start a seqlock_t locking reader section with
1029 * read_sequnlock_excl_bh() - stop a seqlock_t softirq-disabled locking
1039 * read_seqlock_excl_irq() - start a non-interruptible seqlock_t locking
1054 * locking reader section
1072 * locking reader section
1086 * locking reader section
1097 * read_seqbegin_or_lock() - begin a seqlock_t lockless or locking reader
1101 * If the passed value is odd, the reader will become a *locking* reader
1109 * itself into a full seqlock_t locking reader.
1119 * Check Documentation/locking/seqlock.rst for template example code.
1136 * need_seqretry() - validate seqlock_t "locking or lockless" read section
1148 * done_seqretry() - end seqlock_t "locking or lockless" reader section
1163 * a non-interruptible locking reader
1171 * Note: Interrupts will be disabled only for "locking reader" mode.
1175 * 1. The saved local interrupts state in case of a locking reader, to
1196 * non-interruptible locking reader section
1199 * @flags: Caller's saved local interrupt state in case of a locking