state_idx         966 drivers/acpi/processor_idle.c 	int pkg_count, state_idx = 1, loop;
state_idx        1006 drivers/acpi/processor_idle.c 	for (loop = 3; state_idx <= pkg_count; loop++, state_idx++, lpi_state++) {
state_idx        1042 drivers/acpi/processor_idle.c 		lpi_state->index = state_idx;
state_idx        1066 drivers/acpi/processor_idle.c 	acpi_handle_debug(handle, "Found %d power states\n", state_idx);
state_idx         226 drivers/base/power/domain.c 		int state_idx = genpd->state_idx;
state_idx         228 drivers/base/power/domain.c 		genpd->states[state_idx].idle_time =
state_idx         229 drivers/base/power/domain.c 			ktime_add(genpd->states[state_idx].idle_time, delta);
state_idx         413 drivers/base/power/domain.c 	unsigned int state_idx = genpd->state_idx;
state_idx         430 drivers/base/power/domain.c 	if (elapsed_ns <= genpd->states[state_idx].power_on_latency_ns)
state_idx         433 drivers/base/power/domain.c 	genpd->states[state_idx].power_on_latency_ns = elapsed_ns;
state_idx         443 drivers/base/power/domain.c 	unsigned int state_idx = genpd->state_idx;
state_idx         460 drivers/base/power/domain.c 	if (elapsed_ns <= genpd->states[state_idx].power_off_latency_ns)
state_idx         463 drivers/base/power/domain.c 	genpd->states[state_idx].power_off_latency_ns = elapsed_ns;
state_idx         545 drivers/base/power/domain.c 		genpd->state_idx = 0;
state_idx         971 drivers/base/power/domain.c 	genpd->state_idx = genpd->state_count - 1;
state_idx        2784 drivers/base/power/domain.c 			 status_lookup[genpd->status], genpd->state_idx);
state_idx        2862 drivers/base/power/domain.c 			genpd->state_idx);
state_idx        2904 drivers/base/power/domain.c 				(genpd->state_idx == i))
state_idx        2950 drivers/base/power/domain.c 				(genpd->state_idx == i))
state_idx         215 drivers/base/power/domain_governor.c 		genpd->state_idx = genpd->cached_power_down_state_idx;
state_idx         231 drivers/base/power/domain_governor.c 	genpd->state_idx = genpd->state_count - 1;
state_idx         234 drivers/base/power/domain_governor.c 	while (!__default_power_down_ok(pd, genpd->state_idx)) {
state_idx         235 drivers/base/power/domain_governor.c 		if (genpd->state_idx == 0) {
state_idx         239 drivers/base/power/domain_governor.c 		genpd->state_idx--;
state_idx         242 drivers/base/power/domain_governor.c 	genpd->cached_power_down_state_idx = genpd->state_idx;
state_idx         292 drivers/base/power/domain_governor.c 	i = genpd->state_idx;
state_idx         296 drivers/base/power/domain_governor.c 			genpd->state_idx = i;
state_idx         159 drivers/cpuidle/dt_idle_states.c 	unsigned int state_idx = start_idx;
state_idx         161 drivers/cpuidle/dt_idle_states.c 	if (state_idx >= CPUIDLE_STATE_MAX)
state_idx         195 drivers/cpuidle/dt_idle_states.c 		if (state_idx == CPUIDLE_STATE_MAX) {
state_idx         200 drivers/cpuidle/dt_idle_states.c 		idle_state = &drv->states[state_idx++];
state_idx         220 drivers/cpuidle/dt_idle_states.c 		drv->state_count = state_idx;
state_idx         209 drivers/cpuidle/governors/teo.c 				    struct cpuidle_device *dev, int state_idx,
state_idx         214 drivers/cpuidle/governors/teo.c 	for (i = state_idx - 1; i >= 0; i--) {
state_idx         218 drivers/cpuidle/governors/teo.c 		state_idx = i;
state_idx         222 drivers/cpuidle/governors/teo.c 	return state_idx;
state_idx         134 include/linux/pm_domain.h 	unsigned int state_idx; /* state that genpd will go to when off */
state_idx         515 net/netfilter/ipvs/ip_vs_proto_tcp.c 	int state_idx;
state_idx         530 net/netfilter/ipvs/ip_vs_proto_tcp.c 	if ((state_idx = tcp_state_idx(th)) < 0) {
state_idx         531 net/netfilter/ipvs/ip_vs_proto_tcp.c 		IP_VS_DBG(8, "tcp_state_idx=%d!!!\n", state_idx);
state_idx         536 net/netfilter/ipvs/ip_vs_proto_tcp.c 		pd->tcp_state_table[state_off+state_idx].next_state[cp->state];