Searched refs:tolerance (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/ |
H A D | snapshot_008_pos.ksh | 95 typeset -i tolerance=0 97 (( tolerance = new_size - orig_size)) 98 if (( tolerance > LIMIT )); then
|
H A D | snapshot.cfg | 50 export LIMIT=524288 # tolerance measured in bytes, 512K
|
/illumos-gate/usr/src/test/zfs-tests/include/ |
H A D | math.shlib | 46 # Return 0 if value is within +/-tolerance of target. 47 # Return 1 if value exceeds our tolerance. 50 # Do $action if value is within the tolerance from target passed in: 52 # Do $action if value surpasses the tolerance from target passed in: 55 function within_tolerance #value #target #tolerance
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | timex.h | 229 int32_t tolerance; /* clock freq tolerance (scaled ppm) (ro) */ member
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | ntptime.c | 208 ntv.tolerance = time_tolerance; in ntp_adjtime()
|
/illumos-gate/usr/src/cmd/fm/dicts/ |
H A D | ZFS.po | 58 …can be imported despite missing or damaged devices. The\n fault tolerance of the pool may … 90 …GRADED\nstatus: One or more devices contains corrupted data. The fault tolerance of\n the pool ma… 216 msgstr "Fault tolerance of the pool may be compromised." 248 msgstr "Fault tolerance of the pool may be compromised." 264 msgstr "Fault tolerance of the pool may be compromised."
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | lgrp.c | 3195 lgrp_load_t tolerance = LGRP_LOADAVG_TOLERANCE(lpl1->lpl_ncpu); in lpl_pick() local 3200 if ((l1 + tolerance < l2) && (l1 < l2)) { in lpl_pick() 3206 l1 + tolerance >= l2 && l1 < l2 && in lpl_pick()
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 2714 \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 = 700 [all …]
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 11368 boolean_t tolerance; in fp_handle_unsol_prlo() local 11398 tolerance = fctl_tc_increment(&pd->pd_logo_tc); in fp_handle_unsol_prlo() 11421 if (tolerance) { in fp_handle_unsol_prlo() 11429 tolerance, retain); in fp_handle_unsol_prlo() 11498 boolean_t tolerance; in fp_handle_unsol_logo() local 11505 tolerance = fctl_tc_increment(&pd->pd_logo_tc); in fp_handle_unsol_logo() 11539 if (tolerance) { in fp_handle_unsol_logo() 11547 tolerance, retain); in fp_handle_unsol_logo()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | expound.c | 4140 (void) printf("\ttolerance: %11d scaled ppm\n", timex.tolerance); in show_ntp_adjtime()
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/ |
H A D | kernel.implicit_dependencies.no_structs | 351 …s, (struct timex)->constant, (struct timex)->precision, (struct timex)->tolerance, (struct timeval… 370 …s, (struct timex)->constant, (struct timex)->precision, (struct timex)->tolerance, (struct timeval…
|