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

/scripts/
H A Dkallsyms.c474 int i, best, bestprofit; local
476 bestprofit=-10000;
480 if (token_profit[i] > bestprofit) {
482 bestprofit = token_profit[i];

Completed in 1134 milliseconds