Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dksm.c408 unsigned long cpu_time_diff_ms; in scan_time_advisor() local
424 cpu_time_diff_ms = cpu_time_diff / 1000 / 1000; in scan_time_advisor()
426 cpu_percent = (cpu_time_diff_ms * 100) / (scan_time * 1000); in scan_time_advisor()