Searched refs:task_cputime (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/include/linux/sched/ |
A D | cputime.h | 12 extern bool task_cputime(struct task_struct *t, 16 static inline bool task_cputime(struct task_struct *t, in task_cputime() function 43 task_cputime(t, utimescaled, stimescaled); in task_cputime_scaled() 49 extern void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, 55 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times);
|
A D | types.h | 17 struct task_cputime { struct
|
/linux-6.3-rc2/kernel/sched/ |
A D | cputime.c | 312 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times) in thread_group_cputime() 342 task_cputime(t, &utime, &stime); in thread_group_cputime() 456 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() 472 struct task_cputime cputime; in thread_group_cputime_adjusted() 558 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() 632 struct task_cputime cputime = { in task_cputime_adjusted() 636 if (task_cputime(p, &cputime.utime, &cputime.stime)) in task_cputime_adjusted() 644 struct task_cputime cputime; in thread_group_cputime_adjusted() 850 bool task_cputime(struct task_struct *t, u64 *utime, u64 *stime) in task_cputime() function
|
A D | cpuacct.c | 263 struct task_cputime cputime; in cpuacct_stats_show()
|
/linux-6.3-rc2/kernel/ |
A D | tsacct.c | 68 task_cputime(tsk, &utime, &stime); in bacct_add_tsk() 158 task_cputime(tsk, &utime, &stime); in acct_update_integrals()
|
A D | delayacct.c | 136 task_cputime(tsk, &utime, &stime); in delayacct_add_tsk()
|
A D | acct.c | 585 task_cputime(current, &utime, &stime); in acct_collect()
|
A D | taskstats.c | 255 task_cputime(tsk, &utime, &stime); in fill_stats_for_tgid()
|
A D | exit.c | 184 task_cputime(tsk, &utime, &stime); in __exit_signal()
|
A 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-6.3-rc2/kernel/time/ |
A 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() 255 struct task_cputime *sum) in update_gt_cputime() 304 struct task_cputime sum; in thread_group_start_cputime() 328 struct task_cputime ct; in __thread_group_cputime()
|
/linux-6.3-rc2/include/linux/ |
A D | cgroup-defs.h | 303 struct task_cputime cputime;
|
/linux-6.3-rc2/kernel/cgroup/ |
A D | rstat.c | 457 struct task_cputime *cputime = &bstat->cputime; in root_cgroup_cputime()
|
/linux-6.3-rc2/fs/ |
A D | binfmt_elf_fdpic.c | 1303 struct task_cputime cputime; in fill_prstatus() 1315 task_cputime(p, &utime, &stime); in fill_prstatus()
|
A D | binfmt_elf.c | 1549 struct task_cputime cputime; in fill_prstatus() 1561 task_cputime(p, &utime, &stime); in fill_prstatus()
|
/linux-6.3-rc2/drivers/isdn/mISDN/ |
A D | stack.c | 301 task_cputime(st->thread, &utime, &stime); in mISDNStackd()
|
/linux-6.3-rc2/arch/alpha/kernel/ |
A D | osf_sys.c | 1091 task_cputime(current, &utime, &stime); in SYSCALL_DEFINE2()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | apm_32.c | 920 task_cputime(current, &utime, &stime); in apm_cpu_idle()
|
Completed in 40 milliseconds