Searched refs:cyc2ns (Results 1 – 1 of 1) sorted by relevance
56 struct cyc2ns { struct62 static DEFINE_PER_CPU_ALIGNED(struct cyc2ns, cyc2ns); argument77 seq = this_cpu_read(cyc2ns.seq.seqcount.sequence); in cyc2ns_read_begin()80 data->cyc2ns_offset = this_cpu_read(cyc2ns.data[idx].cyc2ns_offset); in cyc2ns_read_begin()81 data->cyc2ns_mul = this_cpu_read(cyc2ns.data[idx].cyc2ns_mul); in cyc2ns_read_begin()82 data->cyc2ns_shift = this_cpu_read(cyc2ns.data[idx].cyc2ns_shift); in cyc2ns_read_begin()84 } while (unlikely(seq != this_cpu_read(cyc2ns.seq.seqcount.sequence))); in cyc2ns_read_begin()135 struct cyc2ns *c2n; in __set_cyc2ns_scale()161 c2n = per_cpu_ptr(&cyc2ns, cpu); in __set_cyc2ns_scale()188 struct cyc2ns *c2n = this_cpu_ptr(&cyc2ns); in cyc2ns_init_boot_cpu()[all …]