Searched refs:cpu_mstate_gen (Results 1 – 4 of 4) sorted by relevance
154 gen = cpu->cpu_mstate_gen; \155 cpu->cpu_mstate_gen = 0; \161 cpu->cpu_mstate_gen = (++gen == 0) ? 1 : gen;
1129 gen = cpu->cpu_mstate_gen; in get_cpu_mstate()1140 if (gen != 0 && gen == cpu->cpu_mstate_gen && now > start) in get_cpu_mstate()
778 gen = cpu->cpu_mstate_gen; in get_cpu_mstate()789 if (gen != 0 && gen == cpu->cpu_mstate_gen && now > start) in get_cpu_mstate()
188 volatile uint16_t cpu_mstate_gen; /* generation counter */ member