Searched refs:thresh (Results 1 - 22 of 22) sorted by path

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.cputime.ksh36 int thresh;
41 thresh = 10;
63 /((total * 100) / (timestamp - start)) > thresh/
67 printf("expected no more than %d%%!\n", thresh);
/freebsd-9.3-release/contrib/cvs/diff/
H A Dcontext.c370 int thresh;
381 thresh = ((prev->ignore || (start && start->ignore))
391 && start->line0 < top0 + thresh);
364 int thresh; local
/freebsd-9.3-release/contrib/diff/src/
H A Dcontext.c394 lin thresh;
410 thresh = (prev->ignore || (start && start->ignore)
420 && start->line0 - top0 < thresh);
388 lin thresh; local
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-dvmrp.c264 register u_char thresh; local
272 thresh = *bp++;
279 ipaddr_string(bp), metric, thresh);
294 register u_char metric, thresh, flags; local
306 thresh = *bp++;
313 metric, thresh);
/freebsd-9.3-release/crypto/openssh/
H A Dmisc.c883 bw->thresh = bw->rate;
902 if (bw->lamt < bw->thresh)
921 bw->thresh /= 2;
922 if (bw->thresh < bw->buflen / 4)
923 bw->thresh = bw->buflen / 4;
925 bw->thresh *= 2;
926 if (bw->thresh > bw->buflen * 8)
927 bw->thresh = bw->buflen * 8;
H A Dmisc.h89 u_int64_t rate, thresh, lamt; member in struct:bwlimit
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-fpa-defs.h1141 uint64_t thresh : 32; /**< Packet Threshold. */ member in struct:cvmx_fpa_packet_threshold::cvmx_fpa_packet_threshold_s
1143 uint64_t thresh : 32;
1166 uint64_t thresh : 29; /**< The Threshold. */ member in struct:cvmx_fpa_poolx_threshold::cvmx_fpa_poolx_threshold_s
1168 uint64_t thresh : 29;
1413 uint64_t thresh : 32; /**< WQE Threshold. */ member in struct:cvmx_fpa_wqe_threshold::cvmx_fpa_wqe_threshold_s
1415 uint64_t thresh : 32;
H A Dcvmx-gmxx-defs.h7928 uint64_t thresh : 6; /**< Transmit threshold in 16B blocks - cannot be zero member in struct:cvmx_gmxx_tx_spi_thresh::cvmx_gmxx_tx_spi_thresh_s
7938 uint64_t thresh : 6;
8037 uint64_t thresh : 4; /**< Threshhold on the TX FIFO member in struct:cvmx_gmxx_xaui_ext_loopback::cvmx_gmxx_xaui_ext_loopback_s
8043 uint64_t thresh : 4;
H A Dcvmx-pcmx-defs.h435 uint64_t thresh : 4; /**< If number of bytes remaining in the DMA fifo is <= member in struct:cvmx_pcmx_dma_cfg::cvmx_pcmx_dma_cfg_s
444 uint64_t thresh : 4;
H A Dcvmx-spi.c388 gmxx_tx_spi_thresh.s.thresh = 4;
/freebsd-9.3-release/sys/dev/bxe/
H A Dbxe_elink.c3309 uint32_t thresh = (ELINK_ETH_MAX_JUMBO_PACKET_SIZE + local
3313 REG_WR(sc, PBF_REG_P0_ARB_THRSH + port*4, thresh);
3317 init_crd = thresh + 553 - 22;
/freebsd-9.3-release/sys/dev/hatm/
H A Dif_hatm.c765 (q->thresh << HE_REGS_IRQ_HEAD_THRESH));
1149 (q->thresh << HE_REGS_RBP_THRESH));
1184 (rq->thresh << HE_REGS_RBRQ_THRESH) |
1222 WRITE4(sc, HE_REGO_TBRQ_THRESH(group), tq->thresh);
1345 kenv_getuint(sc, "rbps0_thresh", &sc->rbp_s0.thresh,
1352 kenv_getuint(sc, "rbpl0_thresh", &sc->rbp_l0.thresh,
1359 kenv_getuint(sc, "rbrq0_thresh", &sc->rbrq_0.thresh,
1369 kenv_getuint(sc, "rbps1_thresh", &sc->rbp_s1.thresh,
1376 kenv_getuint(sc, "rbrq1_thresh", &sc->rbrq_1.thresh,
1386 kenv_getuint(sc, "irq0_thresh", &sc->irq_0.thresh,
[all...]
H A Dif_hatm_intr.c721 (q->thresh << HE_REGS_IRQ_HEAD_THRESH) |
H A Dif_hatmvar.h109 u_int thresh; /* interrupt treshold */ member in struct:herbp
123 u_int thresh; /* interrupt threshold */ member in struct:herbrq
147 u_int thresh; /* interrupt threshold */ member in struct:hetbrq
318 u_int thresh; /* re-interrupt threshold */ member in struct:heirq
/freebsd-9.3-release/sys/dev/mwl/
H A Dmwlhal.h528 int mwl_hal_setaggampduratemode(struct mwl_hal *, int mode, int thresh);
529 int mwl_hal_getaggampduratemode(struct mwl_hal *, int *mode, int *thresh);
/freebsd-9.3-release/sys/dev/random/
H A Dyarrow.c86 > random_state.pool[pl].thresh)
134 &random_state.pool[0].thresh, (3*BLOCKSIZE)/4,
141 &random_state.pool[1].thresh, BLOCKSIZE,
154 random_state.pool[0].thresh = (3*BLOCKSIZE)/4;
155 random_state.pool[1].thresh = BLOCKSIZE;
H A Dyarrow.h55 u_int thresh; /* pool reseed threshhold */ member in struct:random_state::pool
/freebsd-9.3-release/sys/dev/sound/isa/
H A Dsb8.c504 int speed, tmp, thresh, max; local
508 thresh = stereo? 11025 : 23000;
511 thresh = play? 23000 : 13000;
514 thresh = 999999;
524 if (speed > thresh)
/freebsd-9.3-release/sys/dev/vr/
H A Dif_vr.c1631 int thresh; local
1635 thresh = sc->vr_txthresh;
1642 vr_tx_threshold_tables[thresh].value,
1643 vr_tx_threshold_tables[thresh + 1].value);
/freebsd-9.3-release/sys/kern/
H A Dsched_ule.c945 int thresh; local
956 thresh = steal_thresh;
958 thresh = 1;
959 cpu = sched_highest(cg, mask, thresh);
967 if (steal->tdq_load < thresh || steal->tdq_transferable == 0) {
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_softdep.c2805 journal_space(ump, thresh)
2807 int thresh;
2821 if (thresh)
2822 thresh = jblocks->jb_min;
2824 thresh = jblocks->jb_low;
2828 return (avail > thresh);
/freebsd-9.3-release/tools/tools/whereintheworld/
H A Dwhereintheworld.pl18 my $thresh = 10;
56 while (@lines > $thresh) {

Completed in 646 milliseconds