Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dpsi.c471 if (aggregator == PSI_AVGS) { in update_triggers()
551 sample = group->total[PSI_AVGS][s] - group->avg_total[s]; in update_averages()
592 collect_percpu_times(group, PSI_AVGS, &changed_states); in psi_avgs_work()
601 update_triggers(group, now, PSI_AVGS); in psi_avgs_work()
1262 collect_percpu_times(group, PSI_AVGS, NULL); in psi_show()
1280 total = div_u64(group->total[PSI_AVGS][res * 2 + full], in psi_show()
1360 t->aggregator = privileged ? PSI_POLL : PSI_AVGS; in psi_trigger_create()
1420 if (t->aggregator == PSI_AVGS) { in psi_trigger_destroy()
/linux/include/linux/
H A Dpsi_types.h79 PSI_AVGS = 0, enumerator
/linux/mm/damon/
H A Dcore.c2211 return div_u64(psi_system.total[PSI_AVGS][PSI_MEM * 2], in damos_get_some_mem_psi_total()