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

/illumos-gate/usr/src/cmd/intrd/
H A Dintrd.pl105 sub find_goal($$); # private function
638 # find_goal(), do_find_goal(), and move_intr(), are responsible for examining
1006 # find_goal() will find determine the optimum selection of the
1032 find_goal(\@ivecs, $goal);
1034 # find_goal() returned its results to us by setting $ivec->{goal} if
1060 # find_goal() and its helper do_find_goal() are used to find the best
1063 # to its caller, find_goal() sets a new value in the hash of each interrupt,
1067 # The arguments to find_goal are a list of ivecs (hash references), sorted
1093 sub find_goal($$) # private function subroutine
1119 VERIFY($load >= $goal, "find_goal did
[all...]

Completed in 59 milliseconds