Searched refs:delay (Results 151 - 175 of 295) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/less/
H A Dscreen.c871 * Figure out how many empty loops it takes to delay a millisecond.
902 delay(msec) function
1623 * Like tputs but we handle $<...> delay strings here because
1642 int delay; local
1648 /* Perform the delay. */
1649 delay = lstrtoi(str, &str);
1651 delay *= affcnt;
1653 sleep_ms(delay);
1654 /* Skip past closing ">" at end of delay string. */
2204 delay(10
[all...]
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntploopwatch89 $delay = 60;
294 ($c eq "delay") && ($delay = $v,1) && next;
420 print " delay\t= $delay\n";
1482 ;# wait $delay seconds
1483 print "waiting $delay seconds ..." if $verbose > 2;
1484 sleep($delay);
/freebsd-11-stable/sys/net/altq/
H A Daltq_rmclass.c157 * offtime how long 'delay' action will delay when class goes over
671 * 'restart' is the driver-specific routine that the generic 'delay
917 the delay action. */
1481 * delay action routine. It is invoked via rmc_under_limit when the
1484 * If the delay action is result of borrow class being overlimit, then
1485 * delay for the offtime of the borrowing class that is overlimit.
1493 int delay, t, extradelay; local
1496 TV_DELTA(&cl->undertime_, &cl->overtime_, delay);
1498 delay
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_l2tp.c1455 u_int delay; local
1474 /* Restart timer, this time with an increased delay */
1475 delay = (seq->rexmits > 12) ? (1 << 12) : (1 << seq->rexmits);
1476 if (delay > priv->conf.rexmit_max_to)
1477 delay = priv->conf.rexmit_max_to;
1479 hz * delay, ng_l2tp_seq_rack_timeout, NULL, 0);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_mad.c2322 unsigned long delay; local
2334 delay = mad_send_wr->timeout - jiffies;
2335 if ((long)delay <= 0)
2336 delay = 1;
2338 &mad_agent_priv->timed_work, delay);
2348 unsigned long delay; local
2353 delay = mad_send_wr->timeout;
2356 if (delay) {
2373 &mad_agent_priv->timed_work, delay);
2806 unsigned long flags, delay; local
[all...]
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js973 identicalState, allow, showEvent, delay;
1050 // If set, hide tooltip when inactive for delay period
1246 if(this.options.show.delay > 0) {
1247 this.timers.show = setTimeout(callback, this.options.show.delay);
1282 if(this.options.hide.delay > 0) {
1283 this.timers.hide = setTimeout(callback, this.options.hide.delay);
1755 if(options.show.delay > 0) {
1757 api.timers.show = setTimeout(render, options.show.delay);
1892 delay: 90,
1901 delay
[all...]
/freebsd-11-stable/sys/dev/bxe/
H A Decore_init.h117 uint32_t delay; member in struct:op_delay
128 struct op_delay delay; member in union:init_op
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot2.c751 delay(void) function
771 delay();
/freebsd-11-stable/sys/netinet6/
H A Din6_mcast.c1090 int *errorp, int delay)
1101 delay = (delay * PR_FASTHZ) / hz;
1103 error = in6_mc_join(ifp, mcaddr, NULL, &imm->i6mm_maddr, delay);
1139 const int delay)
1144 error = in6_mc_join_locked(ifp, mcaddr, imf, pinm, delay);
1162 const int delay)
1216 error = mld_change_state(inm, delay);
1089 in6_joingroup(struct ifnet *ifp, struct in6_addr *mcaddr, int *errorp, int delay) argument
1137 in6_mc_join(struct ifnet *ifp, const struct in6_addr *mcaddr, struct in6_mfilter *imf, struct in6_multi **pinm, const int delay) argument
1160 in6_mc_join_locked(struct ifnet *ifp, const struct in6_addr *mcaddr, struct in6_mfilter *imf, struct in6_multi **pinm, const int delay) argument
H A Dmld6.c748 * Unlike MLDv2, the delay per group should be jittered
913 * scheduled earlier than the selected delay, do
951 * scheduled sooner than the selected delay, no
1863 * If delay is non-zero, and the state change is an initial multicast
1864 * join, the state change report will be delayed by 'delay' ticks
1867 * is sooner, a pending state-change timer or delay itself.
1873 mld_change_state(struct in6_multi *inm, const int delay) argument
1912 error = mld_initial_join(inm, mli, delay);
1939 * If the delay argument is non-zero, then we must delay sendin
1943 mld_initial_join(struct in6_multi *inm, struct mld_ifsoftc *mli, const int delay) argument
[all...]
/freebsd-11-stable/stand/lua/
H A Dpassword.lua116 loader.delay(3*1000*1000)
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_util.c533 * delay
542 double delay, /* delay */
561 delay, dispersion, jitter);
673 * leap, version, mode, stratum, ppoll, precision, root delay, root dispersion, REFID
538 record_peer_stats( sockaddr_u *addr, int status, double offset, double delay, double dispersion, double jitter ) argument
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_request.h361 s_fp delay; /* peer.estdelay */ member in struct:info_peer_summary
398 s_fp rootdelay; /* peer.delay */
404 s_fp filtdelay[NTP_SHIFT]; /* delay shift register */
407 s_fp delay; /* peer.estdelay */ member in struct:info_peer
482 s_fp rootdelay; /* delay from sync source */
493 l_fp authdelay; /* default authentication delay */
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c1288 struct timeval tv[10], delay; local
1314 delay.tv_sec = 0;
1315 delay.tv_usec = wantres;
1321 evutil_usleep_(&delay);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dcallb.c39 #include <sys/systm.h> /* for delay() */
412 delay(CALLB_THREAD_DELAY);
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_i2c.c364 i2c_read(device_t dev, char *buf, int len, int *read, int last, int delay) argument
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_i2c.c353 int *read, int last, int delay)
352 i2c_read(device_t dev, char *buf, int len, int *read, int last, int delay) argument
/freebsd-11-stable/sys/dev/pcf/
H A Dpcf.c424 int delay /* us */)
447 /* XXX delay needed here */
/freebsd-11-stable/crypto/openssh/
H A Dssh-agent.c702 int r, success = 0, delay; local
723 /* delay in 0.1s increments up to 10s */
726 delay = 100000 * fail_count;
728 (double)delay/1000000);
729 usleep(delay);
/freebsd-11-stable/stand/userboot/test/
H A Dtest.c406 .delay = test_delay,
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_schedule.c36 #include <linux/delay.h>
/freebsd-11-stable/sys/x86/xen/
H A Dxen_apic.c339 xen_pv_lapic_ipi_wait(int delay) argument
/freebsd-11-stable/contrib/apr/time/unix/
H A Dtime.c244 delay(t/1000);
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_common.h681 int attempts, int delay, u32 *valp);
684 int polarity, int attempts, int delay)
687 delay, NULL);
683 t3_wait_op_done(adapter_t *adapter, int reg, u32 mask, int polarity, int attempts, int delay) argument
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c47 * The delay, in usecs, between writing AR_RC with a reset
57 uint32_t resetMask, u_int delay);
587 ar5210SetResetReg(struct ath_hal *ah, uint32_t resetMask, u_int delay) argument
594 OS_DELAY(delay);

Completed in 474 milliseconds

1234567891011>>