Searched refs:throttle (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c558 debug(2, "Throttling input (len = %d, throttle = %d)\n",
635 int throttle, nslots, i; local
656 throttle = atoi(getenv("CTFMERGE_INPUT_THROTTLE"));
658 throttle = MERGE_INPUT_THROTTLE_LEN;
659 wq->wq_ithrottle = throttle * wq->wq_nthreads;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_timer.c336 if (p->throttle > 0)
337 p->throttle--;
H A Dntp_proto.c131 * Rate controls. Leaky buckets are used to throttle the packet
2248 peer->throttle = (NTP_SHIFT + 1) * (1 << peer->minpoll);
3043 utemp = current_time + max(peer->throttle - (NTP_SHIFT - 1) *
3126 if (peer->throttle > (1 << peer->minpoll))
3138 peer->burst, peer->retry, peer->throttle,
4134 peer->throttle += (1 << peer->minpoll) - 2;
4446 peer->throttle += (1 << peer->minpoll) - 2;
4851 pool->throttle += (1 << pool->minpoll) - 2;
H A Dntp_control.c2650 ctl_putuint(peer_var[id].text, p->throttle);
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge_var.h266 int throttle; member in struct:mxge_softc
H A Dif_mxge.c615 if (sc->throttle)
616 force_firmware = sc->throttle;
1330 if (sc->throttle) {
1331 cmd.data0 = sc->throttle;
1335 "can't enable throttle\n");
1347 unsigned int throttle; local
1350 throttle = sc->throttle;
1351 err = sysctl_handle_int(oidp, &throttle, arg2, req);
1356 if (throttle
[all...]
/freebsd-11-stable/contrib/ntp/include/
H A Dntp.h387 int throttle; /* rate control */ member in struct:peer
/freebsd-11-stable/sys/dev/usb/storage/
H A Dumass.c172 SYSCTL_INT(_hw_usb_umass, OID_AUTO, throttle, CTLFLAG_RWTUN,

Completed in 150 milliseconds