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

/illumos-gate/usr/src/uts/sun4/os/
H A Dx_call.c124 uint64_t maxfreq = 0; local
155 maxfreq = MAX(cpunodes[pix].clock_freq, maxfreq);
157 xc_mondo_time_limit = maxfreq * xc_scale;
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_cpu_states.c1387 uint64_t maxfreq; local
1449 * xc_init() calculated 'maxfreq' by looking at all the cpus,
1454 maxfreq = xc_mondo_time_limit / xc_scale;
1477 mondo_time_limit = maxfreq * scale;

Completed in 59 milliseconds