Home
last modified time | relevance | path

Searched refs:t_old (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/macintosh/
A Dwindfarm_pm112.c205 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()
A Dwindfarm_rm31.c122 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()
A Dwindfarm_pm72.c128 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-6.3-rc2/tools/perf/util/bpf_skel/
A Doff_cpu.bpf.c114 struct task_struct___old *t_old = (void *)t; in get_task_state() local
116 return BPF_CORE_READ(t_old, state); in get_task_state()
/linux-6.3-rc2/net/ipv6/
A Dseg6.c239 struct in6_addr *val, *t_old, *t_new; in seg6_genl_set_tunsrc() local
254 t_old = sdata->tun_src; in seg6_genl_set_tunsrc()
260 kfree(t_old); in seg6_genl_set_tunsrc()

Completed in 56 milliseconds