Searched refs:best (Results 1 – 3 of 3) sorted by relevance
90 struct id_entry *n, *best; in pci_id_lookup() local97 best = NULL; in pci_id_lookup()110 if (!best || best->src < n->src) in pci_id_lookup()111 best = n; in pci_id_lookup()113 if (best) in pci_id_lookup()114 return best->name; in pci_id_lookup()
208 struct bridge *c, *best = NULL; in grow_tree() local214 best = parent->bridge; in grow_tree()215 if (!best) in grow_tree()219 …(!best || best == &host_bridge || best->subordinate - best->primary > c->subordinate - c->primary)) in grow_tree()220 best = c; in grow_tree()221 if (best) in grow_tree()223 b->prev = best->child; in grow_tree()224 best->child = b; in grow_tree()
285 possible use to the public, the best way to achieve this is to make it