Home
last modified time | relevance | path

Searched refs:raw_write_seqcount_latch (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Drbtree_latch.h148 raw_write_seqcount_latch(&root->seq); in latch_tree_insert()
150 raw_write_seqcount_latch(&root->seq); in latch_tree_insert()
175 raw_write_seqcount_latch(&root->seq); in latch_tree_erase()
177 raw_write_seqcount_latch(&root->seq); in latch_tree_erase()
H A Dseqlock.h778 static inline void raw_write_seqcount_latch(seqcount_latch_t *s) in raw_write_seqcount_latch() function
/OK3568_Linux_fs/kernel/kernel/time/
H A Dsched_clock.c116 raw_write_seqcount_latch(&cd.seq); in update_clock_read_data()
122 raw_write_seqcount_latch(&cd.seq); in update_clock_read_data()
H A Dtimekeeping.c429 raw_write_seqcount_latch(&tkf->seq); in update_fast_timekeeper()
435 raw_write_seqcount_latch(&tkf->seq); in update_fast_timekeeper()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dtsc.c162 raw_write_seqcount_latch(&c2n->seq); in __set_cyc2ns_scale()
164 raw_write_seqcount_latch(&c2n->seq); in __set_cyc2ns_scale()
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dseqlock.rst156 Check `raw_write_seqcount_latch()` for more information.