Home
last modified time | relevance | path

Searched refs:last_perturbance (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/bench/
H A Dnuma.c1110 unsigned long last_perturbance; in worker_thread() local
1171 last_perturbance = start.tv_sec; in worker_thread()
1227 if (first_task && g->p.perturb_secs && (int)(stop.tv_sec - last_perturbance) >= g->p.perturb_secs) { in worker_thread()
1232 last_perturbance = stop.tv_sec; in worker_thread()
/kernel/linux/linux-6.6/tools/perf/bench/
H A Dnuma.c1159 unsigned long last_perturbance; in worker_thread() local
1220 last_perturbance = start.tv_sec; in worker_thread()
1276 if (first_task && g->p.perturb_secs && (int)(stop.tv_sec - last_perturbance) >= g->p.perturb_secs) { in worker_thread()
1281 last_perturbance = stop.tv_sec; in worker_thread()

Completed in 6 milliseconds