Searched refs:cputime (Results 1 – 8 of 8) sorted by relevance
| /linux/kernel/cgroup/ |
| H A D | rstat.c | 551 dst_bstat->cputime.utime += src_bstat->cputime.utime; in cgroup_base_stat_add() 552 dst_bstat->cputime.stime += src_bstat->cputime.stime; in cgroup_base_stat_add() 553 dst_bstat->cputime.sum_exec_runtime += src_bstat->cputime.sum_exec_runtime; in cgroup_base_stat_add() 563 dst_bstat->cputime.utime -= src_bstat->cputime.utime; in cgroup_base_stat_sub() 564 dst_bstat->cputime.stime -= src_bstat->cputime.stime; in cgroup_base_stat_sub() 565 dst_bstat->cputime.sum_exec_runtime -= src_bstat->cputime.sum_exec_runtime; in cgroup_base_stat_sub() 636 rstatbc->bstat.cputime.sum_exec_runtime += delta_exec; in __cgroup_account_cputime() 653 rstatbc->bstat.cputime.utime += delta_exec; in __cgroup_account_cputime_field() 658 rstatbc->bstat.cputime.stime += delta_exec; in __cgroup_account_cputime_field() 680 struct task_cputime *cputime = &bstat->cputime; in root_cgroup_cputime() local [all …]
|
| /linux/kernel/sched/ |
| H A D | cpuacct.c | 265 struct task_cputime cputime; in cpuacct_stats_show() local 270 memset(&cputime, 0, sizeof(cputime)); in cpuacct_stats_show() 274 cputime.utime += cpustat[CPUTIME_USER]; in cpuacct_stats_show() 275 cputime.utime += cpustat[CPUTIME_NICE]; in cpuacct_stats_show() 276 cputime.stime += cpustat[CPUTIME_SYSTEM]; in cpuacct_stats_show() 277 cputime.stime += cpustat[CPUTIME_IRQ]; in cpuacct_stats_show() 278 cputime.stime += cpustat[CPUTIME_SOFTIRQ]; in cpuacct_stats_show() 280 cputime.sum_exec_runtime += *per_cpu_ptr(ca->cpuusage, cpu); in cpuacct_stats_show() 283 cputime_adjust(&cputime, &seq_css(sf)->cgroup->prev_cputime, in cpuacct_stats_show() 336 void cpuacct_charge(struct task_struct *tsk, u64 cputime) in cpuacct_charge() argument [all …]
|
| /linux/arch/s390/include/asm/ |
| H A D | cputime.h | 17 #define cputime_to_nsecs(cputime) tod_to_ns(cputime) argument
|
| /linux/arch/powerpc/include/asm/ |
| H A D | cputime.h | 25 #define cputime_to_nsecs(cputime) tb_to_ns(cputime) argument
|
| /linux/fs/ |
| H A D | binfmt_elf_fdpic.c | 1319 struct task_cputime cputime; in fill_prstatus() local 1325 thread_group_cputime(p, &cputime); in fill_prstatus() 1326 prstatus->pr_utime = ns_to_kernel_old_timeval(cputime.utime); in fill_prstatus() 1327 prstatus->pr_stime = ns_to_kernel_old_timeval(cputime.stime); in fill_prstatus()
|
| /linux/kernel/time/ |
| H A D | posix-cpu-timers.c | 244 static inline void __update_gt_cputime(atomic64_t *cputime, u64 sum_cputime) in __update_gt_cputime() argument 246 u64 curr_cputime = atomic64_read(cputime); in __update_gt_cputime() 251 } while (!atomic64_try_cmpxchg(cputime, &curr_cputime, sum_cputime)); in __update_gt_cputime()
|
| /linux/include/linux/ |
| H A D | cgroup-defs.h | 377 struct task_cputime cputime; member
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 6338 Provide statistics on the cputime and count of
|