Searched refs:cpu_mstate_gen (Results 1 – 4 of 4) sorted by relevance
155 gen = cpu->cpu_mstate_gen; \156 cpu->cpu_mstate_gen = 0; \162 cpu->cpu_mstate_gen = (++gen == 0) ? 1 : gen;
784 gen = cpu->cpu_mstate_gen; in get_cpu_mstate()795 if (gen != 0 && gen == cpu->cpu_mstate_gen && now > start) in get_cpu_mstate()
1139 gen = cpu->cpu_mstate_gen; in get_cpu_mstate()1150 if (gen != 0 && gen == cpu->cpu_mstate_gen && now > start) in get_cpu_mstate()
192 volatile uint16_t cpu_mstate_gen; /* generation counter */ member