threshold         310 dev/ic/malo.c  int	malo_cmd_set_rts(struct malo_softc *sc, uint32_t threshold);
threshold        2310 dev/ic/malo.c  malo_cmd_set_rts(struct malo_softc *sc, uint32_t threshold)
threshold        2315 dev/ic/malo.c  	hdr->size = htole16(sizeof(*hdr) + sizeof(threshold));
threshold        2319 dev/ic/malo.c  	*(uint32_t *)(hdr + 1) = htole32(threshold);
threshold         427 dev/pci/maestro.c 	u_int16_t		threshold;
threshold        1206 dev/pci/maestro.c 	sc->record.threshold = sc->record.start;
threshold        1324 dev/pci/maestro.c 	sc->play.threshold = sc->play.start;
threshold        1567 dev/pci/maestro.c 		if (pos >= ch->threshold && 
threshold        1568 dev/pci/maestro.c 		    pos < ch->threshold + ch->blocksize/2)
threshold        1570 dev/pci/maestro.c 		ch->threshold += ch->blocksize/2;
threshold        1571 dev/pci/maestro.c 		if (ch->threshold >= ch->end)
threshold        1572 dev/pci/maestro.c 			ch->threshold = ch->start;
threshold         592 net/pf.c       pf_init_threshold(struct pf_threshold *threshold,
threshold         595 net/pf.c       	threshold->limit = limit * PF_THRESHOLD_MULT;
threshold         596 net/pf.c       	threshold->seconds = seconds;
threshold         597 net/pf.c       	threshold->count = 0;
threshold         598 net/pf.c       	threshold->last = time_second;
threshold         602 net/pf.c       pf_add_threshold(struct pf_threshold *threshold)
threshold         604 net/pf.c       	u_int32_t t = time_second, diff = t - threshold->last;
threshold         606 net/pf.c       	if (diff >= threshold->seconds)
threshold         607 net/pf.c       		threshold->count = 0;
threshold         609 net/pf.c       		threshold->count -= threshold->count * diff /
threshold         610 net/pf.c       		    threshold->seconds;
threshold         611 net/pf.c       	threshold->count += PF_THRESHOLD_MULT;
threshold         612 net/pf.c       	threshold->last = t;
threshold         616 net/pf.c       pf_check_threshold(struct pf_threshold *threshold)
threshold         618 net/pf.c       	return (threshold->count > threshold->limit);
threshold         225 net/radix_mpath.c 	int hash, npaths, threshold;
threshold         256 net/radix_mpath.c 	threshold = 1 + (0xffff / npaths);
threshold         257 net/radix_mpath.c 	while (hash > threshold && rn) {
threshold         262 net/radix_mpath.c 		hash -= threshold;
threshold         115 scsi/scsi_scanner.h 	u_int8_t threshold;
threshold          83 scsi/ss.c      	u_int8_t threshold;
threshold         806 scsi/ss.c      			window_data.threshold = ss->quirkdata->threshold;
threshold         808 scsi/ss.c      			window_data.threshold = sio->scan_brightness;
threshold         810 scsi/ss.c      		window_data.threshold = ss->quirkdata->threshold;
threshold         812 scsi/ss.c      		window_data.threshold = sio->scan_brightness;