Searched refs:raw_read_seqcount_latch_retry (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Drbtree_latch.h209 } while (raw_read_seqcount_latch_retry(&root->seq, seq));
H A Dseqlock.h628 * with raw_read_seqcount_latch_retry().
640 * raw_read_seqcount_latch_retry() - end a seqcount_latch_t read section
647 raw_read_seqcount_latch_retry(const seqcount_latch_t *s, unsigned start) function
710 * } while (raw_read_seqcount_latch_retry(&latch->seq, seq));
/linux-master/kernel/time/
H A Dsched_clock.c80 return raw_read_seqcount_latch_retry(&cd.seq, seq);
96 } while (raw_read_seqcount_latch_retry(&cd.seq, seq));
H A Dtimekeeping.c453 } while (raw_read_seqcount_latch_retry(&tkf->seq, seq));
569 } while (raw_read_seqcount_latch_retry(&tkf->seq, seq));
/linux-master/kernel/printk/
H A Dprintk.c548 } while (raw_read_seqcount_latch_retry(&ls->latch, seq));

Completed in 199 milliseconds