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

/illumos-gate/usr/src/cmd/intrd/
H A Dintrd.pl99 sub do_reconfig($);
637 # do_reconfig(), and its helpers, do_reconfig_cpu(), do_reconfig_cpu2cpu(),
641 # It is important that do_reconfig() be in alignment with goodness(). If
642 # do_reconfig were to generate a new interrupt distribution that worsened
755 # do_reconfig(), do_reconfig_cpu(), and do_reconfig_cpu2cpu(), are the
761 # do_reconfig() is responsible for deciding whether a redistribution is
844 sub do_reconfig($) subroutine
1229 my $do_reconfig;
1342 $do_reconfig = ($below_statslen && $deltas_tottime >= $statslen);
1361 # imbalanced, and if so set $do_reconfig
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c1038 int do_reconfig = 0; local
1099 do_reconfig = 1;
1254 if (do_reconfig) {

Completed in 84 milliseconds