Home
last modified time | relevance | path

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

/linux/mm/
H A Dksm.c335 unsigned long long cpu_time; member
411 unsigned long cpu_time; in scan_time_advisor() local
427 cpu_time = task_sched_runtime(current); in scan_time_advisor()
428 cpu_time_diff = cpu_time - advisor_ctx.cpu_time; in scan_time_advisor()
463 advisor_ctx.cpu_time = cpu_time; in scan_time_advisor()