Searched refs:t_old (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/macintosh/ |
| H A D | windfarm_pm112.c | 205 s32 t_avg, t_old; in cpu_check_overtemp() local 224 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp() 227 cpu_thist_total -= t_old; in cpu_check_overtemp() 232 FIX32TOPRINT(t_avg), FIX32TOPRINT(t_old), FIX32TOPRINT(temp)); in cpu_check_overtemp()
|
| H A D | windfarm_rm31.c | 122 s32 t_avg, t_old; in cpu_check_overtemp() local 158 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp() 161 cpu_thist_total -= t_old; in cpu_check_overtemp() 166 FIX32TOPRINT(t_avg), FIX32TOPRINT(t_old), FIX32TOPRINT(temp)); in cpu_check_overtemp()
|
| H A D | windfarm_pm72.c | 128 s32 t_avg, t_old; in cpu_check_overtemp() local 164 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp() 167 cpu_thist_total -= t_old; in cpu_check_overtemp() 172 FIX32TOPRINT(t_avg), FIX32TOPRINT(t_old), FIX32TOPRINT(temp)); in cpu_check_overtemp()
|
| /linux/tools/perf/util/bpf_skel/ |
| H A D | off_cpu.bpf.c | 144 struct task_struct___old *t_old = (void *)t; in get_task_state() local 146 return BPF_CORE_READ(t_old, state); in get_task_state()
|