Home
last modified time | relevance | path

Searched refs:cpu (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm8150/thermal/
Dthermal_common.c71 unsigned int cpu = 0; in get_cpu_label() local
77 for(cpu = 0; cpu < get_num_cpus(); cpu++) { in get_cpu_label()
78 cpu_label[cpu] = (char *)calloc(sizeof("CPUN"), sizeof(char)); in get_cpu_label()
79 if(!cpu_label[cpu]) in get_cpu_label()
81 snprintf(cpu_label[cpu], sizeof("CPUN"), CPU_LABEL, cpu); in get_cpu_label()
268 unsigned int idx = 0, cpu = 0; in thermal_zone_init() local
285 for (cpu = 0; cpu < get_num_cpus() && in thermal_zone_init()
286 idx < (get_num_cpus() + cfg_cnt - 1); cpu++, idx++) { in thermal_zone_init()
288 v_sen_t[j].type, cpu)) { in thermal_zone_init()
/hardware/qcom/sdm845/thermal/
Dthermal_common.c71 unsigned int cpu = 0; in get_cpu_label() local
77 for(cpu = 0; cpu < get_num_cpus(); cpu++) { in get_cpu_label()
78 cpu_label[cpu] = (char *)calloc(sizeof("CPUN"), sizeof(char)); in get_cpu_label()
79 if(!cpu_label[cpu]) in get_cpu_label()
81 snprintf(cpu_label[cpu], sizeof("CPUN"), CPU_LABEL, cpu); in get_cpu_label()
268 unsigned int idx = 0, cpu = 0; in thermal_zone_init() local
285 for (cpu = 0; cpu < get_num_cpus() && in thermal_zone_init()
286 idx < (get_num_cpus() + cfg_cnt - 1); cpu++, idx++) { in thermal_zone_init()
288 v_sen_t[j].type, cpu)) { in thermal_zone_init()
/hardware/interfaces/tests/libhwbinder/1.0/default/
DScheduleTest.cpp65 int cpu = sched_getcpu(); in send() local
67 if (cpu != cpu_caller) { in send()
/hardware/interfaces/renderscript/1.0/
DIContext.hal755 * Changes the priority of the cpu worker threads for this context.