Home
last modified time | relevance | path

Searched refs:read_seqcount_latch_retry (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Drbtree_latch.h211 } while (read_seqcount_latch_retry(&root->seq, seq)); in latch_tree_find()
H A Dseqlock.h656 * with read_seqcount_latch_retry().
679 * read_seqcount_latch_retry() - end a seqcount_latch_t read section
686 read_seqcount_latch_retry(const seqcount_latch_t *s, unsigned start) in read_seqcount_latch_retry() function
754 * } while (read_seqcount_latch_retry(&latch->seq, seq));
/linux/kernel/time/
H A Dsched_clock.c80 return read_seqcount_latch_retry(&cd.seq, seq); in sched_clock_read_retry()
H A Dtimekeeping.c447 } while (read_seqcount_latch_retry(&tkf->seq, seq)); in __ktime_get_fast_ns()
/linux/kernel/printk/
H A Dprintk.c581 } while (read_seqcount_latch_retry(&ls->latch, seq)); in latched_seq_read_nolock()