Searched refs:delay (Results 226 - 250 of 355) sorted by relevance

1234567891011>>

/freebsd-current/stand/userboot/test/
H A Dtest.c555 .delay = test_delay,
/freebsd-current/stand/kboot/kboot/
H A Dmain.c417 delay(int usecs) function
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress.c1047 struct timeval delay = { 0, 300*1000 };
1049 evutil_usleep_(&delay);
1071 struct timeval delay = { 0, 30*1000 };
1072 evutil_usleep_(&delay);
1111 struct timeval delay = { 0, 1000 };
1112 evutil_usleep_(&delay);
3275 struct timeval delay = { 0, 30*1000 };
3276 evutil_usleep_(&delay);
/freebsd-current/sys/dev/liquidio/base/
H A Dlio_request_manager.c583 uint32_t delay = 10; local
587 lio_ms_to_ticks(delay));
/freebsd-current/usr.sbin/ppp/
H A Dtty.c145 else if (++dev->carrier_seconds >= dev->dev.cd.delay) {
160 dev->dev.cd.delay);
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dwow.c7 #include <linux/delay.h>
328 pno->delay_start_time = nd_config->delay;
/freebsd-current/contrib/libevent/test/
H A Dregress.c1047 struct timeval delay = { 0, 300*1000 };
1049 evutil_usleep_(&delay);
1071 struct timeval delay = { 0, 30*1000 };
1072 evutil_usleep_(&delay);
1111 struct timeval delay = { 0, 1000 };
1112 evutil_usleep_(&delay);
3275 struct timeval delay = { 0, 30*1000 };
3276 evutil_usleep_(&delay);
/freebsd-current/sys/contrib/openzfs/cmd/zinject/
H A Dzinject.c278 "\tzinject -d device -A <degrade|fault> -D <delay secs> pool\n"
283 "\t\tAdd an artificial delay to IO requests on a particular\n"
285 "\t\tmilliseconds to complete. Each delay has an associated\n"
289 "\t\tFor example, with a single lane delay of 10 ms (-D 10:1),\n"
297 "\t\tSimilarly, if a delay of 10 ms is specified to have two\n"
314 "\t\tAdd an artificial delay to a future pool import or export,\n"
666 /* import delay injector running on older zfs module */
668 errmsg = "import delay injector not supported";
740 parse_delay(char *str, uint64_t *delay, uint64_t *nlanes) argument
749 * We explicitly disallow a delay o
[all...]
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt_dcb.c687 pfc->delay = my_pfc->delay;
/freebsd-current/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c939 int delay
954 delay,
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c1001 int delay
1014 delay,
/freebsd-current/sys/cam/scsi/
H A Dscsi_all.c90 * All devices need _some_ sort of bus settle delay, so we'll set it to
92 * not transport like Fibre Channel or iSCSI where 'delay' is completely
117 static int set_scsi_delay(int delay);
9384 int delay; local
9386 delay = SCSI_DELAY;
9387 TUNABLE_INT_FETCH("kern.cam.scsi_delay", &delay);
9389 if (set_scsi_delay(delay) != 0) {
9399 int error, delay; local
9401 delay = scsi_delay;
9402 error = sysctl_handle_int(oidp, &delay,
9413 set_scsi_delay(int delay) argument
[all...]
/freebsd-current/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-current/contrib/ntp/sntp/libevent/
H A Devent.c1577 struct timeval run_at, relative_to, delay, now; local
1583 delay = ev->ev_io_timeout;
1584 usec_mask = delay.tv_usec & ~MICROSECONDS_MASK;
1585 delay.tv_usec &= MICROSECONDS_MASK;
1593 delay = ev->ev_io_timeout;
1600 evutil_timeradd(&relative_to, &delay, &run_at);
1607 evutil_timeradd(&now, &delay, &run_at);
/freebsd-current/contrib/libevent/
H A Devent.c1577 struct timeval run_at, relative_to, delay, now; local
1583 delay = ev->ev_io_timeout;
1584 usec_mask = delay.tv_usec & ~MICROSECONDS_MASK;
1585 delay.tv_usec &= MICROSECONDS_MASK;
1593 delay = ev->ev_io_timeout;
1600 evutil_timeradd(&relative_to, &delay, &run_at);
1607 evutil_timeradd(&now, &delay, &run_at);
/freebsd-current/sys/kern/
H A Dvfs_subr.c255 * It is useful to delay writes of file data and filesystem metadata
271 * A delay of fifteen seconds is done by placing the request fifteen
295 static int syncer_maxdelay = SYNCER_MAXDELAY; /* maximum delay time */
296 static int syncdelay = 30; /* max time to delay syncing data */
297 static int filedelay = 30; /* time to delay syncing files */
299 "Time to delay syncing files (in seconds)");
300 static int dirdelay = 29; /* time to delay syncing directories */
302 "Time to delay syncing directories (in seconds)");
303 static int metadelay = 28; /* time to delay syncing metadata */
305 "Time to delay syncin
2891 vn_syncer_add_to_worklist(struct bufobj *bo, int delay) argument
3195 int delay; local
[all...]
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dwnm_sta.c799 " retry delay is not over yet",
1019 u8 delay, const u8 *target_bssid)
1026 " dialog_token=%u status=%u reason=%u delay=%d",
1027 MAC2STR(wpa_s->bssid), dialog_token, status, reason, delay);
1048 wpabuf_put_u8(buf, delay);
1015 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-current/sys/x86/x86/
H A Dlocal_apic.c538 * approximately delay execution for 1 microsecond (the
1971 * Wait delay microseconds for IPI to be sent. If delay is -1, we
1975 lapic_ipi_wait(int delay) argument
1983 for (rx = 0; delay == -1 || rx < lapic_ipi_wait_mult * delay; rx++) {
/freebsd-current/usr.sbin/rtadvd/
H A Drtadvd.c702 * Will notice the change in a short delay.
994 long delay; /* must not be greater than 1000000 */ local
1000 * Compute a random delay. If the computed value
1003 * delay and send the advertisement at the
1006 delay = arc4random_uniform(MAX_RA_DELAY_TIME);
1008 interval.tv_nsec = delay * 1000;
1011 syslog(LOG_DEBUG, "<%s> random delay is larger than "
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dwow.c257 pno->delay_start_time = nd_config->delay;
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c34 #include <linux/delay.h>
438 "Scheduling recovery work with %lums delay\n",
H A Dmlx5_pagealloc.c31 #include <linux/delay.h>
/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_init.c16 #include <linux/delay.h>
H A Dadf_transport.c13 #include <linux/delay.h>
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_log.c272 delay(100);

Completed in 575 milliseconds

1234567891011>>