Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/sched/
Dstats.h175 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; in cputimer_running()
213 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; in account_group_user_time()
236 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; in account_group_system_time()
259 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; in account_group_exec_runtime()
/linux-4.1.27/kernel/time/
Dposix-cpu-timers.c211 void thread_group_cputimer(struct task_struct *tsk, struct task_cputime *times) in thread_group_cputimer() function
213 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; in thread_group_cputimer()
545 thread_group_cputimer(p, &cputime); in cpu_timer_sample_group()
887 struct thread_group_cputimer *cputimer = &sig->cputimer; in stop_process_timers()
945 thread_group_cputimer(tsk, &cputime); in check_process_timers()
Ditimer.c59 thread_group_cputimer(tsk, &cputime); in get_cpu_itimer()
/linux-4.1.27/include/linux/
Dsched.h595 struct thread_group_cputimer { struct
671 struct thread_group_cputimer cputimer;
2958 void thread_group_cputimer(struct task_struct *tsk, struct task_cputime *times);