Searched refs:target_threshold (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c4279 int target_threshold = (base * 95) / 100; local
4370 thresh = target_threshold / transitions;
4392 remainder = target_threshold - thresh * transitions;
4395 PMD(PMD_THRESH, ("%s: remainder=%d target_threshold=%d thresh=%d "
4396 "trans=%d\n", pmf, remainder, target_threshold, thresh,

Completed in 58 milliseconds