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
795 * - Documentation/locking/seqlock.rst
996 * read_seqlock_excl() - begin a seqlock_t locking reader section
999 * read_seqlock_excl opens a seqlock_t locking reader critical section. A
1000 * locking reader exclusively locks out *both* other writers *and* other
1001 * locking readers, but it does not update the embedded sequence number.
1003 * Locking readers act like a normal spin_lock()/spin_unlock().
1017 * read_sequnlock_excl() - end a seqlock_t locking reader critical section
1026 * read_seqlock_excl_bh() - start a seqlock_t locking reader section with
1040 * read_sequnlock_excl_bh() - stop a seqlock_t softirq-disabled locking
1050 * read_seqlock_excl_irq() - start a non-interruptible seqlock_t locking
1065 * locking reader section
1083 * locking reader section
1097 * locking reader section
1108 * read_seqbegin_or_lock() - begin a seqlock_t lockless or locking reader
1112 * If the passed value is odd, the reader will become a *locking* reader
1120 * itself into a full seqlock_t locking reader.
1130 * Check Documentation/locking/seqlock.rst for template example code.
1147 * need_seqretry() - validate seqlock_t "locking or lockless" read section
1159 * done_seqretry() - end seqlock_t "locking or lockless" reader section
1174 * a non-interruptible locking reader
1182 * Note: Interrupts will be disabled only for "locking reader" mode.
1186 * 1. The saved local interrupts state in case of a locking reader, to
1207 * non-interruptible locking reader section
1210 * @flags: Caller's saved local interrupt state in case of a locking