Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/platforms/pseries/
Ddtl.c375 static notrace u64 scan_dispatch_log(u64 stop_tb) in scan_dispatch_log() argument
401 if (dtb > stop_tb) in scan_dispatch_log()
434 u64 pseries_calculate_stolen_time(u64 stop_tb) in pseries_calculate_stolen_time() argument
440 return scan_dispatch_log(stop_tb); in pseries_calculate_stolen_time()
/linux-6.1.9/arch/powerpc/include/asm/
Dtime.h121 u64 pseries_calculate_stolen_time(u64 stop_tb);