Lines Matching full:reader

6  * seqcount_t / seqlock_t - a reader-writer consistency mechanism with
33 * via seqcount_t under KCSAN: upon beginning a seq-reader critical section,
538 * meant to propagate to the reader critical section. This is necessary because
631 * See raw_write_seqcount_latch() for details and a full reader/writer
651 * See write_seqcount_latch() for details and a full reader/writer usage
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
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
1030 * reader section
1040 * reader section
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
1100 * reader will become a *lockless* seqlock_t reader as in read_seqbegin().
1101 * If the passed value is odd, the reader will become a *locking* reader
1109 * itself into a full seqlock_t locking reader.
1148 * done_seqretry() - end seqlock_t "locking or lockless" reader section
1162 * read_seqbegin_or_lock_irqsave() - begin a seqlock_t lockless reader, or
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
1195 * done_seqretry_irqrestore() - end a seqlock_t lockless reader, or a
1196 * non-interruptible locking reader section
1200 * reader, also from read_seqbegin_or_lock_irqsave()