Home
last modified time | relevance | path

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

/linux/mm/
H A Dksm.c329 unsigned long long cpu_time; member
405 unsigned long cpu_time; in scan_time_advisor() local
421 cpu_time = task_sched_runtime(current); in scan_time_advisor()
422 cpu_time_diff = cpu_time - advisor_ctx.cpu_time; in scan_time_advisor()
457 advisor_ctx.cpu_time = cpu_time; in scan_time_advisor()