Searched refs:task_cputime (Results 1 – 10 of 10) sorted by relevance
/kernel/sched/ |
D | cputime.c | 323 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
|
D | cpuacct.c | 263 struct task_cputime cputime; in cpuacct_stats_show()
|
/kernel/ |
D | tsacct.c | 68 task_cputime(tsk, &utime, &stime); in bacct_add_tsk() 158 task_cputime(tsk, &utime, &stime); in acct_update_integrals()
|
D | delayacct.c | 138 task_cputime(tsk, &utime, &stime); in delayacct_add_tsk()
|
D | acct.c | 585 task_cputime(current, &utime, &stime); in acct_collect()
|
D | taskstats.c | 255 task_cputime(tsk, &utime, &stime); in fill_stats_for_tgid()
|
D | exit.c | 186 task_cputime(tsk, &utime, &stime); in __exit_signal()
|
D | signal.c | 2095 task_cputime(tsk, &utime, &stime); in do_notify_parent() 2185 task_cputime(tsk, &utime, &stime); in do_notify_parent_cldstop()
|
/kernel/time/ |
D | posix-cpu-timers.c | 201 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/ |
D | rstat.c | 457 struct task_cputime *cputime = &bstat->cputime; in root_cgroup_cputime()
|