pstate_idx        107 samples/bpf/cpustat_kern.c 	u32 key, cpu, pstate_idx;
pstate_idx        171 samples/bpf/cpustat_kern.c 		pstate_idx = find_cpu_pstate_idx(*pstate);
pstate_idx        172 samples/bpf/cpustat_kern.c 		if (pstate_idx >= MAX_PSTATE_ENTRIES)
pstate_idx        175 samples/bpf/cpustat_kern.c 		key = cpu * MAX_PSTATE_ENTRIES + pstate_idx;
pstate_idx        215 samples/bpf/cpustat_kern.c 	u32 key, cpu, pstate_idx;
pstate_idx        268 samples/bpf/cpustat_kern.c 	pstate_idx = find_cpu_pstate_idx(*pstate);
pstate_idx        269 samples/bpf/cpustat_kern.c 	if (pstate_idx >= MAX_PSTATE_ENTRIES)
pstate_idx        272 samples/bpf/cpustat_kern.c 	key = cpu * MAX_PSTATE_ENTRIES + pstate_idx;