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

1234567891011>>

/freebsd-11-stable/sys/dev/drm/
H A Dr300_cmdbuf.c1120 BEGIN_RING(header.delay.count);
1121 for (i = 0; i < header.delay.count; i++)
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_request_manager.c586 uint32_t delay = 10; local
590 lio_ms_to_ticks(delay));
/freebsd-11-stable/usr.sbin/ppp/
H A Dtty.c147 else if (++dev->carrier_seconds >= dev->dev.cd.delay) {
162 dev->dev.cd.delay);
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_all.c91 * All devices need _some_ sort of bus settle delay, so we'll set it to
93 * not transport like Fibre Channel or iSCSI where 'delay' is completely
118 static int set_scsi_delay(int delay);
9172 int delay; local
9174 delay = SCSI_DELAY;
9175 TUNABLE_INT_FETCH("kern.cam.scsi_delay", &delay);
9177 if (set_scsi_delay(delay) != 0) {
9187 int error, delay; local
9189 delay = scsi_delay;
9190 error = sysctl_handle_int(oidp, &delay,
9200 set_scsi_delay(int delay) argument
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_request.c782 ips->delay = HTONS_FP(DTOFP(pp->delay));
904 ip->estbdelay = HTONS_FP(DTOFP(pp->delay));
929 ip->delay = HTONS_FP(DTOFP(pp->delay));
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devent.c1487 struct timeval run_at, relative_to, delay, now; local
1493 delay = ev->ev_io_timeout;
1494 usec_mask = delay.tv_usec & ~MICROSECONDS_MASK;
1495 delay.tv_usec &= MICROSECONDS_MASK;
1503 delay = ev->ev_io_timeout;
1510 evutil_timeradd(&relative_to, &delay, &run_at);
1517 evutil_timeradd(&now, &delay, &run_at);
/freebsd-11-stable/sys/mips/mips/
H A Dexception.S160 nop #21: branch delay slot
162 nop #23: branch delay slot
1117 bgez a1, 1f # Check the branch delay bit.
1120 * The instruction is in the branch delay slot so the branch will have to
1134 * Now load the floating-point instruction in the branch delay slot
1141 * This is not in the branch delay slot so calculate the resulting
/freebsd-11-stable/usr.sbin/rtadvd/
H A Drtadvd.c701 * Will notice the change in a short delay.
998 long delay; /* must not be greater than 1000000 */ local
1004 * Compute a random delay. If the computed value
1007 * delay and send the advertisement at the
1010 delay = arc4random_uniform(MAX_RA_DELAY_TIME);
1012 interval.tv_nsec = delay * 1000;
1015 syslog(LOG_DEBUG, "<%s> random delay is larger than "
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwnm_sta.c782 " retry delay is not over yet",
1002 u8 delay, const u8 *target_bssid)
1009 " dialog_token=%u status=%u reason=%u delay=%d",
1010 MAC2STR(wpa_s->bssid), dialog_token, status, reason, delay);
1031 wpabuf_put_u8(buf, delay);
998 wnm_send_bss_transition_mgmt_resp( struct wpa_supplicant *wpa_s, u8 dialog_token, enum bss_trans_mgmt_status_code status, enum mbo_transition_reject_reason reason, u8 delay, const u8 *target_bssid) argument
/freebsd-11-stable/sys/dev/ioat/
H A Dioat.c930 ioat_set_interrupt_coalesce(bus_dmaengine_t dmaengine, uint16_t delay) argument
937 if (delay > ioat->intrdelay_max)
940 ioat_write_2(ioat, IOAT_INTRDELAY_OFFSET, delay);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp1984 kmp_uint64 delay = 100000; // 50~100 usec on most machines. local
1986 kmp_uint64 goal = __kmp_hardware_timestamp() + delay;
1992 kmp_uint64 tpms = (kmp_uint64)(1e6 * (delay + (now - goal)) / diff);
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_drm.h267 } delay; member in union:__anon9951
H A Dradeon_mode.h290 uint8_t delay; member in struct:radeon_atom_ss
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx_i2c.c491 * Set repeated start condition, delay (per reference manual, min 156nS)
614 i2c_read(device_t dev, char *buf, int len, int *read, int last, int delay) argument
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_scan.c617 req->delay = 0;
/freebsd-11-stable/stand/ficl/
H A Dloader.c742 delay(stackPopUNS(pVM->pStack)*1000);
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.h625 extern int delay(unsigned int);
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_pagealloc.c30 #include <linux/delay.h>
H A Dmlx5_health.c33 #include <linux/delay.h>
436 "Scheduling recovery work with %lums delay\n",
/freebsd-11-stable/usr.sbin/bhyveload/
H A Dbhyveload.c619 .delay = cb_delay,
/freebsd-11-stable/contrib/ntp/include/
H A Dntp.h298 double rootdelay; /* roundtrip delay to primary source */
351 double filter_delay[NTP_SHIFT]; /* delay shift register */
364 double delay; /* peer roundtrip delay */ member in struct:peer
367 double xleave; /* interleave delay */
373 double t21; /* outbound packet delay */
377 double t34; /* inbound packet delay */
550 u_fp rootdelay; /* roundtrip delay to primary source */
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c242 (to see what can go in a delay slot).
2438 nop into its delay slot. */
2456 /* Return nonzero if TRIAL can go into the call delay slot. */
2529 local or output registers and can go into a delay slot wins. */
2568 delay slot. */
2587 occupies the delay slot. */
2599 a `restore' or `return' insn can go into the delay slot. */
2617 delay slot. */
2635 we have to restore %o7 in the delay slot. */
2647 a `restore' insn can go into the delay slo
4179 rtx delay, pat; local
4252 rtx delay = NEXT_INSN (insn); local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y65 /* time delay between inputs chars - default to 0.1ms minimum to prevent
70 /* time delay after a function call - allows the slave time to
200 | delay statement
309 delay : DELAY numeric eol { label
310 /* set the inter-character delay */
312 err(1, "delay specification %s could not be converted to "
315 fprintf(stderr, "Set input delay to %d ms\n", input_delay);
322 * The delay is specified in milliseconds so convert to timespec
328 fprintf(stderr, "set delay to %jd.%jd\n",
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_validate.c856 static int wps_validate_settings_delay_time(const u8 *delay, int mandatory) argument
858 if (delay == NULL) {
/freebsd-11-stable/sys/netinet6/
H A Dnd6_nbr.c608 * - proxy advertisement delay rule (RFC2461 7.2.8, last paragraph, SHOULD)
609 * - anycast advertisement delay rule (RFC2461 7.2.7, SHOULD)
923 * - proxy advertisement delay rule (RFC2461 7.2.8, last paragraph, SHOULD)
924 * - anycast advertisement delay rule (RFC2461 7.2.7, SHOULD)
1237 nd6_dad_start(struct ifaddr *ifa, int delay) argument
1303 * Note that we must delay the first transmission, if this is the
1317 nd6_dad_starttimer(dp, delay, 0);

Completed in 234 milliseconds

1234567891011>>