Searched refs:thread_group_cputimer (Results 1 – 3 of 3) sorted by relevance
71 struct thread_group_cputimer *get_running_cputimer(struct task_struct *tsk) in get_running_cputimer() 73 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; in get_running_cputimer() 103 struct thread_group_cputimer *get_running_cputimer(struct task_struct *tsk) in get_running_cputimer() 122 struct thread_group_cputimer *cputimer = get_running_cputimer(tsk); in account_group_user_time() 143 struct thread_group_cputimer *cputimer = get_running_cputimer(tsk); in account_group_system_time() 164 struct thread_group_cputimer *cputimer = get_running_cputimer(tsk); in account_group_exec_runtime()
61 * struct thread_group_cputimer - thread group interval timer counts67 struct thread_group_cputimer { struct 157 * See thread_group_cputimer(), et al, for details.159 struct thread_group_cputimer cputimer;68 cputime_atomicthread_group_cputimer global() argument
275 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; in thread_group_sample_cputime() 297 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; in thread_group_start_cputime() 342 struct thread_group_cputimer *cputimer = &p->signal->cputimer; in cpu_clock_sample_group()