Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/of/
Dfdt.c862 unsigned int best_score = ~1, score = 0; in of_flat_dt_match_machine() local
867 if (score > 0 && score < best_score) { in of_flat_dt_match_machine()
869 best_score = score; in of_flat_dt_match_machine()
Dbase.c1067 int score, best_score = 0; in __of_match_node() local
1075 if (score > best_score) { in __of_match_node()
1077 best_score = score; in __of_match_node()