Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/mm/
Dinit_64.c939 u64 arc, candidate, best_latency = ~(u64)0; in scan_arcs_for_cfg_handle() local
954 if (*val < best_latency) { in scan_arcs_for_cfg_handle()
956 best_latency = *val; in scan_arcs_for_cfg_handle()
1196 u64 arc, best_latency = ~(u64)0; in numa_attach_mlgroup() local
1204 if (m->latency < best_latency) { in numa_attach_mlgroup()
1206 best_latency = m->latency; in numa_attach_mlgroup()