Lines Matching refs:task_struct
12 extern bool task_cputime(struct task_struct *t,
14 extern u64 task_gtime(struct task_struct *t);
16 static inline bool task_cputime(struct task_struct *t, in task_cputime()
24 static inline u64 task_gtime(struct task_struct *t) in task_gtime()
31 static inline void task_cputime_scaled(struct task_struct *t, in task_cputime_scaled()
39 static inline void task_cputime_scaled(struct task_struct *t, in task_cputime_scaled()
47 extern void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st);
48 extern void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st);
55 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times);
56 void thread_group_sample_cputime(struct task_struct *tsk, u64 *samples);
71 struct thread_group_cputimer *get_running_cputimer(struct task_struct *tsk) in get_running_cputimer()
103 struct thread_group_cputimer *get_running_cputimer(struct task_struct *tsk) in get_running_cputimer()
119 static inline void account_group_user_time(struct task_struct *tsk, in account_group_user_time()
140 static inline void account_group_system_time(struct task_struct *tsk, in account_group_system_time()
161 static inline void account_group_exec_runtime(struct task_struct *tsk, in account_group_exec_runtime()
181 task_sched_runtime(struct task_struct *task);