Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/sched/
A Dtypes.h17 struct task_cputime { struct
18 u64 stime;
19 u64 utime;
20 unsigned long long sum_exec_runtime;
A Dcputime.h16 static inline bool task_cputime(struct task_struct *t, in task_cputime() function
/linux-6.3-rc2/kernel/sched/
A Dcputime.c850 bool task_cputime(struct task_struct *t, u64 *utime, u64 *stime) in task_cputime() function

Completed in 7 milliseconds