Lines Matching defs:VERIFY
78 sub VERIFY($@)
83 syslog($assert_level, "VERIFY: $msg", @_);
413 if (VERIFY($delta{maxsnap} > $delta{minsnap},
422 if (VERIFY($delta{missing} == 0,
435 if (VERIFY(exists $stat->{$cpu} &&
443 if (VERIFY($delta{$cpu}{tot} >= 0,
459 if (VERIFY(keys(%{$cpst->{ivecs}}) ==
476 if (VERIFY(exists $cpst->{ivecs}{$inum} &&
494 if (VERIFY($time >= 0,
556 if (VERIFY($#$deltas != -1,
565 if (VERIFY($delta->{missing} == 0,
687 if (VERIFY($goodness >= 0 && $goodness <= 1,
798 VERIFY($oldcpu->{intrs} >= 0, "move_intr: intr's time > total time?");
799 VERIFY($ivec->{time} <= $oldcpu->{bigintr},
828 VERIFY($delta->{$oldcpuid}{tot} >= $delta->{$oldcpuid}{intrs},
830 VERIFY($delta->{$newcpuid}{tot} >= $delta->{$newcpuid}{intrs},
861 if (VERIFY ($delta->{missing} == 0, "RECONFIG Aborted: should not ".
918 VERIFY($newgoodness <= $goodness,
1040 VERIFY($ivec->{nowcpu} == $srccpuid ||
1055 VERIFY($newload <= $srcload && $newload > $delta->{avgintrload},
1119 VERIFY($load >= $goal, "find_goal didn't meet goals");
1380 if (VERIFY(ref($compdelta) eq "HASH", "couldn't compress deltas")) {