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