Lines Matching refs:sum_exec_runtime
306 dst_bstat->cputime.sum_exec_runtime += src_bstat->cputime.sum_exec_runtime; in cgroup_base_stat_add()
314 dst_bstat->cputime.sum_exec_runtime -= src_bstat->cputime.sum_exec_runtime; in cgroup_base_stat_sub()
374 rstatc->bstat.cputime.sum_exec_runtime += delta_exec; in __cgroup_account_cputime()
415 cputime->sum_exec_runtime = 0; in root_cgroup_cputime()
433 cputime->sum_exec_runtime += user; in root_cgroup_cputime()
434 cputime->sum_exec_runtime += sys; in root_cgroup_cputime()
435 cputime->sum_exec_runtime += cpustat[CPUTIME_STEAL]; in root_cgroup_cputime()
436 cputime->sum_exec_runtime += cpustat[CPUTIME_GUEST]; in root_cgroup_cputime()
437 cputime->sum_exec_runtime += cpustat[CPUTIME_GUEST_NICE]; in root_cgroup_cputime()
449 usage = cgrp->bstat.cputime.sum_exec_runtime; in cgroup_base_stat_cputime_show()
455 usage = cputime.sum_exec_runtime; in cgroup_base_stat_cputime_show()