Searched refs:user_time (Results 1 – 3 of 3) sorted by relevance
261 local_paca->user_time -= ust; in accumulate_stolen_time()311 udelta = get_paca()->user_time - get_paca()->utime_sspurr; in account_system_vtime()312 get_paca()->utime_sspurr = get_paca()->user_time; in account_system_vtime()360 utime = get_paca()->user_time; in account_process_tick()362 get_paca()->user_time = 0; in account_process_tick()
206 DEFINE(PACA_USER_TIME, offsetof(struct paca_struct, user_time)); in main()
148 u64 user_time; /* accumulated usermode TB ticks */ member