Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A Dtime.c268 unsigned long stime_scaled = 0; in vtime_delta_scaled() local
289 stime_scaled = stime; in vtime_delta_scaled()
296 stime_scaled = deltascaled; in vtime_delta_scaled()
302 return stime_scaled; in vtime_delta_scaled()
306 unsigned long *stime_scaled, in vtime_delta() argument
337 unsigned long stime, stime_scaled; in vtime_account_kernel() local
349 acct->stime_scaled += stime_scaled; in vtime_account_kernel()
367 unsigned long stime, stime_scaled; in vtime_account_irq_field() local
372 acct->stime_scaled += stime_scaled; in vtime_account_irq_field()
394 if (acct->stime_scaled) in vtime_flush_scaled()
[all …]
/linux/arch/powerpc/include/asm/
A Daccounting.h16 unsigned long stime_scaled; member

Completed in 5 milliseconds