Searched refs:candidate (Results 1 – 2 of 2) sorted by relevance
1137 u64 arc, candidate, best_latency = ~(u64)0; in scan_arcs_for_cfg_handle() local1139 candidate = MDESC_NODE_NULL; in scan_arcs_for_cfg_handle()1153 candidate = target; in scan_arcs_for_cfg_handle()1158 if (candidate == MDESC_NODE_NULL) in scan_arcs_for_cfg_handle()1161 return scan_pio_for_cfg_handle(md, candidate, cfg_handle); in scan_arcs_for_cfg_handle()1396 struct mdesc_mlgroup *candidate = NULL; in numa_attach_mlgroup() local1406 candidate = m; in numa_attach_mlgroup()1410 if (!candidate) in numa_attach_mlgroup()1422 n->mask = candidate->mask; in numa_attach_mlgroup()1423 n->match = candidate->match; in numa_attach_mlgroup()[all …]
294 struct parisc_device *candidate = to_parisc_device(dev); in find_pa_parent_type() local295 if (candidate->id.hw_type == type) in find_pa_parent_type()296 return candidate; in find_pa_parent_type()
Completed in 16 milliseconds