Home
last modified time | relevance | path

Searched defs:cputimer (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/sched/
Dcputime.h82 struct thread_group_cputimer *cputimer = &tsk->signal->cputimer; in get_running_cputimer() local
128 struct thread_group_cputimer *cputimer = get_running_cputimer(tsk); in account_group_user_time() local
149 struct thread_group_cputimer *cputimer = get_running_cputimer(tsk); in account_group_system_time() local
170 struct thread_group_cputimer *cputimer = get_running_cputimer(tsk); in account_group_exec_runtime() local
Dsignal.h148 struct thread_group_cputimer cputimer; member