Searched refs:delay (Results 126 - 150 of 295) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.bin/systat/
H A Dip.c150 divisor = (delay > 1000000) ? delay / 1000000 : 1;
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_dn_glue.c88 #define DNOLD_HAS_PROFILE 0x0020 /* the pipe has a delay profile. */
168 int delay ; /* really, ticks */ member in struct:dn_pipe7
170 struct mbuf *head, *tail ; /* packets in delay line */
234 int delay ; /* really, ticks */ member in struct:dn_pipe8
236 struct mbuf *head, *tail ; /* packets in delay line */
259 /* fields to simulate a delay profile */
453 p->delay = p7->delay;
631 pipe7->delay = l->delay * 100
[all...]
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Drs600.c178 if (voltage->delay)
179 udelay(voltage->delay);
187 if (voltage->delay)
188 udelay(voltage->delay);
213 if (voltage->delay) {
215 dyn_sclk_vol_cntl |= VOLTAGE_DELAY_SEL(voltage->delay);
/freebsd-11-stable/contrib/gcc/
H A Dhaifa-sched.c274 /* Implement a circular buffer to delay instructions until sufficient
1686 /* If the ready list is full, delay the insn for 1 cycle.
2084 int n, i, all, n_ready, best, delay, tries_num, points = -1;
2124 delay = state_transition (curr_state, insn);
2125 if (delay < 0)
3165 int tick, delay;
3197 delay = tick - clock_var;
3198 if (delay <= 0)
3199 delay = QUEUE_READY;
3201 change_queue_index (next, delay);
2080 int n, i, all, n_ready, best, delay, tries_num, points = -1; local
3160 int tick, delay; local
3205 change_queue_index(rtx next, int delay) argument
[all...]
/freebsd-11-stable/sbin/ipfw/
H A Ddummynet.c82 { "delay", TOK_DELAY },
642 p->link_nr % DN_MAX_ID, bwbuf, p->delay, burst);
682 * Code to parse delay profiles.
691 * We can model the additional delay with an empirical curve
705 * delay
708 * Vertical lines represent constant delay for a range of
710 * in the delay distribution: the link will use the largest delay
733 * "delay prob" | "prob delay"
843 double delay; member in struct:point
[all...]
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_sas_smp_remote_device.c1107 U32 delay = local
1117 fw_device, io_retry_count, delay);
1338 //create the timer to delay a little bit before going to
1436 U32 delay = local
1459 delay
1698 * @param[in] delay The time delay before the io gets retried.
1705 U32 delay
1712 fw_device, io_retry_count, delay
1736 delay
[all...]
/freebsd-11-stable/contrib/ntp/ntpdate/
H A Dntpdate.c163 u_long sys_authdelay = 0; /* authentication delay */
269 sys_authdelay = 0; /* authentication delay */
382 "%s: encryption delay %s is unlikely\n",
439 "usage: %s [-46bBdqsuv] [-a key#] [-e delay] [-k file] [-p samples] [-o version#] [-t timeo] server ...\n",
873 * Calculate the round trip delay (di) and the clock offset (ci).
904 printf("offset: %s, delay %s\n", lfptoa(&ci, 6), fptoa(di, 5));
960 * clock_filter - determine a server's delay, dispersion and offset
973 * Sort indices into increasing delay order
995 * Now compute the dispersion, and assign values to delay and
996 * offset. If there are no samples in the register, delay an
[all...]
/freebsd-11-stable/contrib/unbound/daemon/
H A Dcachedump.c717 int lame, dlame, rlame, rto, edns_vs, to, delay, local
731 delay=0;
734 &ri, &delay, *worker->env.now, &tA, &tAAAA, &tother);
766 if(delay)
767 if(!ssl_printf(ssl, ", probedelay %d", delay))
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-sparc.c1330 /* We warn about attempts to put a floating point branch in a delay slot,
1331 unless the delay slot has been annulled. */
1339 as_warn (_("FP branch in delay slot"));
3207 /* See if we have a delay slot. */
3220 long delay;
3229 delay = bfd_getb32 ((unsigned char *) buf + 4);
3231 delay = bfd_getl32 ((unsigned char *) buf + 4);
3232 if ((insn & OP (~0)) != OP (1) || (delay & OP (~0)) != OP (2))
3234 if ((delay & OP3 (~0)) != OP3 (0x3d) /* Restore. */
3235 && ((delay
3209 long delay; local
[all...]
/freebsd-11-stable/contrib/amd/hlfsd/
H A Dhomedir.c63 static void delay(uid2home_t *, int);
141 delay(found, 5); /* wait a bit if in progress */
261 delay(uid2home_t *found, int secs) function
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zinject/
H A Dzinject.c251 "\t\tAdd an artificial delay to IO requests on a particular\n"
253 "\t\tmilliseconds to complete. Each delay has an associated\n"
257 "\t\tFor example, with a single lane delay of 10 ms (-D 10:1),\n"
265 "\t\tSimilarly, if a delay of 10 ms is specified to have two\n"
628 parse_delay(char *str, uint64_t *delay, uint64_t *nlanes) argument
637 * We explicitly disallow a delay of zero here, because we key
645 * The units for the CLI delay parameter is milliseconds, but
648 * nanosecond value is used to pass the delay to the kernel.
650 *delay = MSEC2NSEC(scan_delay);
742 (void) fprintf(stderr, "invalid i/o delay "
[all...]
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Di2c.c98 static int i2c_read(device_t dev, char *buf, int len, int *read, int last, int delay);
355 i2c_read(device_t dev, char *buf, int len, int *read, int last, int delay) argument
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cm.c169 struct delayed_work *delay = to_delayed_work(work); local
170 struct id_map_entry *ent = container_of(delay, struct id_map_entry, timeout);
/freebsd-11-stable/sys/dev/iicbus/
H A Diiconf.c287 iicbus_read(device_t bus, char *buf, int len, int *read, int last, int delay) argument
295 return (IICBUS_READ(device_get_parent(bus), buf, len, read, last, delay));
/freebsd-11-stable/sys/dev/nand/
H A Dnandsim_chip.c398 struct timeval delay; local
401 nand_debug(NDBG_SIM,"Chip[%d] Set delay: %d", chip->chip_num, timeout);
412 delay.tv_sec = chip->read_delay / 1000000;
413 delay.tv_usec = chip->read_delay % 1000000;
414 timevaladd(&chip->delay_tv, &delay);
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dlp.h276 void delay(int _millisec);
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_misc.c723 uint32_t delay = 300; local
741 } while (delay--);
755 uint32_t val, delay = 300; local
763 while ((ha->pci_func & 0x1) && delay--) {
1010 "[ar_addr, ar_value, delay, tmask,"
/freebsd-11-stable/sys/dev/amd_ecc_inject/
H A Decc_inject.c132 SYSCTL_UINT(_hw_error_injection_dram_ecc, OID_AUTO, delay,
/freebsd-11-stable/stand/pc98/loader/
H A Dmain.c283 delay(1000000);
/freebsd-11-stable/sys/dev/mlxfw/
H A Dmlxfw_fsm.c38 #include <linux/delay.h>
/freebsd-11-stable/stand/i386/loader/
H A Dmain.c360 delay(1000000);
/freebsd-11-stable/sys/dev/kbdmux/
H A Dkbdmux.c421 int error, needfree, fkeymap_size, delay[2]; local
482 delay[0] = kbd->kb_delay1;
483 delay[1] = kbd->kb_delay2;
484 kbdmux_ioctl(kbd, KDSETREPEAT, (caddr_t)delay);
1243 /* lookup delay */
/freebsd-11-stable/sys/dev/evdev/
H A Dinput.h167 uint16_t delay; /* delay before effect starts (ms) */ member in struct:ff_replay
173 uint16_t interval; /* delay between re-triggers */
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_main.c37 #include <linux/delay.h>
/freebsd-11-stable/usr.sbin/ppp/
H A Ddatalink.c145 /* if dial.timeout is < 0 (random), we don't override fsm.delay */
146 if (dl->cbcp.fsm.delay < dl->cfg.dial.timeout)
147 dl->cbcp.fsm.delay = dl->cfg.dial.timeout;
148 datalink_StartDialTimer(dl, dl->cbcp.fsm.delay);
713 dl->cbcp.fsm.delay = 0;
726 dl->cbcp.fsm.delay = 0;
841 dl->cfg.cbcp.delay = 0;
1091 prompt_Printf(arg->prompt, " Dial tries: %d, delay ",
1094 prompt_Printf(arg->prompt, " Dial tries: infinite, delay ");
1103 prompt_Printf(arg->prompt, " Reconnect tries: %d, delay ",
[all...]

Completed in 280 milliseconds

1234567891011>>