Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/of/
Dbase.c951 const struct of_device_id *best_match = NULL; in __of_match_node() local
961 best_match = matches; in __of_match_node()
966 return best_match; in __of_match_node()
/linux-4.4.14/net/decnet/
Ddn_route.c925 int best_match = 0; in dnet_select_source() local
940 if (ret > best_match) in dnet_select_source()
942 if (best_match == 0) in dnet_select_source()