Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/sched/
Dpsi.c244 struct psi_group_cpu *groupc = per_cpu_ptr(group->pcpu, cpu); in get_recent_times() local
254 seq = read_seqcount_begin(&groupc->seq); in get_recent_times()
256 memcpy(times, groupc->times, sizeof(groupc->times)); in get_recent_times()
257 state_mask = groupc->state_mask; in get_recent_times()
258 state_start = groupc->state_start; in get_recent_times()
259 } while (read_seqcount_retry(&groupc->seq, seq)); in get_recent_times()
276 delta = times[s] - groupc->times_prev[aggregator][s]; in get_recent_times()
277 groupc->times_prev[aggregator][s] = times[s]; in get_recent_times()
661 static void record_times(struct psi_group_cpu *groupc, u64 now) in record_times() argument
665 delta = now - groupc->state_start; in record_times()
[all …]