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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c1672 int lgrp_plat_probe_lt_shift = LGRP_LAT_TOLERANCE_SHIFT; variable
1733 if (t1 - t2 > t2 >> lgrp_plat_probe_lt_shift) {
1740 if (t2 - t1 > t1 >> lgrp_plat_probe_lt_shift) {
1811 t1 >> lgrp_plat_probe_lt_shift) ||
1813 t2 >> lgrp_plat_probe_lt_shift))
1886 if (local - min > min >> lgrp_plat_probe_lt_shift)

Completed in 70 milliseconds