| /OK3568_Linux_fs/kernel/include/linux/sched/ |
| H A 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);
|
| H A D | types.h | 17 struct task_cputime { struct
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | cputime.c | 304 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times) in thread_group_cputime() 334 task_cputime(t, &utime, &stime); in thread_group_cputime() 452 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() 468 struct task_cputime cputime; in thread_group_cputime_adjusted() 556 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() 630 struct task_cputime cputime = { in task_cputime_adjusted() 634 task_cputime(p, &cputime.utime, &cputime.stime); in task_cputime_adjusted() 641 struct task_cputime cputime; in thread_group_cputime_adjusted() 849 void task_cputime(struct task_struct *t, u64 *utime, u64 *stime) in task_cputime() function
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | tsacct.c | 62 task_cputime(tsk, &utime, &stime); in bacct_add_tsk() 152 task_cputime(tsk, &utime, &stime); in acct_update_integrals()
|
| H A D | delayacct.c | 92 task_cputime(tsk, &utime, &stime); in __delayacct_add_tsk()
|
| H A D | acct.c | 568 task_cputime(current, &utime, &stime); in acct_collect()
|
| H A D | taskstats.c | 233 task_cputime(tsk, &utime, &stime); in fill_stats_for_tgid()
|
| H A D | exit.c | 135 task_cputime(tsk, &utime, &stime); in __exit_signal()
|
| H A D | signal.c | 1967 task_cputime(tsk, &utime, &stime); in do_notify_parent() 2057 task_cputime(tsk, &utime, &stime); in do_notify_parent_cldstop()
|
| /OK3568_Linux_fs/kernel/kernel/cgroup/ |
| H A D | rstat.c | 397 static void root_cgroup_cputime(struct task_cputime *cputime) in root_cgroup_cputime() 431 struct task_cputime cputime; in cgroup_base_stat_cputime_show()
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H 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() 296 struct task_cputime sum; in thread_group_start_cputime() 320 struct task_cputime ct; in __thread_group_cputime()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | cgroup-defs.h | 293 struct task_cputime cputime;
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | binfmt_elf_fdpic.c | 1317 struct task_cputime cputime; in fill_prstatus() 1329 task_cputime(p, &utime, &stime); in fill_prstatus()
|
| H A D | binfmt_elf.c | 1524 struct task_cputime cputime; in fill_prstatus() 1536 task_cputime(p, &utime, &stime); in fill_prstatus()
|
| /OK3568_Linux_fs/kernel/drivers/isdn/mISDN/ |
| H A D | stack.c | 301 task_cputime(st->thread, &utime, &stime); in mISDNStackd()
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | osf_sys.c | 1090 task_cputime(current, &utime, &stime); in SYSCALL_DEFINE2()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | apm_32.c | 913 task_cputime(current, &utime, &stime); in apm_cpu_idle()
|