Lines Matching refs:get_paca
271 if (get_paca()->dtl_ridx != get_paca()->lppaca_ptr->dtl_idx) { in calculate_stolen_time()
273 get_paca()->system_time -= stolen; in calculate_stolen_time()
276 stolen += get_paca()->stolen_time; in calculate_stolen_time()
277 get_paca()->stolen_time = 0; in calculate_stolen_time()
302 get_paca()->system_time += now - get_paca()->starttime; in account_system_vtime()
303 get_paca()->starttime = now; in account_system_vtime()
304 deltascaled = nowscaled - get_paca()->startspurr; in account_system_vtime()
305 get_paca()->startspurr = nowscaled; in account_system_vtime()
309 delta = get_paca()->system_time; in account_system_vtime()
310 get_paca()->system_time = 0; in account_system_vtime()
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()
334 get_paca()->user_time_scaled += user_scaled; in account_system_vtime()
360 utime = get_paca()->user_time; in account_process_tick()
361 utimescaled = get_paca()->user_time_scaled; in account_process_tick()
362 get_paca()->user_time = 0; in account_process_tick()
363 get_paca()->user_time_scaled = 0; in account_process_tick()
364 get_paca()->utime_sspurr = 0; in account_process_tick()