Home
last modified time | relevance | path

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

/linux/kernel/sched/
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()
1246 collect_percpu_times(group, PSI_AVGS, NULL); in psi_show()
1264 total = div_u64(group->total[PSI_AVGS][res * 2 + full], in psi_show()
1344 t->aggregator = privileged ? PSI_POLL : PSI_AVGS; in psi_trigger_create()
1404 if (t->aggregator == PSI_AVGS) { in psi_trigger_destroy()
/linux/include/linux/
A Dpsi_types.h79 PSI_AVGS = 0, enumerator
/linux/mm/damon/
A Dcore.c1492 return div_u64(psi_system.total[PSI_AVGS][PSI_MEM * 2], in damos_get_some_mem_psi_total()

Completed in 13 milliseconds