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

/illumos-gate/usr/src/uts/common/sys/
H A Dtimex.h74 * offset and maximum frequency tolerance.
89 * tolerance, but otherwise the PLL continues to operate in a stable
99 * MAXFREQ is the maximum frequency tolerance of the CPU clock
101 * should be set to at least the frequency tolerance of the oscillator
107 * MAXTIME is the maximum jitter tolerance of the PPS signal.
229 int32_t tolerance; /* clock freq tolerance (scaled ppm) (ro) */ member in struct:timex
256 extern int32_t time_tolerance; /* frequency tolerance (scaled ppm) */
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c2958 * The loadavg tolerance accounts for "noise" inherent in the load, which may
2961 * The default tolerance is lgrp_loadavg_max_effect. Note that the tunable
2962 * tolerance is scaled by the number of cpus in the lgroup just like
3186 lgrp_load_t tolerance = LGRP_LOADAVG_TOLERANCE(lpl1->lpl_ncpu); local
3191 if ((l1 + tolerance < l2) && (l1 < l2)) {
3197 l1 + tolerance >= l2 && l1 < l2 &&
3200 * lpl1's load is within the tolerance of lpl2. We're
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c11364 boolean_t tolerance; local
11394 tolerance = fctl_tc_increment(&pd->pd_logo_tc);
11417 if (tolerance) {
11424 " tolerance=%d retain=%d", pd->pd_port_id.port_id, pd,
11425 tolerance, retain); local
11494 boolean_t tolerance; local
11501 tolerance = fctl_tc_increment(&pd->pd_logo_tc);
11535 if (tolerance) {
11542 " tolerance=%d retain=%d", pd->pd_port_id.port_id, pd,
11543 tolerance, retai local
[all...]

Completed in 70 milliseconds