Searched defs:task_cputime (Results 1 – 3 of 3) sorted by relevance
25 static inline void task_cputime(struct task_struct *t, in task_cputime() function
861 void task_cputime(struct task_struct *t, u64 *utime, u64 *stime) in task_cputime() function
253 struct task_cputime { struct254 u64 utime;255 u64 stime;256 unsigned long long sum_exec_runtime;