thresh
bw->thresh = buflen;
if (bw->lamt < bw->thresh)
bw->thresh /= 2;
if (bw->thresh < bw->buflen / 4)
bw->thresh = bw->buflen / 4;
bw->thresh *= 2;
if (bw->thresh > bw->buflen * 8)
bw->thresh = bw->buflen * 8;
u_int64_t thresh; /* threshold after which we'll check timers */
dimm_set_ecc_thresh(struct dimm_softc *sc, int thresh)
sc->dimm_ecc_thresh = thresh;
uint32_t thresh);
ar5416BTCoexSetupBmissThresh(struct ath_hal *ah, u_int32_t thresh)
ahp->ah_btCoexMode2 |= SM(thresh, AR_BT_BCN_MISS_THRESH);
uint32_t thresh;
thresh = ETHERMTU_JUMBO;
thresh = ETHERMTU;
if (CSR_READ_4(sc, BGE_RDMA_LENGTH + (i << 2)) > thresh)
int thresh;
thresh = sc->base_params->plcp_err_threshold * delta_msec;
thresh);
if (thresh > 0 && (delta_cck + delta_ofdm + delta_ht) * 100 > thresh) {
thresh);
static char thresh[] = { +8, -4, -16, -40 };
parm[1] = thresh[cfg.mod];
short threshold = thresh(length);
} else if (p->ccount >= thresh(length)
int threshold = thresh(length);