current_count     304 drivers/acpi/processor_idle.c 	int current_count;
current_count     312 drivers/acpi/processor_idle.c 	current_count = 0;
current_count     378 drivers/acpi/processor_idle.c 			current_count++;
current_count     381 drivers/acpi/processor_idle.c 		cx.index = current_count + 1;
current_count     434 drivers/acpi/processor_idle.c 		current_count++;
current_count     435 drivers/acpi/processor_idle.c 		memcpy(&(pr->power.states[current_count]), &cx, sizeof(cx));
current_count     441 drivers/acpi/processor_idle.c 		if (current_count >= (ACPI_PROCESSOR_MAX_POWER - 1)) {
current_count     450 drivers/acpi/processor_idle.c 			  current_count));
current_count     453 drivers/acpi/processor_idle.c 	if (current_count < 2)
current_count     352 drivers/clocksource/dw_apb_timer.c 	u32 current_count;
current_count     356 drivers/clocksource/dw_apb_timer.c 	current_count = apbt_readl_relaxed(&dw_cs->timer,
current_count     359 drivers/clocksource/dw_apb_timer.c 	return (u64)~current_count;
current_count     117 drivers/gpu/drm/amd/amdgpu/atombios_i2c.c 	int i, remaining, current_count, buffer_offset, max_bytes, ret;
current_count     146 drivers/gpu/drm/amd/amdgpu/atombios_i2c.c 				current_count = max_bytes;
current_count     148 drivers/gpu/drm/amd/amdgpu/atombios_i2c.c 				current_count = remaining;
current_count     151 drivers/gpu/drm/amd/amdgpu/atombios_i2c.c 							  &p->buf[buffer_offset], current_count);
current_count     154 drivers/gpu/drm/amd/amdgpu/atombios_i2c.c 			remaining -= current_count;
current_count     155 drivers/gpu/drm/amd/amdgpu/atombios_i2c.c 			buffer_offset += current_count;
current_count     110 drivers/gpu/drm/radeon/atombios_i2c.c 	int i, remaining, current_count, buffer_offset, max_bytes, ret;
current_count     139 drivers/gpu/drm/radeon/atombios_i2c.c 				current_count = max_bytes;
current_count     141 drivers/gpu/drm/radeon/atombios_i2c.c 				current_count = remaining;
current_count     144 drivers/gpu/drm/radeon/atombios_i2c.c 						    &p->buf[buffer_offset], current_count);
current_count     147 drivers/gpu/drm/radeon/atombios_i2c.c 			remaining -= current_count;
current_count     148 drivers/gpu/drm/radeon/atombios_i2c.c 			buffer_offset += current_count;
current_count     589 drivers/gpu/drm/radeon/radeon_i2c.c 	int i, j, remaining, current_count, buffer_offset, ret = num;
current_count     713 drivers/gpu/drm/radeon/radeon_i2c.c 					current_count = 15;
current_count     715 drivers/gpu/drm/radeon/radeon_i2c.c 					current_count = remaining;
current_count     726 drivers/gpu/drm/radeon/radeon_i2c.c 							       AVIVO_DC_I2C_DATA_COUNT(current_count) |
current_count     745 drivers/gpu/drm/radeon/radeon_i2c.c 				for (j = 0; j < current_count; j++)
current_count     747 drivers/gpu/drm/radeon/radeon_i2c.c 				remaining -= current_count;
current_count     748 drivers/gpu/drm/radeon/radeon_i2c.c 				buffer_offset += current_count;
current_count     753 drivers/gpu/drm/radeon/radeon_i2c.c 					current_count = 15;
current_count     755 drivers/gpu/drm/radeon/radeon_i2c.c 					current_count = remaining;
current_count     764 drivers/gpu/drm/radeon/radeon_i2c.c 				for (j = 0; j < current_count; j++)
current_count     769 drivers/gpu/drm/radeon/radeon_i2c.c 							       AVIVO_DC_I2C_DATA_COUNT(current_count) |
current_count     788 drivers/gpu/drm/radeon/radeon_i2c.c 				remaining -= current_count;
current_count     789 drivers/gpu/drm/radeon/radeon_i2c.c 				buffer_offset += current_count;
current_count     430 drivers/net/wireless/intel/iwlegacy/3945-rs.c 	s8 retries = 0, current_count;
current_count     478 drivers/net/wireless/intel/iwlegacy/3945-rs.c 			current_count = (retries - 1);
current_count     481 drivers/net/wireless/intel/iwlegacy/3945-rs.c 			current_count = il->retry_rate;
current_count     488 drivers/net/wireless/intel/iwlegacy/3945-rs.c 				       current_count, scale_rate_idx);
current_count     490 drivers/net/wireless/intel/iwlegacy/3945-rs.c 		       current_count);
current_count     492 drivers/net/wireless/intel/iwlegacy/3945-rs.c 		retries -= current_count;
current_count     155 drivers/scsi/lpfc/lpfc.h 	uint32_t    current_count;
current_count     106 drivers/scsi/lpfc/lpfc_mem.c 	pool->current_count = 0;
current_count     113 drivers/scsi/lpfc/lpfc_mem.c 		pool->current_count++;
current_count     255 drivers/scsi/lpfc/lpfc_mem.c 	for (i = 0; i < pool->current_count; i++)
current_count     377 drivers/scsi/lpfc/lpfc_mem.c 	if (!ret && (mem_flags & MEM_PRI) && pool->current_count) {
current_count     378 drivers/scsi/lpfc/lpfc_mem.c 		pool->current_count--;
current_count     379 drivers/scsi/lpfc/lpfc_mem.c 		ret = pool->elements[pool->current_count].virt;
current_count     380 drivers/scsi/lpfc/lpfc_mem.c 		*handle = pool->elements[pool->current_count].phys;
current_count     405 drivers/scsi/lpfc/lpfc_mem.c 	if (pool->current_count < pool->max_count) {
current_count     406 drivers/scsi/lpfc/lpfc_mem.c 		pool->elements[pool->current_count].virt = virt;
current_count     407 drivers/scsi/lpfc/lpfc_mem.c 		pool->elements[pool->current_count].phys = dma;
current_count     408 drivers/scsi/lpfc/lpfc_mem.c 		pool->current_count++;
current_count      94 tools/power/cpupower/utils/idle_monitor/amd_fam14h_idle.c static unsigned long long *current_count[AMD_FAM14H_STATE_NUM];
current_count     181 tools/power/cpupower/utils/idle_monitor/amd_fam14h_idle.c 	current_count[state->id][cpu] = val;
current_count     184 tools/power/cpupower/utils/idle_monitor/amd_fam14h_idle.c 	       current_count[state->id][cpu], cpu);
current_count     215 tools/power/cpupower/utils/idle_monitor/amd_fam14h_idle.c 	diff = current_count[id][cpu] - previous_count[id][cpu];
current_count     296 tools/power/cpupower/utils/idle_monitor/amd_fam14h_idle.c 		current_count[num]  = calloc(cpu_count,
current_count     318 tools/power/cpupower/utils/idle_monitor/amd_fam14h_idle.c 		free(current_count[num]);
current_count      21 tools/power/cpupower/utils/idle_monitor/cpuidle_sysfs.c static unsigned long long **current_count;
current_count      28 tools/power/cpupower/utils/idle_monitor/cpuidle_sysfs.c 	unsigned long long statediff = current_count[cpu][id]
current_count      70 tools/power/cpupower/utils/idle_monitor/cpuidle_sysfs.c 			current_count[cpu][state] =
current_count     179 tools/power/cpupower/utils/idle_monitor/cpuidle_sysfs.c 	current_count = malloc(sizeof(long long *) * cpu_count);
current_count     183 tools/power/cpupower/utils/idle_monitor/cpuidle_sysfs.c 		current_count[num] = malloc(sizeof(long long) *
current_count     197 tools/power/cpupower/utils/idle_monitor/cpuidle_sysfs.c 		free(current_count[num]);
current_count     200 tools/power/cpupower/utils/idle_monitor/cpuidle_sysfs.c 	free(current_count);
current_count      58 tools/power/cpupower/utils/idle_monitor/hsw_ext_idle.c static unsigned long long *current_count[HSW_EXT_CSTATE_COUNT];
current_count      97 tools/power/cpupower/utils/idle_monitor/hsw_ext_idle.c 		(current_count[id][cpu] - previous_count[id][cpu])) /
current_count     102 tools/power/cpupower/utils/idle_monitor/hsw_ext_idle.c 		current_count[id][cpu], cpu);
current_count     107 tools/power/cpupower/utils/idle_monitor/hsw_ext_idle.c 	       current_count[id][cpu] - previous_count[id][cpu],
current_count     138 tools/power/cpupower/utils/idle_monitor/hsw_ext_idle.c 			current_count[num][cpu] = val;
current_count     165 tools/power/cpupower/utils/idle_monitor/hsw_ext_idle.c 		current_count[num]  = calloc(cpu_count,
current_count     178 tools/power/cpupower/utils/idle_monitor/hsw_ext_idle.c 		free(current_count[num]);
current_count      67 tools/power/cpupower/utils/idle_monitor/nhm_idle.c static unsigned long long *current_count[NHM_CSTATE_COUNT];
current_count     110 tools/power/cpupower/utils/idle_monitor/nhm_idle.c 		(current_count[id][cpu] - previous_count[id][cpu])) /
current_count     115 tools/power/cpupower/utils/idle_monitor/nhm_idle.c 		current_count[id][cpu], cpu);
current_count     120 tools/power/cpupower/utils/idle_monitor/nhm_idle.c 	       current_count[id][cpu] - previous_count[id][cpu],
current_count     155 tools/power/cpupower/utils/idle_monitor/nhm_idle.c 			current_count[num][cpu] = val;
current_count     184 tools/power/cpupower/utils/idle_monitor/nhm_idle.c 		current_count[num]  = calloc(cpu_count,
current_count     198 tools/power/cpupower/utils/idle_monitor/nhm_idle.c 		free(current_count[num]);
current_count      56 tools/power/cpupower/utils/idle_monitor/snb_idle.c static unsigned long long *current_count[SNB_CSTATE_COUNT];
current_count      95 tools/power/cpupower/utils/idle_monitor/snb_idle.c 		(current_count[id][cpu] - previous_count[id][cpu])) /
current_count     100 tools/power/cpupower/utils/idle_monitor/snb_idle.c 		current_count[id][cpu], cpu);
current_count     105 tools/power/cpupower/utils/idle_monitor/snb_idle.c 	       current_count[id][cpu] - previous_count[id][cpu],
current_count     136 tools/power/cpupower/utils/idle_monitor/snb_idle.c 			current_count[num][cpu] = val;
current_count     170 tools/power/cpupower/utils/idle_monitor/snb_idle.c 		current_count[num]  = calloc(cpu_count,
current_count     183 tools/power/cpupower/utils/idle_monitor/snb_idle.c 		free(current_count[num]);