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

/linux-master/arch/x86/kernel/
H A Dtsc.c58 struct cyc2ns { struct
64 static DEFINE_PER_CPU_ALIGNED(struct cyc2ns, cyc2ns);
77 seq = this_cpu_read(cyc2ns.seq.seqcount.sequence);
80 data->cyc2ns_offset = this_cpu_read(cyc2ns.data[idx].cyc2ns_offset);
81 data->cyc2ns_mul = this_cpu_read(cyc2ns.data[idx].cyc2ns_mul);
82 data->cyc2ns_shift = this_cpu_read(cyc2ns.data[idx].cyc2ns_shift);
84 } while (unlikely(seq != this_cpu_read(cyc2ns.seq.seqcount.sequence)));
148 struct cyc2ns *c2n;
174 c2n = per_cpu_ptr(&cyc2ns, cp
[all...]

Completed in 258 milliseconds