Home
last modified time | relevance | path

Searched refs:sst (Results 1 – 1 of 1) sorted by relevance

/arch/powerpc/kernel/
Dtime.c246 u64 sst, ust; in accumulate_stolen_time() local
258 sst = scan_dispatch_log(local_paca->starttime_user); in accumulate_stolen_time()
260 local_paca->system_time -= sst; in accumulate_stolen_time()
262 local_paca->stolen_time += ust + sst; in accumulate_stolen_time()