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

/linux-4.1.27/kernel/sched/
H A Dstats.h175 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; cputimer_running()
213 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; account_group_user_time()
236 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; account_group_system_time()
259 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; account_group_exec_runtime()
/linux-4.1.27/kernel/time/
H A Ditimer.c59 thread_group_cputimer(tsk, &cputime); get_cpu_itimer()
H A Dposix-cpu-timers.c211 void thread_group_cputimer(struct task_struct *tsk, struct task_cputime *times) thread_group_cputimer() function
213 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; thread_group_cputimer()
545 thread_group_cputimer(p, &cputime); cpu_timer_sample_group()
887 struct thread_group_cputimer *cputimer = &sig->cputimer; stop_process_timers()
945 thread_group_cputimer(tsk, &cputime); check_process_timers()
/linux-4.1.27/include/linux/
H A Dsched.h586 * struct thread_group_cputimer - thread group interval timer counts
595 struct thread_group_cputimer { struct
669 * See thread_group_cputimer(), et al, for details.
671 struct thread_group_cputimer cputimer;
2958 void thread_group_cputimer(struct task_struct *tsk, struct task_cputime *times);

Completed in 113 milliseconds