Home
last modified time | relevance | path

Searched defs:task_cputime (Results 1 – 2 of 2) sorted by relevance

/include/linux/sched/
Dtypes.h17 struct task_cputime { struct
18 u64 stime;
19 u64 utime;
20 unsigned long long sum_exec_runtime;
Dcputime.h25 static inline void task_cputime(struct task_struct *t, in task_cputime() function