Symbol: thresh
crypto/openssh/misc.c
1765
bw->thresh = buflen;
crypto/openssh/misc.c
1783
if (bw->lamt < bw->thresh)
crypto/openssh/misc.c
1802
bw->thresh /= 2;
crypto/openssh/misc.c
1803
if (bw->thresh < bw->buflen / 4)
crypto/openssh/misc.c
1804
bw->thresh = bw->buflen / 4;
crypto/openssh/misc.c
1806
bw->thresh *= 2;
crypto/openssh/misc.c
1807
if (bw->thresh > bw->buflen * 8)
crypto/openssh/misc.c
1808
bw->thresh = bw->buflen * 8;
crypto/openssh/misc.h
177
u_int64_t thresh; /* threshold after which we'll check timers */
sys/dev/misc/dimm/dimm.c
221
dimm_set_ecc_thresh(struct dimm_softc *sc, int thresh)
sys/dev/misc/dimm/dimm.c
223
sc->dimm_ecc_thresh = thresh;
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
215
uint32_t thresh);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_btcoex.c
164
ar5416BTCoexSetupBmissThresh(struct ath_hal *ah, u_int32_t thresh)
sys/dev/netif/ath/ath_hal/ar5416/ar5416_btcoex.c
168
ahp->ah_btCoexMode2 |= SM(thresh, AR_BT_BCN_MISS_THRESH);
sys/dev/netif/bnx/if_bnx.c
1732
uint32_t thresh;
sys/dev/netif/bnx/if_bnx.c
1734
thresh = ETHERMTU_JUMBO;
sys/dev/netif/bnx/if_bnx.c
1736
thresh = ETHERMTU;
sys/dev/netif/bnx/if_bnx.c
1739
if (CSR_READ_4(sc, BGE_RDMA_LENGTH + (i << 2)) > thresh)
sys/dev/netif/iwn/if_iwn.c
6346
int thresh;
sys/dev/netif/iwn/if_iwn.c
6384
thresh = sc->base_params->plcp_err_threshold * delta_msec;
sys/dev/netif/iwn/if_iwn.c
6394
thresh);
sys/dev/netif/iwn/if_iwn.c
6404
if (thresh > 0 && (delta_cck + delta_ofdm + delta_ht) * 100 > thresh) {
sys/dev/netif/iwn/if_iwn.c
6411
thresh);
sys/dev/netif/sbsh/if_sbsh.c
899
static char thresh[] = { +8, -4, -16, -40 };
sys/dev/netif/sbsh/if_sbsh.c
967
parm[1] = thresh[cfg.mod];
usr.bin/window/compress.c
465
short threshold = thresh(length);
usr.bin/window/compress.c
732
} else if (p->ccount >= thresh(length)
usr.bin/window/compress.c
752
int threshold = thresh(length);