Lines Matching full:locking

9  * See Documentation/locking/seqlock.rst
101 * See Documentation/locking/seqlock.rst
439 * See Documentation/locking/lockdep-design.rst
916 * read_seqlock_excl() - begin a seqlock_t locking reader section
919 * read_seqlock_excl opens a seqlock_t locking reader critical section. A
920 * locking reader exclusively locks out *both* other writers *and* other
921 * locking readers, but it does not update the embedded sequence number.
923 * Locking readers act like a normal spin_lock()/spin_unlock().
937 * read_sequnlock_excl() - end a seqlock_t locking reader critical section
946 * read_seqlock_excl_bh() - start a seqlock_t locking reader section with
960 * read_sequnlock_excl_bh() - stop a seqlock_t softirq-disabled locking
970 * read_seqlock_excl_irq() - start a non-interruptible seqlock_t locking
985 * locking reader section
1003 * locking reader section
1017 * locking reader section
1028 * read_seqbegin_or_lock() - begin a seqlock_t lockless or locking reader
1032 * If the passed value is odd, the reader will become a *locking* reader
1040 * itself into a full seqlock_t locking reader.
1050 * Check Documentation/locking/seqlock.rst for template example code.
1067 * need_seqretry() - validate seqlock_t "locking or lockless" read section
1079 * done_seqretry() - end seqlock_t "locking or lockless" reader section
1094 * a non-interruptible locking reader
1102 * Note: Interrupts will be disabled only for "locking reader" mode.
1106 * 1. The saved local interrupts state in case of a locking reader, to
1127 * non-interruptible locking reader section
1130 * @flags: Caller's saved local interrupt state in case of a locking