Searched refs:task_cputime (Results 1 – 17 of 17) sorted by relevance
| /linux/include/linux/sched/ |
| A 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);
|
| A D | types.h | 17 struct task_cputime { struct
|
| /linux/kernel/sched/ |
| A D | cputime.c | 294 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times) in thread_group_cputime() 324 task_cputime(t, &utime, &stime); in thread_group_cputime() 438 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() 454 struct task_cputime cputime; in thread_group_cputime_adjusted() 540 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() 614 struct task_cputime cputime = { in task_cputime_adjusted() 618 if (task_cputime(p, &cputime.utime, &cputime.stime)) in task_cputime_adjusted() 626 struct task_cputime cputime; in thread_group_cputime_adjusted() 832 bool task_cputime(struct task_struct *t, u64 *utime, u64 *stime) in task_cputime() function
|
| /linux/kernel/ |
| A D | tsacct.c | 63 task_cputime(tsk, &utime, &stime); in bacct_add_tsk() 153 task_cputime(tsk, &utime, &stime); in acct_update_integrals()
|
| A D | delayacct.c | 125 task_cputime(tsk, &utime, &stime); in delayacct_add_tsk()
|
| A D | acct.c | 564 task_cputime(current, &utime, &stime); in acct_collect()
|
| A D | taskstats.c | 233 task_cputime(tsk, &utime, &stime); in fill_stats_for_tgid()
|
| A D | exit.c | 134 task_cputime(tsk, &utime, &stime); in __exit_signal()
|
| A D | signal.c | 2058 task_cputime(tsk, &utime, &stime); in do_notify_parent() 2148 task_cputime(tsk, &utime, &stime); in do_notify_parent_cldstop()
|
| /linux/kernel/cgroup/ |
| A D | rstat.c | 409 static void root_cgroup_cputime(struct task_cputime *cputime) in root_cgroup_cputime() 443 struct task_cputime cputime; in cgroup_base_stat_cputime_show()
|
| /linux/kernel/time/ |
| A D | posix-cpu-timers.c | 194 task_cputime(p, &utime, &stime); in cpu_clock_sample() 218 task_cputime(p, &utime, &stime); in task_sample_cputime() 249 struct task_cputime *sum) in update_gt_cputime() 298 struct task_cputime sum; in thread_group_start_cputime() 322 struct task_cputime ct; in __thread_group_cputime()
|
| /linux/include/linux/ |
| A D | cgroup-defs.h | 289 struct task_cputime cputime;
|
| /linux/fs/ |
| A D | binfmt_elf_fdpic.c | 1302 struct task_cputime cputime; in fill_prstatus() 1314 task_cputime(p, &utime, &stime); in fill_prstatus()
|
| A D | binfmt_elf.c | 1527 struct task_cputime cputime; in fill_prstatus() 1539 task_cputime(p, &utime, &stime); in fill_prstatus()
|
| /linux/drivers/isdn/mISDN/ |
| A D | stack.c | 301 task_cputime(st->thread, &utime, &stime); in mISDNStackd()
|
| /linux/arch/alpha/kernel/ |
| A D | osf_sys.c | 1090 task_cputime(current, &utime, &stime); in SYSCALL_DEFINE2()
|
| /linux/arch/x86/kernel/ |
| A D | apm_32.c | 913 task_cputime(current, &utime, &stime); in apm_cpu_idle()
|
Completed in 772 milliseconds