Searched refs:delay (Results 201 - 225 of 355) sorted by relevance

1234567891011>>

/freebsd-current/sys/netgraph/
H A Dng_car.c690 int delay; local
692 delay = (-(hinfo->tc)) * hz * 8 / hinfo->conf.cir + 1;
695 delay, &ng_car_q_event, NULL, 0);
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c936 int delay
955 delay
960 delay,
/freebsd-current/sys/contrib/dev/iwlwifi/fw/
H A Ddbg.c9 #include <linux/delay.h>
2722 unsigned int delay)
2757 schedule_delayed_work(&wk_data->wk, usecs_to_jiffies(delay));
2810 unsigned int delay = 0; local
2830 delay = le32_to_cpu(trigger->stop_delay) * USEC_PER_MSEC;
2842 return iwl_fw_dbg_collect_desc(fwrt, desc, monitor_only, delay);
3018 u32 occur, delay; local
3027 delay = le32_to_cpu(trig->dump_delay);
3050 delay = 0;
3053 "WRT: Collecting data: ini trigger %d fired (delay
2719 iwl_fw_dbg_collect_desc(struct iwl_fw_runtime *fwrt, const struct iwl_fw_dump_desc *desc, bool monitor_only, unsigned int delay) argument
[all...]
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_proto.c81 #define RESP_DELAY 1 /* refclock burst delay (s) */
112 double sys_rootdelay; /* roundtrip delay to root (primary source) */
144 double sys_bdelay; /* broadcast client default delay */
146 l_fp sys_authdelay; /* authentication delay */
1629 peer->delay = sys_bdelay;
1637 * propagation delay and run the Autokey protocol.
2639 * Compute the headway for the next packet and delay if
2665 * roundtrip delay and dispersion. The equations are reordered
2668 * computed delay during the client/server volley. Note the
2677 * arithmetic. However, the offset and delay calculation
[all...]
/freebsd-current/sys/dev/ocs_fc/
H A Docs_hw_queues.c154 /* If this CQ is for MRQ, then delay the creation */
1810 uint32_t delay = 0; local
1919 delay = ocs_strtoul(prop_buf, 0, 0);
1920 ocs_udelay(delay);
1969 uint32_t delay = 0; local
2011 delay = ocs_strtoul(prop_buf, 0, 0);
2012 ocs_udelay(delay);
/freebsd-current/sys/netpfil/ipfw/
H A Dip_dummynet.c514 * Allocate memory for instance, delay line and scheduler private data.
567 * si and delay line from the system heap, destroy all queues.
578 if (dl->oid.subtype) /* remove delay line from event heap */
580 dn_free_pkts(dl->mq.head); /* drain delay line */
976 dn.l.delay = dn.l.delay * 1000 / hz;
1570 * delay = ms, must be translated into ticks.
1574 p->delay = (p->delay * hz) / 1000;
1594 s->link.delay
[all...]
/freebsd-current/contrib/ntp/util/
H A Dtg2.c499 void delay(int); /* delay samples */
1084 delay(SECOND - TimeValue.tv_usec * 8 / 1000);
2375 void delay ( function
2376 int Delay /* delay in samples */
/freebsd-current/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c40 #include <linux/delay.h>
541 struct delayed_work *delay = to_delayed_work(work); local
545 group = container_of(delay, typeof(*group), timeout_work);
/freebsd-current/usr.sbin/ppp/
H A Dphysical.c203 p->cfg.cd.delay = 0; /* reconfigured or device specific default */
498 prompt_Printf(arg->prompt, " CD check delay: ");
505 prompt_Printf(arg->prompt, "%d second%s", p->cfg.cd.delay,
506 p->cfg.cd.delay == 1 ? "" : "s");
/freebsd-current/sys/dev/pccbb/
H A Dpccbb.c783 * only a short delay is better than the alternatives. Others
805 * act together, so delay for an additional 100ms. Also as
817 * However, the PC Card standard says that we must delay turning the
940 int delay, count, zero_seen, func; local
947 delay = sc->chipset == CB_RF5C47X ? 400 : 20;
949 pause("cbbP3", hz * delay / 1000);
/freebsd-current/contrib/unbound/services/cache/
H A Dinfra.c588 /* delay other queries, this is the probe query */
728 size_t nmlen, struct rtt_info* rtt, int* delay, time_t timenow,
741 *delay = (int)(data->probedelay - timenow);
742 else *delay = 0;
726 infra_get_host_rto(struct infra_cache* infra, struct sockaddr_storage* addr, socklen_t addrlen, uint8_t* nm, size_t nmlen, struct rtt_info* rtt, int* delay, time_t timenow, int* tA, int* tAAAA, int* tother) argument
/freebsd-current/sys/arm/mv/
H A Da37x0_iic.c367 a37x0_iic_read(device_t dev, char *buf, int len, int *read, int last, int delay) argument
/freebsd-current/sys/dev/usb/input/
H A Dukbd.c360 sbintime_t delay, now, prec; local
364 /* check if initial delay passed and fallback to key repeat delay */
369 delay = SBT_1MS * sc->sc_delay;
370 sc->sc_co_basetime += delay;
377 prec = qmin(delay >> 7, SBT_1MS * 10);
/freebsd-current/sys/dev/hid/
H A Dhkbd.c355 sbintime_t delay, now, prec; local
359 /* check if initial delay passed and fallback to key repeat delay */
364 delay = SBT_1MS * sc->sc_delay;
365 sc->sc_co_basetime += delay;
372 prec = qmin(delay >> 7, SBT_1MS * 10);
/freebsd-current/sys/nfs/
H A Dbootp_subr.c559 * but delay each re-send by an increasing amount.
560 * If the delay hits the maximum, start complaining.
773 /* Network settle delay */
1527 int delay; local
1531 delay = hz / 10;
1647 pause("bootpc", delay);
1648 timeout -= delay;
/freebsd-current/usr.sbin/ntp/ntpdc/
H A Dnl.c107 printf("offsetof(delay) = %d\n",
108 (int) offsetof(struct info_peer_summary, delay));
189 printf("offsetof(delay) = %d\n",
190 (int) offsetof(struct info_peer, delay));
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dmhi.c10 #include <linux/delay.h>
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_dma.c7 #include <linux/delay.h>
119 /* configure delay interrupt */
H A Dmt792x_mac.c6 #include <linux/delay.h>
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7996/
H A Ddma.c10 #include <linux/delay.h>
191 /* configure delay interrupt off */
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-io.c6 #include <linux/delay.h>
/freebsd-current/sys/geom/virstor/
H A Dg_virstor.c867 LOG_MSG(LVL_DEBUG, "Consumer %s destroyed with delay",
880 boolean_t delay)
900 if (delay) {
915 boolean_t delay)
936 remove_component(sc, &sc->components[n], delay);
1652 * delay it to when we can...
879 remove_component(struct g_virstor_softc *sc, struct g_virstor_component *comp, boolean_t delay) argument
914 virstor_geom_destroy(struct g_virstor_softc *sc, boolean_t force, boolean_t delay) argument
/freebsd-current/usr.sbin/lpr/common_source/
H A Dcommon.c264 delay(int millisec) function
270 "unreasonable delay period (%d)", millisec);
/freebsd-current/sys/dev/iicbus/
H A Diicbb.c76 u_int udelay; /* signal toggle delay in usec */
155 "delay", CTLFLAG_RD, &sc->udelay,
156 0, "Signal change delay controlled by bus frequency, microseconds");
287 * naturally provide that delay.
545 /* NB: whatever delay is, it's ignored. */
547 iicbb_read(device_t dev, char *buf, int len, int *read, int last, int delay) argument
/freebsd-current/sys/dev/iicbus/controller/vybrid/
H A Dvf_i2c.c471 i2c_read(device_t dev, char *buf, int len, int *read, int last, int delay) argument

Completed in 224 milliseconds

1234567891011>>