Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/
Dkallsyms.c587 int i, best, bestprofit; in find_best_token() local
589 bestprofit=-10000; in find_best_token()
593 if (token_profit[i] > bestprofit) { in find_best_token()
595 bestprofit = token_profit[i]; in find_best_token()