Searched refs:user_time (Results 1 – 3 of 3) sorted by relevance
104 u64 user_time; /* accumulated usermode TB ticks */ member
253 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()
157 DEFINE(PACA_USER_TIME, offsetof(struct paca_struct, user_time)); in main()