Searched refs:best_score (Results 1 – 3 of 3) sorted by relevance
437 int my_score, best_score, score; in drm_client_pick_crtcs() local448 best_score = drm_client_pick_crtcs(client, connectors, connector_count, in drm_client_pick_crtcs()451 return best_score; in drm_client_pick_crtcs()455 return best_score; in drm_client_pick_crtcs()492 if (score > best_score) { in drm_client_pick_crtcs()493 best_score = score; in drm_client_pick_crtcs()499 return best_score; in drm_client_pick_crtcs()
822 unsigned int best_score = ~1, score = 0; in of_flat_dt_match_machine() local827 if (score > 0 && score < best_score) { in of_flat_dt_match_machine()829 best_score = score; in of_flat_dt_match_machine()
1112 int score, best_score = 0; in __of_match_node() local1120 if (score > best_score) { in __of_match_node()1122 best_score = score; in __of_match_node()