Searched refs:delay (Results 176 - 200 of 295) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/ida/
H A Dida.c563 int delay; local
576 delay = 5 * 1000 * 100; /* 5 sec delay */
578 if (delay-- == 0) {
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtxg.c609 * Delay this thread by delay nanoseconds if we are still in the open
611 * Abort the delay if this txg stalls or enters the quiesing state.
614 txg_delay(dsl_pool_t *dp, uint64_t txg, hrtime_t delay, hrtime_t resolution) argument
619 /* don't delay if this txg could transition to quiescing immediately */
630 while (gethrtime() - start < delay &&
633 &tx->tx_sync_lock, delay, resolution, 0);
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_alias_GUID.c44 #include <linux/delay.h>
748 struct delayed_work *delay = to_delayed_work(work); local
752 container_of(delay, struct mlx4_sriov_alias_guid_port_rec_det,
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-11-stable/contrib/ntp/parseutil/
H A Ddcfd.c1240 fprintf(stderr, "usage: %s [-n] [-f] [-l] [-t] [-i] [-o] [-d <drift_file>] [-D <input delay>] <device>\n", program);
1249 fprintf(stderr, "\t-D <input delay>specify delay from input edge to processing in micro seconds\n");
1394 int delay = DEFAULT_DELAY; /* average delay from input edge to time stamping */ local
1440 delay = atoi(*++a);
1535 phase.tv_usec = delay;
/freebsd-11-stable/sys/netgraph/
H A Dng_car.c685 int delay; local
687 delay = (-(hinfo->tc)) * hz * 8 / hinfo->conf.cir + 1;
690 delay, &ng_car_q_event, NULL, 0);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_proto.c82 #define RESP_DELAY 1 /* refclock burst delay (s) */
113 double sys_rootdelay; /* roundtrip delay to root (primary source) */
144 double sys_bdelay; /* broadcast client default delay */
146 l_fp sys_authdelay; /* authentication delay */
1561 peer->delay = sys_bdelay;
1569 * propagation delay and run the Autokey protocol.
2551 * Compute the headway for the next packet and delay if
2577 * roundtrip delay and dispersion. The equations are reordered
2580 * computed delay during the client/server volley. Note the
2589 * arithmetic. However, the offset and delay calculation
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_dummynet.c488 * Allocate memory for instance, delay line and scheduler private data.
541 * si and delay line from the system heap, destroy all queues.
552 if (dl->oid.subtype) /* remove delay line from event heap */
554 dn_free_pkts(dl->mq.head); /* drain delay line */
952 dn.l.delay = dn.l.delay * 1000 / hz;
1546 * delay = ms, must be translated into ticks.
1550 p->delay = (p->delay * hz) / 1000;
1571 s->link.delay
[all...]
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw_queues.c153 /* If this CQ is for MRQ, then delay the creation */
1810 uint32_t delay = 0; local
1920 delay = ocs_strtoul(prop_buf, 0, 0);
1921 ocs_udelay(delay);
1970 uint32_t delay = 0; local
2013 delay = ocs_strtoul(prop_buf, 0, 0);
2014 ocs_udelay(delay);
/freebsd-11-stable/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-11-stable/usr.sbin/ppp/
H A Dphysical.c212 p->cfg.cd.delay = 0; /* reconfigured or device specific default */
511 prompt_Printf(arg->prompt, " CD check delay: ");
518 prompt_Printf(arg->prompt, "%d second%s", p->cfg.cd.delay,
519 p->cfg.cd.delay == 1 ? "" : "s");
/freebsd-11-stable/sys/dev/pccbb/
H A Dpccbb.c806 * only a short delay is better than the alternatives. Others
828 * act together, so delay for an additional 100ms. Also as
840 * However, the PC Card standard says that we must delay turning the
965 int delay, count, zero_seen, func; local
972 delay = sc->chipset == CB_RF5C47X ? 400 : 20;
974 pause("cbbP3", hz * delay / 1000);
/freebsd-11-stable/contrib/unbound/services/cache/
H A Dinfra.c491 /* delay other queries, this is the probe query */
631 size_t nmlen, struct rtt_info* rtt, int* delay, time_t timenow,
644 *delay = (int)(data->probedelay - timenow);
645 else *delay = 0;
629 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-11-stable/sys/dev/drm/
H A Dradeon_drm.h265 } delay; member in union:__anon9806
/freebsd-11-stable/sys/nfs/
H A Dbootp_subr.c657 * but delay each re-send by an increasing amount.
658 * If the delay hits the maximum, start complaining.
872 /* Network settle delay */
1594 int delay; local
1597 delay = hz / 10;
1709 pause("bootpc", delay);
1710 timeout -= delay;
/freebsd-11-stable/usr.sbin/ntp/ntpdc/
H A Dnl.c108 printf("offsetof(delay) = %d\n",
109 (int) offsetof(struct info_peer_summary, delay));
190 printf("offsetof(delay) = %d\n",
191 (int) offsetof(struct info_peer, delay));
/freebsd-11-stable/stand/pc98/libpc98/
H A Dvidconsole.c180 delay(40000);
/freebsd-11-stable/stand/i386/libfirewire/
H A Dfwohci.c58 #define DELAY(x) delay(x)
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dcommon.c270 delay(int millisec) function
276 "unreasonable delay period (%d)", millisec);
/freebsd-11-stable/stand/powerpc/kboot/
H A Dmain.c307 delay(int usecs) function
/freebsd-11-stable/sys/geom/virstor/
H A Dg_virstor.c877 LOG_MSG(LVL_DEBUG, "Consumer %s destroyed with delay",
890 boolean_t delay)
910 if (delay) {
925 boolean_t delay)
946 remove_component(sc, &sc->components[n], delay);
1664 * delay it to when we can...
889 remove_component(struct g_virstor_softc *sc, struct g_virstor_component *comp, boolean_t delay) argument
924 virstor_geom_destroy(struct g_virstor_softc *sc, boolean_t force, boolean_t delay) argument
/freebsd-11-stable/sys/kern/
H A Dvfs_subr.c237 * It is useful to delay writes of file data and filesystem metadata
253 * A delay of fifteen seconds is done by placing the request fifteen
277 static int syncer_maxdelay = SYNCER_MAXDELAY; /* maximum delay time */
278 static int syncdelay = 30; /* max time to delay syncing data */
279 static int filedelay = 30; /* time to delay syncing files */
281 "Time to delay syncing files (in seconds)");
282 static int dirdelay = 29; /* time to delay syncing directories */
284 "Time to delay syncing directories (in seconds)");
285 static int metadelay = 28; /* time to delay syncing metadata */
287 "Time to delay syncin
2125 vn_syncer_add_to_worklist(struct bufobj *bo, int delay) argument
2428 int delay; local
[all...]
/freebsd-11-stable/sys/dev/usb/input/
H A Dukbd.c382 sbintime_t delay, now, prec; local
386 /* check if initial delay passed and fallback to key repeat delay */
391 delay = SBT_1MS * sc->sc_delay;
392 sc->sc_co_basetime += delay;
399 prec = qmin(delay >> 7, SBT_1MS * 10);
/freebsd-11-stable/sys/x86/x86/
H A Dlocal_apic.c362 static int native_lapic_ipi_wait(int delay);
590 * approximately delay execution for 1 microsecond (the
1963 * Wait delay microseconds for IPI to be sent. If delay is -1, we
1967 native_lapic_ipi_wait(int delay) argument
1975 for (rx = 0; delay == -1 || rx < lapic_ipi_wait_mult * delay; rx++) {
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c855 int delay
873 delay,

Completed in 418 milliseconds

1234567891011>>