Lines Matching refs:task_struct
21 extern void task_cputime(struct task_struct *t,
23 extern u64 task_gtime(struct task_struct *t);
25 static inline void task_cputime(struct task_struct *t, in task_cputime()
32 static inline u64 task_gtime(struct task_struct *t) in task_gtime()
39 static inline void task_cputime_scaled(struct task_struct *t, in task_cputime_scaled()
47 static inline void task_cputime_scaled(struct task_struct *t, in task_cputime_scaled()
55 extern void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st);
56 extern void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st);
63 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times);
64 void thread_group_sample_cputime(struct task_struct *tsk, u64 *samples);
79 struct thread_group_cputimer *get_running_cputimer(struct task_struct *tsk) in get_running_cputimer()
111 struct thread_group_cputimer *get_running_cputimer(struct task_struct *tsk) in get_running_cputimer()
127 static inline void account_group_user_time(struct task_struct *tsk, in account_group_user_time()
148 static inline void account_group_system_time(struct task_struct *tsk, in account_group_system_time()
169 static inline void account_group_exec_runtime(struct task_struct *tsk, in account_group_exec_runtime()
189 task_sched_runtime(struct task_struct *task);