Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Dpsi.c267 memcpy(times, groupc->times, sizeof(groupc->times)); in get_recent_times()
271 memcpy(tasks, groupc->tasks, sizeof(groupc->tasks)); in get_recent_times()
747 groupc->state_start = now; in record_times()
775 struct psi_group_cpu *groupc; in psi_group_change() local
818 if (groupc->tasks[t]) { in psi_group_change()
819 groupc->tasks[t]--; in psi_group_change()
823 groupc->tasks[1], groupc->tasks[2], in psi_group_change()
831 groupc->tasks[t]++; in psi_group_change()
842 record_times(groupc, now); in psi_group_change()
863 record_times(groupc, now); in psi_group_change()
[all …]