Home
last modified time | relevance | path

Searched defs:stime (Results 1 – 11 of 11) sorted by relevance

/kernel/
Dtsacct.c25 u64 utime, stime, utimescaled, stimescaled; in bacct_add_tsk() local
125 u64 utime, u64 stime) in __acct_update_integrals()
154 u64 utime, stime; in acct_update_integrals() local
Ddelayacct.c130 u64 utime, stime, stimescaled, utimescaled; in delayacct_add_tsk() local
Dacct.c589 u64 utime, stime; in acct_collect() local
Dtaskstats.c218 u64 delta, utime, stime; in fill_stats_for_tgid() local
Dexit.c153 u64 utime, stime; in __exit_signal() local
Dsignal.c2071 u64 utime, stime; in do_notify_parent() local
2185 u64 utime, stime; in do_notify_parent_cldstop() local
Daudit.c1881 long stime = audit_backlog_wait_time; in audit_log_start() local
Dsys.c1810 u64 tgutime, tgstime, utime, stime; in getrusage() local
/kernel/time/
Dposix-cpu-timers.c196 u64 utime, stime; in cpu_clock_sample() local
214 static inline void store_samples(u64 *samples, u64 stime, u64 utime, u64 rtime) in store_samples()
223 u64 stime, utime; in task_sample_cputime() local
232 u64 stime, utime, rtime; in proc_sample_cputime_atomic() local
Dtime.c81 SYSCALL_DEFINE1(stime, __kernel_old_time_t __user *, tptr) in SYSCALL_DEFINE1() argument
/kernel/sched/
Dcputime.c331 u64 utime, stime; in thread_group_cputime() local
567 u64 rtime, stime, utime; in cputime_adjust() local
864 bool task_cputime(struct task_struct *t, u64 *utime, u64 *stime) in task_cputime()