Searched refs:thread_group_cputimer (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/sched/
H A Dcputime.h71 struct thread_group_cputimer *get_running_cputimer(struct task_struct *tsk)
73 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer;
103 struct thread_group_cputimer *get_running_cputimer(struct task_struct *tsk)
122 struct thread_group_cputimer *cputimer = get_running_cputimer(tsk);
143 struct thread_group_cputimer *cputimer = get_running_cputimer(tsk);
164 struct thread_group_cputimer *cputimer = get_running_cputimer(tsk);
H A Dsignal.h61 * struct thread_group_cputimer - thread group interval timer counts
67 struct thread_group_cputimer { struct
155 * See thread_group_cputimer(), et al, for details.
157 struct thread_group_cputimer cputimer;
/linux-master/kernel/time/
H A Dposix-cpu-timers.c275 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer;
297 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer;
342 struct thread_group_cputimer *cputimer = &p->signal->cputimer;

Completed in 144 milliseconds