Home
last modified time | relevance | path

Searched refs:stop_tb (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A 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()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dtime.c184 static u64 scan_dispatch_log(u64 stop_tb) in scan_dispatch_log() argument
210 if (dtb > stop_tb) in scan_dispatch_log()
252 static inline u64 calculate_stolen_time(u64 stop_tb) in calculate_stolen_time() argument
258 return scan_dispatch_log(stop_tb); in calculate_stolen_time()
264 static inline u64 calculate_stolen_time(u64 stop_tb) in calculate_stolen_time() argument
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dtime.h121 u64 pseries_calculate_stolen_time(u64 stop_tb);

Completed in 3 milliseconds