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

1234567891011>>

/freebsd-current/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-current/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-current/stand/lua/
H A Dpassword.lua114 loader.delay(3*1000*1000)
/freebsd-current/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-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_counters.c505 unsigned long delay)
509 queue_delayed_work(fc_stats->wq, dwork, delay);
503 mlx5_fc_queue_stats_work(struct mlx5_core_dev *dev, struct delayed_work *dwork, unsigned long delay) argument
H A Dfs_core.h330 unsigned long delay);
/freebsd-current/sys/netinet6/
H A Dmld6.c721 * Unlike MLDv2, the delay per group should be jittered
895 * scheduled earlier than the selected delay, do
929 * scheduled sooner than the selected delay, no
1856 * If delay is non-zero, and the state change is an initial multicast
1857 * join, the state change report will be delayed by 'delay' ticks
1860 * is sooner, a pending state-change timer or delay itself.
1866 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-current/contrib/ntp/ntpd/
H A Dntp_util.c576 * delay
585 double delay,
606 delay, dispersion, jitter);
717 * leap, version, mode, stratum, ppoll, precision, root delay, root dispersion, REFID
581 record_peer_stats( sockaddr_u * addr, int status, double offset, double delay, double dispersion, double jitter ) argument
/freebsd-current/tests/sys/netpfil/common/
H A Ddummynet.sh51 jexec alcatraz dnctl pipe 1 config delay 1500
237 jexec ${j}b dnctl pipe 1 config bw 10Mb queue 100 delay 500 droptail
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dpci_phy.c6 #include <linux/delay.h>
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c1396 struct timeval tv[10], delay; local
1422 delay.tv_sec = 0;
1423 delay.tv_usec = wantres;
1429 evutil_usleep_(&delay);
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dmhi.c15 #include <linux/delay.h>
/freebsd-current/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans-gen2.c7 #include <linux/delay.h>
/freebsd-current/contrib/libevent/test/
H A Dregress_util.c1396 struct timeval tv[10], delay; local
1422 delay.tv_sec = 0;
1423 delay.tv_usec = wantres;
1429 evutil_usleep_(&delay);
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_schedule.c33 #include <linux/delay.h>
/freebsd-current/sys/dev/pcf/
H A Dpcf.c420 int delay /* us */)
442 /* XXX delay needed here */
/freebsd-current/sys/dev/xen/gntdev/
H A Dgntdev.c1164 int delay = 1; local
1165 while (delay < 256 &&
1169 pause(("gntmap"), delay * SBT_1MS);
1170 delay++;
/freebsd-current/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,
/freebsd-current/contrib/ntp/parseutil/
H A Ddcfd.c1244 fprintf(stderr, "usage: %s [-n] [-f] [-l] [-t] [-i] [-o] [-d <drift_file>] [-D <input delay>] <device>\n", program);
1253 fprintf(stderr, "\t-D <input delay>specify delay from input edge to processing in micro seconds\n");
1398 int delay = DEFAULT_DELAY; /* average delay from input edge to time stamping */ local
1444 delay = atoi(*++a);
1539 phase.tv_usec = delay;
/freebsd-current/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);
/freebsd-current/sys/dev/cxgb/common/
H A Dcxgb_common.h680 int attempts, int delay, u32 *valp);
683 int polarity, int attempts, int delay)
686 delay, NULL);
682 t3_wait_op_done(adapter_t *adapter, int reg, u32 mask, int polarity, int attempts, int delay) argument
/freebsd-current/sys/dev/ida/
H A Dida.c563 int delay; local
576 delay = 5 * 1000 * 100; /* 5 sec delay */
578 if (delay-- == 0) {
/freebsd-current/sys/dev/iicbus/controller/twsi/
H A Dtwsi.c205 * Without this delay we timeout checking IFLG if the timeout is 0.
389 twsi_read(device_t dev, char *buf, int len, int *read, int last, int delay) argument
413 if (twsi_poll_ctrl(sc, delay, TWSI_CONTROL_IFLG)) {
414 debugf(sc, "timeout reading data (delay=%d)\n", delay);
/freebsd-current/stand/efi/libefi/
H A Defihttp.c494 delay(100 * 1000);
529 delay(100 * 1000);
651 delay(100 * 1000);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dtxg.c669 * Delay this thread by delay nanoseconds if we are still in the open
671 * Abort the delay if this txg stalls or enters the quiescing state.
674 txg_delay(dsl_pool_t *dp, uint64_t txg, hrtime_t delay, hrtime_t resolution) argument
679 /* don't delay if this txg could transition to quiescing immediately */
690 while (gethrtime() - start < delay &&
693 &tx->tx_sync_lock, delay, resolution, 0);

Completed in 353 milliseconds

1234567891011>>