Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Dpsi.c449 if (aggregator == PSI_AVGS) { in update_triggers()
529 sample = group->total[PSI_AVGS][s] - group->avg_total[s]; in update_averages()
570 collect_percpu_times(group, PSI_AVGS, &changed_states); in psi_avgs_work()
579 update_triggers(group, now, PSI_AVGS); in psi_avgs_work()
1251 collect_percpu_times(group, PSI_AVGS, NULL); in psi_show()
1269 total = div_u64(group->total[PSI_AVGS][res * 2 + full], in psi_show()
1349 t->aggregator = privileged ? PSI_POLL : PSI_AVGS; in psi_trigger_create()
1409 if (t->aggregator == PSI_AVGS) { in psi_trigger_destroy()
/linux-6.15/include/linux/
H A Dpsi_types.h79 PSI_AVGS = 0, enumerator
/linux-6.15/mm/damon/
H A Dcore.c1879 return div_u64(psi_system.total[PSI_AVGS][PSI_MEM * 2], in damos_get_some_mem_psi_total()