Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/of/
Dbase.c954 const struct of_device_id *best_match = NULL; in __of_match_node() local
964 best_match = matches; in __of_match_node()
969 return best_match; in __of_match_node()
/linux-4.1.27/net/decnet/
Ddn_route.c927 int best_match = 0; in dnet_select_source() local
942 if (ret > best_match) in dnet_select_source()
944 if (best_match == 0) in dnet_select_source()