Home
last modified time | relevance | path

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

/openbmc/linux/kernel/time/
H A Dsched_clock.c74 *seq = raw_read_seqcount_latch(&cd.seq); in sched_clock_read_begin()
90 seq = raw_read_seqcount_latch(&cd.seq); in sched_clock_noinstr()
270 unsigned int seq = raw_read_seqcount_latch(&cd.seq); in suspended_sched_clock_read()
H A Dtimekeeping.c449 seq = raw_read_seqcount_latch(&tkf->seq); in __ktime_get_fast_ns()
564 seq = raw_read_seqcount_latch(&tkf->seq); in __ktime_get_real_fast()
/openbmc/linux/include/linux/
H A Drbtree_latch.h207 seq = raw_read_seqcount_latch(&root->seq); in latch_tree_find()
H A Dseqlock.h676 static __always_inline unsigned raw_read_seqcount_latch(const seqcount_latch_t *s) in raw_read_seqcount_latch() function
/openbmc/linux/kernel/printk/
H A Dprintk.c528 seq = raw_read_seqcount_latch(&ls->latch); in latched_seq_read_nolock()