Searched refs:times (Results 1 - 7 of 7) sorted by relevance

/kernel/sched/
H A Dcputime.c297 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times) argument
311 times->utime = sig->utime;
312 times->stime = sig->stime;
313 times->sum_exec_runtime = sig->sum_sched_runtime;
317 times->utime += utime;
318 times->stime += stime;
319 times->sum_exec_runtime += task_sched_runtime(t);
H A Dcore.c61 #include <linux/times.h>
4289 * The scheduler is at all times free to pick the calling task as the most
5141 /* may be called multiple times per register */
/kernel/
H A Dacct.c55 #include <linux/times.h>
H A Dcompat.c27 #include <linux/times.h>
349 COMPAT_SYSCALL_DEFINE1(times, struct compat_tms __user *, tbuf)
H A Dsys.c23 #include <linux/times.h>
884 SYSCALL_DEFINE1(times, struct tms __user *, tbuf)
H A Dsysctl.c47 #include <linux/times.h>
/kernel/time/
H A Dposix-cpu-timers.c211 void thread_group_cputimer(struct task_struct *tsk, struct task_cputime *times) argument
230 *times = cputimer->cputime;
645 * times (in arm_timer). With an absolute time, we must
1066 * @expires: Expiration times, against which @sample will be checked.
1092 * timers and compare them with the corresponding expiration times. Return

Completed in 342 milliseconds