Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/sparc/mm/
H A Dinit_64.c1128 u64 arc, candidate, best_latency = ~(u64)0; in scan_arcs_for_cfg_handle() local
1143 if (*val < best_latency) { in scan_arcs_for_cfg_handle()
1145 best_latency = *val; in scan_arcs_for_cfg_handle()
1388 u64 arc, best_latency = ~(u64)0; in numa_attach_mlgroup() local
1396 if (m->latency < best_latency) { in numa_attach_mlgroup()
1398 best_latency = m->latency; in numa_attach_mlgroup()
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dinit_64.c1144 u64 arc, candidate, best_latency = ~(u64)0; in scan_arcs_for_cfg_handle() local
1159 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() local
1412 if (m->latency < best_latency) { in numa_attach_mlgroup()
1414 best_latency = m->latency; in numa_attach_mlgroup()

Completed in 11 milliseconds