Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/time/
Dsched_clock.c73 *seq = raw_read_seqcount_latch(&cd.seq); in sched_clock_read_begin()
261 unsigned int seq = raw_read_seqcount_latch(&cd.seq); in suspended_sched_clock_read()
Dtimekeeping.c480 seq = raw_read_seqcount_latch(&tkf->seq); in __ktime_get_fast_ns()
545 seq = raw_read_seqcount_latch(&tkf->seq); in __ktime_get_real_fast()
/kernel/linux/linux-5.10/include/linux/
Drbtree_latch.h207 seq = raw_read_seqcount_latch(&root->seq); in latch_tree_find()
Dseqlock.h675 static inline unsigned raw_read_seqcount_latch(const seqcount_latch_t *s) in raw_read_seqcount_latch() function