/hardware/qcom/msm8x84/kernel-headers/linux/ |
msm_thermal_ioctl.h | 25 uint32_t cpu_num; member in struct:cpu_freq_arg
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
msm_thermal_ioctl.h | 9 uint32_t cpu_num; member in struct:cpu_freq_arg
|
/external/netperf/src/ |
netcpu_kstat10.c | 153 get_cpu_counters(int cpu_num, cpu_time_counters_t *counters) 162 ksp = kstat_lookup(kc, "cpu", lib_cpu_map[cpu_num], "sys"); 177 counters[cpu_num].idle = knp->value.ui64; 181 counters[cpu_num].user = knp->value.ui64; 185 counters[cpu_num].kernel = knp->value.ui64; 237 cpu_num, 238 lib_cpu_map[cpu_num], 247 get_interrupt_counters(int cpu_num, cpu_time_counters_t *counters) 255 ksp = kstat_lookup(kc, "cpu", lib_cpu_map[cpu_num], "intrstat"); 257 counters[cpu_num].interrupt = 0 [all...] |
/hardware/libhardware/modules/thermal/ |
thermal.c | 87 int vals, cpu_num, online; local 110 vals = sscanf(line, "cpu%d %" SCNu64 " %" SCNu64 " %" SCNu64 " %" SCNu64, &cpu_num, &user, 127 snprintf(file_name, MAX_LENGTH, CPU_ONLINE_FILE_FORMAT, cpu_num); 134 online = cpu_num == 0;
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
msm_thermal_ioctl.h | 26 uint32_t cpu_num; member in struct:cpu_freq_arg
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
msm_thermal_ioctl.h | 10 uint32_t cpu_num; member in struct:cpu_freq_arg
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
msm_thermal_ioctl.h | 26 uint32_t cpu_num; member in struct:cpu_freq_arg
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
msm_thermal_ioctl.h | 10 uint32_t cpu_num; member in struct:cpu_freq_arg
|
/device/htc/flounder/thermal/ |
thermal.c | 39 #define CPU_NUM 2 144 int vals, cpu_num, online; local 155 return CPU_NUM; 173 vals = sscanf(line, "cpu%d %" SCNu64 " %" SCNu64 " %" SCNu64 " %" SCNu64, &cpu_num, &user, 180 if (vals != 5 || size == CPU_NUM) { 195 snprintf(file_name, MAX_LENGTH, CPU_ONLINE_FILE_FORMAT, cpu_num); 224 if (size != CPU_NUM) { 229 return CPU_NUM;
|
/device/huawei/angler/thermal/ |
thermal.c | 41 #define CPU_NUM (sizeof(CPU_SENSORS) / sizeof(int)) 110 for (cpu = 0; cpu < CPU_NUM; cpu++) { 178 int vals, cpu_num, online; local 189 return CPU_NUM; 207 vals = sscanf(line, "cpu%d %" SCNu64 " %" SCNu64 " %" SCNu64 " %" SCNu64, &cpu_num, &user, 214 if (vals != 5 || size == CPU_NUM) { 229 snprintf(file_name, MAX_LENGTH, CPU_ONLINE_FILE_FORMAT, cpu_num); 257 if (size != CPU_NUM) { 261 return CPU_NUM;
|
/device/lge/bullhead/thermal/ |
thermal.c | 42 #define CPU_NUM (sizeof(CPU_SENSORS) / sizeof(int)) 108 for (cpu = 0; cpu < CPU_NUM; cpu++) { 180 int vals, cpu_num, online; local 191 return CPU_NUM; 209 vals = sscanf(line, "cpu%d %" SCNu64 " %" SCNu64 " %" SCNu64 " %" SCNu64, &cpu_num, &user, 216 if (vals != 5 || size == CPU_NUM) { 231 snprintf(file_name, MAX_LENGTH, CPU_ONLINE_FILE_FORMAT, cpu_num); 260 if (size != CPU_NUM) { 265 return CPU_NUM;
|
/device/moto/shamu/thermal/ |
thermal.c | 40 #define CPU_NUM 4 106 for (cpu = 0; cpu < CPU_NUM; cpu++) { 170 int vals, cpu_num, online; local 181 return CPU_NUM; 199 vals = sscanf(line, "cpu%d %" SCNu64 " %" SCNu64 " %" SCNu64 " %" SCNu64, &cpu_num, &user, 206 if (vals != 5 || size == CPU_NUM) { 221 snprintf(file_name, MAX_LENGTH, CPU_ONLINE_FILE_FORMAT, cpu_num); 250 if (size != CPU_NUM) {
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/ |
powermetrics_power_monitor.py | 163 cpu_num = 0 168 base_out_path = ['component_utilization', 'cpu%d' % cpu_num] 177 cpu_num += 1
|
/device/htc/flounder/audio/hal/ |
audio_hw.c | 2958 int cpu_num; local [all...] |