Home
last modified time | relevance | path

Searched refs:task_cputime (Results 1 – 10 of 10) sorted by relevance

/kernel/sched/
Dcputime.c323 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times) in thread_group_cputime()
353 task_cputime(t, &utime, &stime); in thread_group_cputime()
468 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust()
484 struct task_cputime cputime; in thread_group_cputime_adjusted()
577 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust()
651 struct task_cputime cputime = { in task_cputime_adjusted()
655 if (task_cputime(p, &cputime.utime, &cputime.stime)) in task_cputime_adjusted()
663 struct task_cputime cputime; in thread_group_cputime_adjusted()
871 bool task_cputime(struct task_struct *t, u64 *utime, u64 *stime) in task_cputime() function
Dcpuacct.c263 struct task_cputime cputime; in cpuacct_stats_show()
/kernel/
Dtsacct.c68 task_cputime(tsk, &utime, &stime); in bacct_add_tsk()
158 task_cputime(tsk, &utime, &stime); in acct_update_integrals()
Ddelayacct.c138 task_cputime(tsk, &utime, &stime); in delayacct_add_tsk()
Dacct.c585 task_cputime(current, &utime, &stime); in acct_collect()
Dtaskstats.c255 task_cputime(tsk, &utime, &stime); in fill_stats_for_tgid()
Dexit.c186 task_cputime(tsk, &utime, &stime); in __exit_signal()
Dsignal.c2095 task_cputime(tsk, &utime, &stime); in do_notify_parent()
2185 task_cputime(tsk, &utime, &stime); in do_notify_parent_cldstop()
/kernel/time/
Dposix-cpu-timers.c201 task_cputime(p, &utime, &stime); in cpu_clock_sample()
225 task_cputime(p, &utime, &stime); in task_sample_cputime()
256 struct task_cputime *sum) in update_gt_cputime()
305 struct task_cputime sum; in thread_group_start_cputime()
329 struct task_cputime ct; in __thread_group_cputime()
/kernel/cgroup/
Drstat.c457 struct task_cputime *cputime = &bstat->cputime; in root_cgroup_cputime()