Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dpaca.h104 u64 user_time; /* accumulated usermode TB ticks */ member
/arch/powerpc/kernel/
Dtime.c253 if (get_paca()->user_time) in account_system_vtime()
255 (sys_time + get_paca()->user_time); in account_system_vtime()
278 utime = get_paca()->user_time; in account_process_tick()
279 get_paca()->user_time = 0; in account_process_tick()
Dasm-offsets.c157 DEFINE(PACA_USER_TIME, offsetof(struct paca_struct, user_time)); in main()