Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtsacct_kern.h26 extern void acct_account_cputime(struct task_struct *tsk);
33 static inline void acct_account_cputime(struct task_struct *tsk) in acct_account_cputime() function
/linux-4.4.14/kernel/
Dtsacct.c165 void acct_account_cputime(struct task_struct *tsk) in acct_account_cputime() function
/linux-4.4.14/kernel/sched/
Dcputime.c151 acct_account_cputime(p); in account_user_time()
201 acct_account_cputime(p); in __account_system_time()