Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/sched/
Dstats.h175 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; in cputimer_running()
214 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; in account_group_user_time()
235 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; in account_group_system_time()
256 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; in account_group_exec_runtime()
/linux-4.4.14/kernel/time/
Dposix-cpu-timers.c230 void thread_group_cputimer(struct task_struct *tsk, struct task_cputime *times) in thread_group_cputimer() function
232 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; in thread_group_cputimer()
568 thread_group_cputimer(p, &cputime); in cpu_timer_sample_group()
918 struct thread_group_cputimer *cputimer = &sig->cputimer; in stop_process_timers()
987 thread_group_cputimer(tsk, &cputime); in check_process_timers()
Ditimer.c59 thread_group_cputimer(tsk, &cputime); in get_cpu_itimer()
/linux-4.4.14/include/linux/
Dsched.h637 struct thread_group_cputimer { struct
713 struct thread_group_cputimer cputimer;
3061 void thread_group_cputimer(struct task_struct *tsk, struct task_cputime *times);