Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dcputime.h50 acct->utime += (tb - acct->starttime_user); in account_cpu_user_entry()
60 acct->starttime_user = tb; in account_cpu_user_exit()
H A Daccounting.h25 unsigned long starttime_user; /* TB value on exit to usermode */ member