Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dpsi.c275 struct psi_group_cpu *groupc = per_cpu_ptr(group->pcpu, cpu); in get_recent_times() local
289 memcpy(times, groupc->times, sizeof(groupc->times)); in get_recent_times()
290 state_mask = groupc->state_mask; in get_recent_times()
291 state_start = groupc->state_start; in get_recent_times()
293 memcpy(tasks, groupc->tasks, sizeof(groupc->tasks)); in get_recent_times()
311 delta = times[s] - groupc->times_prev[aggregator][s]; in get_recent_times()
312 groupc->times_prev[aggregator][s] = times[s]; in get_recent_times()
764 static void record_times(struct psi_group_cpu *groupc, u64 now) in record_times() argument
768 delta = now - groupc->state_start; in record_times()
769 groupc->state_start = now; in record_times()
[all …]