| /Linux-v4.19/include/linux/sched/ |
| D | cputime.h | 21 extern void task_cputime(struct task_struct *t, 25 static inline void task_cputime(struct task_struct *t, in task_cputime() function 51 task_cputime(t, utimescaled, stimescaled); in task_cputime_scaled() 57 extern void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, 63 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times); 64 void thread_group_cputimer(struct task_struct *tsk, struct task_cputime *times);
|
| D | signal.h | 151 struct task_cputime cputime_expires;
|
| /Linux-v4.19/kernel/time/ |
| D | posix-cpu-timers.c | 101 static inline int task_cputime_zero(const struct task_cputime *cputime) in task_cputime_zero() 112 task_cputime(p, &utime, &stime); in prof_ticks() 120 task_cputime(p, &utime, &stime); in virt_ticks() 196 static void update_gt_cputime(struct task_cputime_atomic *cputime_atomic, struct task_cputime *sum) in update_gt_cputime() 204 static inline void sample_cputime_atomic(struct task_cputime *times, in sample_cputime_atomic() 212 void thread_group_cputimer(struct task_struct *tsk, struct task_cputime *times) in thread_group_cputimer() 215 struct task_cputime sum; in thread_group_cputimer() 248 struct task_cputime cputime; in cpu_clock_sample_group() 454 struct task_cputime *cputime_expires; in arm_timer() 549 struct task_cputime cputime; in cpu_timer_sample_group() [all …]
|
| D | itimer.c | 60 struct task_cputime cputime; in get_cpu_itimer()
|
| /Linux-v4.19/kernel/sched/ |
| D | cputime.c | 292 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times) in thread_group_cputime() 322 task_cputime(t, &utime, &stime); in thread_group_cputime() 443 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() 459 struct task_cputime cputime; in thread_group_cputime_adjusted() 590 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() 664 struct task_cputime cputime = { in task_cputime_adjusted() 668 task_cputime(p, &cputime.utime, &cputime.stime); in task_cputime_adjusted() 675 struct task_cputime cputime; in thread_group_cputime_adjusted() 861 void task_cputime(struct task_struct *t, u64 *utime, u64 *stime) in task_cputime() function
|
| /Linux-v4.19/kernel/ |
| D | tsacct.c | 71 task_cputime(tsk, &utime, &stime); in bacct_add_tsk() 161 task_cputime(tsk, &utime, &stime); in acct_update_integrals()
|
| D | delayacct.c | 101 task_cputime(tsk, &utime, &stime); in __delayacct_add_tsk()
|
| D | acct.c | 566 task_cputime(current, &utime, &stime); in acct_collect()
|
| D | taskstats.c | 247 task_cputime(tsk, &utime, &stime); in fill_stats_for_tgid()
|
| D | exit.c | 142 task_cputime(tsk, &utime, &stime); in __exit_signal()
|
| D | signal.c | 1808 task_cputime(tsk, &utime, &stime); in do_notify_parent() 1894 task_cputime(tsk, &utime, &stime); in do_notify_parent_cldstop()
|
| /Linux-v4.19/kernel/cgroup/ |
| D | rstat.c | 316 struct task_cputime *last_cputime = &rstatc->last_bstat.cputime; in cgroup_base_stat_flush() 317 struct task_cputime cputime; in cgroup_base_stat_flush()
|
| /Linux-v4.19/include/linux/ |
| D | cgroup-defs.h | 265 struct task_cputime cputime;
|
| D | sched.h | 253 struct task_cputime { struct 825 struct task_cputime cputime_expires;
|
| /Linux-v4.19/fs/ |
| D | binfmt_elf_fdpic.c | 1359 struct task_cputime cputime; in fill_prstatus() 1371 task_cputime(p, &utime, &stime); in fill_prstatus()
|
| D | binfmt_elf.c | 1508 struct task_cputime cputime; in fill_prstatus() 1520 task_cputime(p, &utime, &stime); in fill_prstatus()
|
| /Linux-v4.19/drivers/isdn/mISDN/ |
| D | stack.c | 312 task_cputime(st->thread, &utime, &stime); in mISDNStackd()
|
| /Linux-v4.19/arch/x86/kernel/ |
| D | apm_32.c | 922 task_cputime(current, &utime, &stime); in apm_cpu_idle()
|
| /Linux-v4.19/arch/alpha/kernel/ |
| D | osf_sys.c | 1156 task_cputime(current, &utime, &stime); in SYSCALL_DEFINE2()
|