Searched refs:bestcost (Results 1 – 2 of 2) sorted by relevance
935 int bestcost; in setscores() local972 bestcost = (sp - nrow)->s_cost; in setscores()974 bestcost += tcdell; in setscores()979 if (tempcost < bestcost) { in setscores()982 bestcost = tempcost; in setscores()988 if (tempcost < bestcost) { in setscores()991 bestcost = tempcost; in setscores()993 sp->s_cost = bestcost; in setscores()
500 int bestcost = INT_MAX; in sched_steal_proc() local528 if (best == NULL || cost < bestcost) { in sched_steal_proc()530 bestcost = cost; in sched_steal_proc()