Lines Matching refs:sum_exec_runtime
301 dst_bstat->cputime.sum_exec_runtime += src_bstat->cputime.sum_exec_runtime; in cgroup_base_stat_add()
309 dst_bstat->cputime.sum_exec_runtime -= src_bstat->cputime.sum_exec_runtime; in cgroup_base_stat_sub()
363 rstatc->bstat.cputime.sum_exec_runtime += delta_exec; in __cgroup_account_cputime()
403 cputime->sum_exec_runtime = 0; in root_cgroup_cputime()
421 cputime->sum_exec_runtime += user; in root_cgroup_cputime()
422 cputime->sum_exec_runtime += sys; in root_cgroup_cputime()
423 cputime->sum_exec_runtime += cpustat[CPUTIME_STEAL]; in root_cgroup_cputime()
424 cputime->sum_exec_runtime += cpustat[CPUTIME_GUEST]; in root_cgroup_cputime()
425 cputime->sum_exec_runtime += cpustat[CPUTIME_GUEST_NICE]; in root_cgroup_cputime()
437 usage = cgrp->bstat.cputime.sum_exec_runtime; in cgroup_base_stat_cputime_show()
443 usage = cputime.sum_exec_runtime; in cgroup_base_stat_cputime_show()