HomeSort by: relevance | last modified time | path
    Searched refs:thresh (Results 1 - 14 of 14) sorted by relevancy

  /src/regress/sys/fs/ffs/
estimatecompare 14 thresh=10
15 ## Use an error threshold of $thresh blocks. The error could arise from
19 if [ $diff -gt $thresh ]; then
  /src/lib/libm/noieee_src/
n_tan.c 64 c = (z >= thresh ? __half-((z-__half)-cc) : __one-(z-cc));
n_sincos.c 69 a = (z >= thresh ? __half-((z-__half)-c) : __one-(z-c));
115 a = (z >= thresh ? __half-((z-__half)-c) : __one-(z-c));
trig.h 33 vc(thresh, 2.6117239648121182150E-1 ,b863,3f85,6ea0,6b02, -1, .85B8636B026EA0)
40 ic(thresh, 2.6117239648121182150E-1 , -2, 1.0B70C6D604DD4)
48 #define thresh vccast(thresh) macro
  /src/usr.sbin/mrinfo/
mrinfo.c 207 u_char thresh; local
213 thresh = *p++;
222 inet_name(neighbor), metric, thresh);
245 u_char thresh; local
252 thresh = *p++;
265 inet_name(neighbor), metric, thresh);
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
tegra_drm.h 148 * @thresh:
152 __u32 thresh; member in struct:drm_tegra_syncpt_wait
403 * @thresh:
407 __u32 thresh; member in struct:drm_tegra_waitchk
  /src/sys/ufs/lfs/
lfs_kclean.c 889 long prio, maxprio, maxeprio, thresh; local
901 thresh = fs->lfs_autoclean.thresh;
903 thresh = 0;
904 else if (thresh < 0) {
916 thresh = lfs_sb_getssize(fs) * (bfree - avail)
918 if (thresh > lfs_sb_getsumsize(fs) + 5 * lfs_sb_getbsize(fs))
919 thresh = lfs_sb_getsumsize(fs) + 5 * lfs_sb_getbsize(fs);
920 if (thresh > lfs_sb_getssize(fs) - lfs_sb_getbsize(fs))
967 (maxprio > thresh ? "YES" : "NO ")
    [all...]
lfs.h 1022 int thresh; /* Low cleaning threshold to use */ member in struct:lfs_autoclean_params
1458 * int thresh; // Low cleaning threshold to use
  /src/sys/arch/macppc/dev/
lmu.c 376 int thresh; local
378 thresh = sc->sc_thresh;
379 node.sysctl_data = &thresh;
  /src/sys/dev/ic/
arn9285.c 657 int i, maxgain, nclcs, thresh, error; local
680 thresh = 0;
684 thresh++;
686 thresh++;
688 if (thresh <= AR9285_CL_CAL_REDO_THRESH)
692 DPRINTFN(DBG_INIT, sc, "CLC threshold=%d\n", thresh);
  /src/tests/fs/common/
fstest_lfs.c 194 autoclean.thresh = -1;
  /src/sbin/atactl/
atactl.c 903 printf("id value thresh crit collect reliability description"
906 int thresh = 0; local
915 thresh = threshold_buf->thresholds[j].value;
918 if (thresh && attr == NULL)
949 i, attr->value, thresh,
952 attr->value > thresh ? "posi" : "nega", name);
  /src/tests/fs/lfs/
t_fcntl.c 359 autoclean.thresh = -1;
  /src/sys/dev/pci/
if_sip.c 1959 uint32_t thresh; local
1966 thresh = sc->sc_tx_drain_thresh + 1;
1967 if (thresh <= __SHIFTOUT_MASK(sc->sc_bits.b_txcfg_drth_mask)
1968 && (thresh * 32) <= (txfifo_size -
1972 thresh * 32);
1973 sc->sc_tx_drain_thresh = thresh;

Completed in 37 milliseconds