Searched refs:task_cputime (Results 1 – 16 of 16) sorted by relevance
/linux/include/linux/sched/ |
H 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);
|
H A D | types.h | 17 struct task_cputime { struct
|
/linux/kernel/ |
H A D | tsacct.c | 68 task_cputime(tsk, &utime, &stime); in bacct_add_tsk() 158 task_cputime(tsk, &utime, &stime); in acct_update_integrals()
|
H A D | delayacct.c | 141 task_cputime(tsk, &utime, &stime); in delayacct_add_tsk()
|
H A D | acct.c | 618 task_cputime(current, &utime, &stime); in acct_collect()
|
H A D | taskstats.c | 254 task_cputime(tsk, &utime, &stime); in fill_stats_for_tgid()
|
H A D | signal.c | 2218 task_cputime(tsk, &utime, &stime); in do_notify_parent() 2308 task_cputime(tsk, &utime, &stime); in do_notify_parent_cldstop()
|
/linux/kernel/time/ |
H 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/include/linux/ |
H A D | cgroup-defs.h | 322 struct task_cputime cputime;
|
/linux/kernel/sched/ |
H A D | cpuacct.c | 263 struct task_cputime cputime; in cpuacct_stats_show()
|
/linux/kernel/cgroup/ |
H A D | rstat.c | 570 struct task_cputime *cputime = &bstat->cputime; in root_cgroup_cputime()
|
/linux/fs/ |
H A D | binfmt_elf_fdpic.c | 1304 struct task_cputime cputime; in fill_prstatus() 1316 task_cputime(p, &utime, &stime); in fill_prstatus()
|
H A D | binfmt_elf.c | 1533 struct task_cputime cputime; in fill_prstatus() 1545 task_cputime(p, &utime, &stime); in fill_prstatus()
|
/linux/drivers/isdn/mISDN/ |
H A D | stack.c | 301 task_cputime(st->thread, &utime, &stime); in mISDNStackd()
|
/linux/arch/alpha/kernel/ |
H A D | osf_sys.c | 1088 task_cputime(current, &utime, &stime); in SYSCALL_DEFINE2()
|
/linux/arch/x86/kernel/ |
H A D | apm_32.c | 914 task_cputime(current, &utime, &stime); in apm_cpu_idle()
|