Searched refs:best_latency (Results 1 – 1 of 1) sorted by relevance
1144 u64 arc, candidate, best_latency = ~(u64)0; in scan_arcs_for_cfg_handle() local1159 if (*val < best_latency) { in scan_arcs_for_cfg_handle()1161 best_latency = *val; in scan_arcs_for_cfg_handle()1404 u64 arc, best_latency = ~(u64)0; in numa_attach_mlgroup() local1412 if (m->latency < best_latency) { in numa_attach_mlgroup()1414 best_latency = m->latency; in numa_attach_mlgroup()