Home
last modified time | relevance | path

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

/linux-6.15/kernel/time/
H A Dsched_clock.c74 *seq = read_seqcount_latch(&cd.seq); in sched_clock_read_begin()
283 unsigned int seq = read_seqcount_latch(&cd.seq); in suspended_sched_clock_read()
H A Dtimekeeping.c405 seq = read_seqcount_latch(&tkf->seq); in __ktime_get_fast_ns()
/linux-6.15/include/linux/
H A Drbtree_latch.h209 seq = read_seqcount_latch(&root->seq); in latch_tree_find()
H A Dseqlock.h658 static __always_inline unsigned read_seqcount_latch(const seqcount_latch_t *s) in read_seqcount_latch() function
/linux-6.15/kernel/printk/
H A Dprintk.c578 seq = read_seqcount_latch(&ls->latch); in latched_seq_read_nolock()