Searched refs:raw_read_seqcount (Results 1 – 6 of 6) sorted by relevance
103 seq = raw_read_seqcount(&cd.seq); in sched_clock()272 unsigned int seq = raw_read_seqcount(&cd.seq); in suspended_sched_clock_read()
113 seq = raw_read_seqcount(&obj->base.resv->seq); in i915_gem_busy_ioctl()
130 static inline unsigned raw_read_seqcount(const seqcount_t *s) in raw_read_seqcount() function
1401 u32 seq = raw_read_seqcount(s); in xt_replace_table()1407 } while (seq == raw_read_seqcount(s)); in xt_replace_table()
141 return (raw_read_seqcount(&qdisc->running) & 1) ? true : false; in qdisc_is_running()
2814 seq = raw_read_seqcount(&vcpu->arch.cputm_seqcount); in kvm_s390_get_cpu_timer()