Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dcputime.h79 struct thread_group_cputimer *get_running_cputimer(struct task_struct *tsk) in get_running_cputimer()
81 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; in get_running_cputimer()
111 struct thread_group_cputimer *get_running_cputimer(struct task_struct *tsk) in get_running_cputimer()
130 struct thread_group_cputimer *cputimer = get_running_cputimer(tsk); in account_group_user_time()
151 struct thread_group_cputimer *cputimer = get_running_cputimer(tsk); in account_group_system_time()
172 struct thread_group_cputimer *cputimer = get_running_cputimer(tsk); in account_group_exec_runtime()
H A Dsignal.h67 struct thread_group_cputimer { struct
147 struct thread_group_cputimer cputimer;
/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-cpu-timers.c269 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; in thread_group_sample_cputime()
291 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; in thread_group_start_cputime()
334 struct thread_group_cputimer *cputimer = &p->signal->cputimer; in cpu_clock_sample_group()