Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dpaca.h184 u64 stolen_time; /* TB ticks taken by hypervisor */ member
/linux-4.4.14/arch/powerpc/kernel/
Dtime.c266 local_paca->stolen_time += ust + sst; in accumulate_stolen_time()
280 stolen += get_paca()->stolen_time; in calculate_stolen_time()
281 get_paca()->stolen_time = 0; in calculate_stolen_time()
/linux-4.4.14/arch/powerpc/xmon/
Dxmon.c2187 DUMP(p, stolen_time, "llx"); in dump_one_paca()