Searched refs:best_score (Results 1 – 3 of 3) sorted by relevance
497 int my_score, best_score, score; in drm_client_pick_crtcs() local508 best_score = drm_client_pick_crtcs(client, connectors, connector_count, in drm_client_pick_crtcs()511 return best_score; in drm_client_pick_crtcs()515 return best_score; in drm_client_pick_crtcs()552 if (score > best_score) { in drm_client_pick_crtcs()553 best_score = score; in drm_client_pick_crtcs()559 return best_score; in drm_client_pick_crtcs()
817 unsigned int best_score = ~1, score = 0; in of_flat_dt_match_machine() local822 if (score > 0 && score < best_score) { in of_flat_dt_match_machine()824 best_score = score; in of_flat_dt_match_machine()
1113 int score, best_score = 0; in __of_match_node() local1121 if (score > best_score) { in __of_match_node()1123 best_score = score; in __of_match_node()