Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/sched/
Dpsi.c253 struct psi_group_cpu *groupc = per_cpu_ptr(group->pcpu, cpu); in get_recent_times() local
263 seq = read_seqcount_begin(&groupc->seq); in get_recent_times()
265 memcpy(times, groupc->times, sizeof(groupc->times)); in get_recent_times()
266 state_mask = groupc->state_mask; in get_recent_times()
267 state_start = groupc->state_start; in get_recent_times()
268 } while (read_seqcount_retry(&groupc->seq, seq)); in get_recent_times()
285 delta = times[s] - groupc->times_prev[aggregator][s]; in get_recent_times()
286 groupc->times_prev[aggregator][s] = times[s]; in get_recent_times()
655 static void record_times(struct psi_group_cpu *groupc, u64 now) in record_times() argument
659 delta = now - groupc->state_start; in record_times()
[all …]