Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/include/asm/
Dcputime.h34 #define raw_get_accounting(tsk) (&local_paca->accounting) macro
39 #define raw_get_accounting(tsk) get_accounting(tsk) macro
61 struct cpu_accounting_data *acct = raw_get_accounting(current); in account_cpu_user_entry()
70 struct cpu_accounting_data *acct = raw_get_accounting(current); in account_cpu_user_exit()