Lines Matching refs:get_paca
297 if (get_paca()->dtl_ridx != get_paca()->lppaca_ptr->dtl_idx) { in calculate_stolen_time()
299 get_paca()->system_time -= stolen; in calculate_stolen_time()
302 stolen += get_paca()->stolen_time; in calculate_stolen_time()
303 get_paca()->stolen_time = 0; in calculate_stolen_time()
328 get_paca()->system_time += now - get_paca()->starttime; in account_system_vtime()
329 get_paca()->starttime = now; in account_system_vtime()
330 deltascaled = nowscaled - get_paca()->startspurr; in account_system_vtime()
331 get_paca()->startspurr = nowscaled; in account_system_vtime()
335 delta = get_paca()->system_time; in account_system_vtime()
336 get_paca()->system_time = 0; in account_system_vtime()
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()
360 get_paca()->user_time_scaled += user_scaled; in account_system_vtime()
386 utime = get_paca()->user_time; in account_process_tick()
387 utimescaled = get_paca()->user_time_scaled; in account_process_tick()
388 get_paca()->user_time = 0; in account_process_tick()
389 get_paca()->user_time_scaled = 0; in account_process_tick()
390 get_paca()->utime_sspurr = 0; in account_process_tick()