/Linux-v6.1/include/linux/sched/ |
D | cputime.h | 21 extern bool task_cputime(struct task_struct *t, 25 static inline bool task_cputime(struct task_struct *t, in task_cputime() function 52 task_cputime(t, utimescaled, stimescaled); in task_cputime_scaled() 58 extern void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, 64 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times);
|
D | types.h | 17 struct task_cputime { struct
|
/Linux-v6.1/kernel/sched/ |
D | cputime.c | 308 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times) in thread_group_cputime() 338 task_cputime(t, &utime, &stime); in thread_group_cputime() 452 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() 468 struct task_cputime cputime; in thread_group_cputime_adjusted() 554 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() 628 struct task_cputime cputime = { in task_cputime_adjusted() 632 if (task_cputime(p, &cputime.utime, &cputime.stime)) in task_cputime_adjusted() 640 struct task_cputime cputime; in thread_group_cputime_adjusted() 846 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()
|
/Linux-v6.1/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 | 136 task_cputime(tsk, &utime, &stime); in delayacct_add_tsk()
|
D | acct.c | 583 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 | 137 task_cputime(tsk, &utime, &stime); in __exit_signal()
|
D | signal.c | 2073 task_cputime(tsk, &utime, &stime); in do_notify_parent() 2163 task_cputime(tsk, &utime, &stime); in do_notify_parent_cldstop()
|
/Linux-v6.1/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()
|
/Linux-v6.1/include/linux/ |
D | cgroup-defs.h | 303 struct task_cputime cputime;
|
/Linux-v6.1/kernel/cgroup/ |
D | rstat.c | 457 struct task_cputime *cputime = &bstat->cputime; in root_cgroup_cputime()
|
/Linux-v6.1/fs/ |
D | binfmt_elf_fdpic.c | 1302 struct task_cputime cputime; in fill_prstatus() 1314 task_cputime(p, &utime, &stime); in fill_prstatus()
|
D | binfmt_elf.c | 1550 struct task_cputime cputime; in fill_prstatus() 1562 task_cputime(p, &utime, &stime); in fill_prstatus()
|
/Linux-v6.1/drivers/isdn/mISDN/ |
D | stack.c | 301 task_cputime(st->thread, &utime, &stime); in mISDNStackd()
|
/Linux-v6.1/arch/alpha/kernel/ |
D | osf_sys.c | 1091 task_cputime(current, &utime, &stime); in SYSCALL_DEFINE2()
|
/Linux-v6.1/arch/x86/kernel/ |
D | apm_32.c | 920 task_cputime(current, &utime, &stime); in apm_cpu_idle()
|