Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dpsi.c249 struct psi_group_cpu *groupc = per_cpu_ptr(group->pcpu, cpu); in get_recent_times() local
261 seq = read_seqcount_begin(&groupc->seq); in get_recent_times()
263 memcpy(times, groupc->times, sizeof(groupc->times)); in get_recent_times()
264 state_mask = groupc->state_mask; in get_recent_times()
265 state_start = groupc->state_start; in get_recent_times()
267 memcpy(tasks, groupc->tasks, sizeof(groupc->tasks)); 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()
749 static void record_times(struct psi_group_cpu *groupc, u64 now) in record_times() argument
[all …]