Home
last modified time | relevance | path

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

/linux-6.15/include/linux/sched/
H A Dcputime.h12 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);
H A Dtypes.h17 struct task_cputime { struct
/linux-6.15/kernel/sched/
H A Dcputime.c310 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times) in thread_group_cputime()
340 task_cputime(t, &utime, &stime); in thread_group_cputime()
441 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust()
457 struct task_cputime cputime; in thread_group_cputime_adjusted()
543 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust()
623 struct task_cputime cputime = { in task_cputime_adjusted()
627 if (task_cputime(p, &cputime.utime, &cputime.stime)) in task_cputime_adjusted()
635 struct task_cputime cputime; in thread_group_cputime_adjusted()
841 bool task_cputime(struct task_struct *t, u64 *utime, u64 *stime) in task_cputime() function
H A Dcpuacct.c263 struct task_cputime cputime; in cpuacct_stats_show()
/linux-6.15/kernel/
H A Dtsacct.c68 task_cputime(tsk, &utime, &stime); in bacct_add_tsk()
158 task_cputime(tsk, &utime, &stime); in acct_update_integrals()
H A Ddelayacct.c141 task_cputime(tsk, &utime, &stime); in delayacct_add_tsk()
H A Dacct.c618 task_cputime(current, &utime, &stime); in acct_collect()
H A Dtaskstats.c254 task_cputime(tsk, &utime, &stime); in fill_stats_for_tgid()
H A Dexit.c192 task_cputime(tsk, &utime, &stime); in __exit_signal()
H A Dsignal.c2216 task_cputime(tsk, &utime, &stime); in do_notify_parent()
2306 task_cputime(tsk, &utime, &stime); in do_notify_parent_cldstop()
/linux-6.15/kernel/time/
H A Dposix-cpu-timers.c201 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.15/include/linux/
H A Dcgroup-defs.h322 struct task_cputime cputime;
/linux-6.15/kernel/cgroup/
H A Drstat.c529 struct task_cputime *cputime = &bstat->cputime; in root_cgroup_cputime()
/linux-6.15/fs/
H A Dbinfmt_elf_fdpic.c1305 struct task_cputime cputime; in fill_prstatus()
1317 task_cputime(p, &utime, &stime); in fill_prstatus()
H A Dbinfmt_elf.c1555 struct task_cputime cputime; in fill_prstatus()
1567 task_cputime(p, &utime, &stime); in fill_prstatus()
/linux-6.15/drivers/isdn/mISDN/
H A Dstack.c301 task_cputime(st->thread, &utime, &stime); in mISDNStackd()
/linux-6.15/arch/alpha/kernel/
H A Dosf_sys.c1088 task_cputime(current, &utime, &stime); in SYSCALL_DEFINE2()
/linux-6.15/arch/x86/kernel/
H A Dapm_32.c914 task_cputime(current, &utime, &stime); in apm_cpu_idle()