Searched refs:task_cputime (Results 1 - 14 of 14) sorted by relevance
/linux-4.1.27/kernel/time/ |
H A D | posix-cpu-timers.c | 112 * task_cputime_zero - Check a task_cputime struct for all zero fields. 119 static inline int task_cputime_zero(const struct task_cputime *cputime) task_cputime_zero() 130 task_cputime(p, &utime, &stime); prof_ticks() 138 task_cputime(p, &utime, NULL); virt_ticks() 199 static void update_gt_cputime(struct task_cputime *a, struct task_cputime *b) update_gt_cputime() 211 void thread_group_cputimer(struct task_struct *tsk, struct task_cputime *times) thread_group_cputimer() 214 struct task_cputime sum; thread_group_cputimer() 243 struct task_cputime cputime; cpu_clock_sample_group() 451 struct task_cputime *cputime_expires; arm_timer() 543 struct task_cputime cputime; cpu_timer_sample_group() 839 struct task_cputime *tsk_expires = &tsk->cputime_expires; check_thread_timers() 939 struct task_cputime cputime; check_process_timers() 1063 * task_cputime_expired - Compare two task_cputime entities. 1065 * @sample: The task_cputime structure to be checked for expiration. 1072 static inline int task_cputime_expired(const struct task_cputime *sample, task_cputime_expired() 1073 const struct task_cputime *expires) task_cputime_expired() 1100 task_cputime(tsk, &utime, &stime); fastpath_timer_check() 1103 struct task_cputime task_sample = { fastpath_timer_check() 1115 struct task_cputime group_sample; fastpath_timer_check()
|
H A D | itimer.c | 56 struct task_cputime cputime; get_cpu_itimer()
|
/linux-4.1.27/kernel/sched/ |
H A D | cputime.c | 286 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times) thread_group_cputime() 305 task_cputime(t, &utime, &stime); for_each_thread() 450 struct task_cputime cputime; thread_group_cputime_adjusted() 578 static void cputime_adjust(struct task_cputime *curr, cputime_adjust() 629 struct task_cputime cputime = { task_cputime_adjusted() 633 task_cputime(p, &cputime.utime, &cputime.stime); task_cputime_adjusted() 639 struct task_cputime cputime; thread_group_cputime_adjusted() 828 void task_cputime(struct task_struct *t, cputime_t *utime, cputime_t *stime) task_cputime() function
|
/linux-4.1.27/kernel/ |
H A D | tsacct.c | 69 task_cputime(tsk, &utime, &stime); bacct_add_tsk() 157 task_cputime(tsk, &utime, &stime); acct_update_integrals()
|
H A D | delayacct.c | 90 task_cputime(tsk, &utime, &stime); __delayacct_add_tsk()
|
H A D | acct.c | 562 task_cputime(current, &utime, &stime); acct_collect()
|
H A D | exit.c | 126 task_cputime(tsk, &utime, &stime); __exit_signal()
|
H A D | signal.c | 1667 task_cputime(tsk, &utime, &stime); do_notify_parent() 1752 task_cputime(tsk, &utime, &stime); do_notify_parent_cldstop()
|
/linux-4.1.27/include/linux/ |
H A D | sched.h | 540 * struct task_cputime - collected CPU time counts 553 struct task_cputime { struct 564 (struct task_cputime) { \ 592 * This structure contains the version of task_cputime, above, that is 596 struct task_cputime cputime; 674 struct task_cputime cputime_expires; 1452 struct task_cputime cputime_expires; 1930 extern void task_cputime(struct task_struct *t, 1936 static inline void task_cputime(struct task_struct *t, task_cputime() function 2957 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times); 2958 void thread_group_cputimer(struct task_struct *tsk, struct task_cputime *times);
|
/linux-4.1.27/drivers/isdn/mISDN/ |
H A D | stack.c | 309 task_cputime(st->thread, &utime, &stime); mISDNStackd()
|
/linux-4.1.27/fs/ |
H A D | binfmt_elf_fdpic.c | 1339 struct task_cputime cputime; fill_prstatus() 1351 task_cputime(p, &utime, &stime); fill_prstatus()
|
H A D | binfmt_elf.c | 1406 struct task_cputime cputime; fill_prstatus() 1418 task_cputime(p, &utime, &stime); fill_prstatus()
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | osf_sys.c | 1148 task_cputime(current, &utime, &stime); SYSCALL_DEFINE2()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | apm_32.c | 916 task_cputime(current, NULL, &stime); apm_cpu_idle()
|
Completed in 285 milliseconds