Searched refs:task_cputime (Results 1 - 14 of 14) sorted by relevance

/linux-4.1.27/kernel/time/
H A Dposix-cpu-timers.c112 * 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 Ditimer.c56 struct task_cputime cputime; get_cpu_itimer()
/linux-4.1.27/kernel/sched/
H A Dcputime.c286 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 Dtsacct.c69 task_cputime(tsk, &utime, &stime); bacct_add_tsk()
157 task_cputime(tsk, &utime, &stime); acct_update_integrals()
H A Ddelayacct.c90 task_cputime(tsk, &utime, &stime); __delayacct_add_tsk()
H A Dacct.c562 task_cputime(current, &utime, &stime); acct_collect()
H A Dexit.c126 task_cputime(tsk, &utime, &stime); __exit_signal()
H A Dsignal.c1667 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 Dsched.h540 * 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 Dstack.c309 task_cputime(st->thread, &utime, &stime); mISDNStackd()
/linux-4.1.27/fs/
H A Dbinfmt_elf_fdpic.c1339 struct task_cputime cputime; fill_prstatus()
1351 task_cputime(p, &utime, &stime); fill_prstatus()
H A Dbinfmt_elf.c1406 struct task_cputime cputime; fill_prstatus()
1418 task_cputime(p, &utime, &stime); fill_prstatus()
/linux-4.1.27/arch/alpha/kernel/
H A Dosf_sys.c1148 task_cputime(current, &utime, &stime); SYSCALL_DEFINE2()
/linux-4.1.27/arch/x86/kernel/
H A Dapm_32.c916 task_cputime(current, NULL, &stime); apm_cpu_idle()

Completed in 322 milliseconds