Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sched/
Dcputime.h64 void thread_group_cputimer(struct task_struct *tsk, struct task_cputime *times);
80 struct thread_group_cputimer *get_running_cputimer(struct task_struct *tsk) in get_running_cputimer()
82 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; in get_running_cputimer()
109 struct thread_group_cputimer *get_running_cputimer(struct task_struct *tsk) in get_running_cputimer()
128 struct thread_group_cputimer *cputimer = get_running_cputimer(tsk); in account_group_user_time()
149 struct thread_group_cputimer *cputimer = get_running_cputimer(tsk); in account_group_system_time()
170 struct thread_group_cputimer *cputimer = get_running_cputimer(tsk); in account_group_exec_runtime()
Dsignal.h66 struct thread_group_cputimer { struct
148 struct thread_group_cputimer cputimer;
/Linux-v4.19/kernel/time/
Dposix-cpu-timers.c212 void thread_group_cputimer(struct task_struct *tsk, struct task_cputime *times) in thread_group_cputimer() function
214 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; in thread_group_cputimer()
551 thread_group_cputimer(p, &cputime); in cpu_timer_sample_group()
876 struct thread_group_cputimer *cputimer = &sig->cputimer; in stop_process_timers()
939 thread_group_cputimer(tsk, &cputime); in check_process_timers()
Ditimer.c63 thread_group_cputimer(tsk, &cputime); in get_cpu_itimer()