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

/illumos-gate/usr/src/uts/sun4/os/
H A Dx_call.c75 uint64_t xc_scale = 1; /* scale used to calculate timeout limits */ variable
101 if (freq * xc_scale > xc_mondo_time_limit) {
102 xc_mondo_time_limit = freq * xc_scale;
157 xc_mondo_time_limit = maxfreq * xc_scale;

Completed in 64 milliseconds