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

/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_008_pos.ksh93 typeset -i tolerance=0
95 (( tolerance = new_size - orig_size))
96 if (( tolerance > LIMIT )); then
/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/syscall/
H A Dntptime.c188 ntv.tolerance = time_tolerance;
/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/grub/grub-0.97/docs/
H A Dtexinfo.tex2714 \tolerance=9500
3558 \tolerance = 9500
4213 {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
4326 \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \raggedright
4349 \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
4358 \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
4428 \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \raggedright
5388 \tolerance=10000 \hbadness=10000
6817 \tolerance = 700
6843 \tolerance
[all...]
/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...]
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c4312 (void) printf("\ttolerance: %11d scaled ppm\n", timex.tolerance);

Completed in 121 milliseconds