Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dtsc.c69 struct cyc2ns { struct
75 static DEFINE_PER_CPU_ALIGNED(struct cyc2ns, cyc2ns);
83 head = this_cpu_read(cyc2ns.head); in cyc2ns_read_begin()
112 this_cpu_write(cyc2ns.tail, head); in cyc2ns_read_end()
125 struct cyc2ns *c2n = &per_cpu(cyc2ns, cpu); in cyc2ns_write_begin()
146 struct cyc2ns *c2n = &per_cpu(cyc2ns, cpu); in cyc2ns_write_end()
191 struct cyc2ns *c2n = &per_cpu(cyc2ns, cpu); in cyc2ns_init()
213 data = this_cpu_read(cyc2ns.head); in cycles_2_ns()
214 tail = this_cpu_read(cyc2ns.tail); in cycles_2_ns()
230 this_cpu_write(cyc2ns.tail, data); in cycles_2_ns()
[all …]