Searched defs:do_find_goal (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/intrd/
H A Dintrd.pl104 sub do_find_goal($$$$); # private function
638 # find_goal(), do_find_goal(), and move_intr(), are responsible for examining
1060 # find_goal() and its helper do_find_goal() are used to find the best
1069 # The best fit is determined by performing a depth-first search. do_find_goal
1088 # by do_find_goal to avoid recursing all the way to the end of the ivecs
1118 ($load, @goals) = do_find_goal($ivecs, \@loads, $goal, 0);
1138 sub do_find_goal($$$$) # private function subroutine
1174 do_find_goal($ivecs, $loads, $goal - $load, $idx + 1);
1184 &do_find_goal($ivecs, $loads, $goal, $idx + 1);

Completed in 46 milliseconds