Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/kernel/
Dtime.c286 local_paca->user_time -= ust; in accumulate_stolen_time()
337 udelta = get_paca()->user_time - get_paca()->utime_sspurr; in account_system_vtime()
338 get_paca()->utime_sspurr = get_paca()->user_time; in account_system_vtime()
386 utime = get_paca()->user_time; in account_process_tick()
388 get_paca()->user_time = 0; in account_process_tick()
Dasm-offsets.c197 DEFINE(PACA_USER_TIME, offsetof(struct paca_struct, user_time)); in main()
/linux-2.6.39/arch/powerpc/include/asm/
Dpaca.h137 u64 user_time; /* accumulated usermode TB ticks */ member