Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dcputime.h47 struct cpu_accounting_data *acct = get_accounting(current); in arch_vtime_task_switch()
48 struct cpu_accounting_data *acct0 = get_accounting(prev); in arch_vtime_task_switch()
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()
H A Daccounting.h10 struct cpu_accounting_data { struct
H A Dthread_info.h65 struct cpu_accounting_data accounting;
H A Dpaca.h237 struct cpu_accounting_data accounting;
/openbmc/linux/arch/powerpc/kernel/
H A Dtime.c170 static unsigned long vtime_delta_scaled(struct cpu_accounting_data *acct, in vtime_delta_scaled()
210 static unsigned long vtime_delta(struct cpu_accounting_data *acct, in vtime_delta()
233 static void vtime_delta_kernel(struct cpu_accounting_data *acct, in vtime_delta_kernel()
245 struct cpu_accounting_data *acct = get_accounting(tsk); in vtime_account_kernel()
267 struct cpu_accounting_data *acct = get_accounting(tsk); in vtime_account_idle()
273 static void vtime_account_irq_field(struct cpu_accounting_data *acct, in vtime_account_irq_field()
287 struct cpu_accounting_data *acct = get_accounting(tsk); in vtime_account_softirq()
293 struct cpu_accounting_data *acct = get_accounting(tsk); in vtime_account_hardirq()
298 struct cpu_accounting_data *acct) in vtime_flush_scaled()
321 struct cpu_accounting_data *acct = get_accounting(tsk); in vtime_flush()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Ddtl.c425 struct cpu_accounting_data *acct = &local_paca->accounting; in pseries_accumulate_stolen_time()