Home
last modified time | relevance | path

Searched refs:timeouts (Results 1 – 25 of 75) sorted by relevance

123

/src/sbin/dhclient/
H A Ddispatch.c63 static struct timeout *timeouts; variable
178 if (timeouts) { in dispatch()
181 if (timespeccmp(&timeouts->when, &time_now, <=)) { in dispatch()
182 t = timeouts; in dispatch()
183 timeouts = timeouts->next; in dispatch()
196 timespecsub(&timeouts->when, &time_now, &howlong); in dispatch()
383 for (q = timeouts; q; q = q->next) { in add_timeout_timespec()
388 timeouts = q->next; in add_timeout_timespec()
416 if (!timeouts || timespeccmp(&timeouts->when, &q->when, >)) { in add_timeout_timespec()
417 q->next = timeouts; in add_timeout_timespec()
[all …]
/src/contrib/ntp/scripts/monitoring/
H A Dntptrap121 sub timeouts # sort timeout id array
300 @TIMEOUTS = sort timeouts keys(%TIMEOUTS);
310 @TIMEOUTS = sort timeouts keys(%TIMEOUTS);
/src/sys/net/
H A Dif_arp.h110 uint64_t timeouts; /* # of times with entries removed */ member
/src/contrib/wpa/src/radius/
H A Dradius_client.h129 u32 timeouts; member
H A Dradius_client.c411 conf->acct_server->timeouts++; in radius_client_retransmit()
432 conf->auth_server->timeouts++; in radius_client_retransmit()
651 old->timeouts++; in radius_client_auth_failover()
679 old->timeouts++; in radius_client_acct_failover()
1998 serv->timeouts, in radius_client_dump_auth_server()
2044 serv->timeouts, in radius_client_dump_acct_server()
/src/crypto/openssl/doc/man3/
H A DDTLS_set_timer_cb.pod31 For all subsequent timeouts, the default behavior is to double the
/src/sys/dev/mps/
H A Dmps_sas.h74 unsigned int timeouts; member
/src/sys/dev/mpr/
H A Dmpr_sas.h75 unsigned int timeouts; member
/src/crypto/openssl/doc/designs/ddd/
H A DREPORT.md84 timeouts related to QUIC (`get_conn_pump_timeout`) and to pump
88 timeouts and calling `pump` as needed, based on deadlines reported
210 timeouts related to QUIC (`get_conn_pump_timeout`) and to pump
214 timeouts and calling `pump` as needed, based on deadlines reported
/src/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam335x-bonegreen-wireless.dts114 /* intruces various issues (elp wkaeup timeouts etc.) */
/src/libexec/bootpd/
H A DProblems21 timeouts on failed DNS lookup operations. If this is the
/src/contrib/ntp/sntp/libevent/
H A DChangeLog-1.4119 …o Correctly handle timeouts larger than 35 minutes on Linux with epoll.c. This is probably a kern…
144 o remove pending timeouts on event_base_free()
194 o Handle NULL timeouts correctly on Solaris; from Trond Norbye
212 …o use a min heap instead of a red-black tree for timeouts; as a result finding the min is a O(1) o…
H A Dwhatsnew-2.1.txt338 timeouts from socket and ssl bufferevents correctly.
413 Previously, you could only set evhttp timeouts in increments of one
416 microsecond-granularity timeouts.
524 2.2. Faster activations and timeouts
580 have not previously been able to wait for timeouts with accuracy smaller
655 for unreasonably long timeouts, and cutting them down to reasonably
H A DChangeLog-2.0450 o Correctly detect timeouts during http connects (04861d5)
899 o Provide consistent, tested semantics for bufferevent timeouts (d328829)
965 o Fix a bug in resetting timeouts on persistent events when IO triggers. (38ec0a7)
966 o Add a test for timeouts on filtering bufferevents. (c02bfe1)
1063 …o Alternative queue-based timeout algorithm for programs that use a large number of timeouts with …
1065 …o Make EV_PERSIST timeouts more accurate: schedule the next event based on the scheduled time of t…
1167 o remove pending timeouts on event_base_free()
1197 …o Correctly handle timeouts larger than 35 minutes on Linux with epoll.c. This is probably a kern…
1220 o support for periodic timeouts
1272 …o Change the semantics of timeouts in conjunction with EV_PERSIST; timeouts in that case will now …
H A Dwhatsnew-2.0.txt258 2.10. Better support for huge numbers of timeouts
261 for randomly distributed timeouts, but suboptimal if you have huge numbers
262 of timeouts that all expire in the same amount of time after their
/src/contrib/libevent/
H A DChangeLog-1.4119 …o Correctly handle timeouts larger than 35 minutes on Linux with epoll.c. This is probably a kern…
144 o remove pending timeouts on event_base_free()
194 o Handle NULL timeouts correctly on Solaris; from Trond Norbye
212 …o use a min heap instead of a red-black tree for timeouts; as a result finding the min is a O(1) o…
H A Dwhatsnew-2.1.txt338 timeouts from socket and ssl bufferevents correctly.
413 Previously, you could only set evhttp timeouts in increments of one
416 microsecond-granularity timeouts.
524 2.2. Faster activations and timeouts
580 have not previously been able to wait for timeouts with accuracy smaller
655 for unreasonably long timeouts, and cutting them down to reasonably
H A DChangeLog-2.0450 o Correctly detect timeouts during http connects (04861d5)
899 o Provide consistent, tested semantics for bufferevent timeouts (d328829)
965 o Fix a bug in resetting timeouts on persistent events when IO triggers. (38ec0a7)
966 o Add a test for timeouts on filtering bufferevents. (c02bfe1)
1063 …o Alternative queue-based timeout algorithm for programs that use a large number of timeouts with …
1065 …o Make EV_PERSIST timeouts more accurate: schedule the next event based on the scheduled time of t…
1167 o remove pending timeouts on event_base_free()
1197 …o Correctly handle timeouts larger than 35 minutes on Linux with epoll.c. This is probably a kern…
1220 o support for periodic timeouts
1272 …o Change the semantics of timeouts in conjunction with EV_PERSIST; timeouts in that case will now …
H A Dwhatsnew-2.0.txt258 2.10. Better support for huge numbers of timeouts
261 for randomly distributed timeouts, but suboptimal if you have huge numbers
262 of timeouts that all expire in the same amount of time after their
/src/sys/cam/nvme/
H A Dnvme_da.c133 u_int timeouts; member
880 &softc->timeouts, 0, in ndasysctlinit()
1385 softc->timeouts++; in ndaerror()
/src/contrib/sendmail/libmilter/
H A DREADME102 Finally, you can override the default timeouts used by sendmail when
114 and therefore can't separate timeouts. The default values (if not set in
/src/crypto/openssh/
H A Dchannels.c210 struct ssh_channel_timeout *timeouts; member
324 sc->timeouts = xrecallocarray(sc->timeouts, sc->ntimeouts, in channel_add_timeout()
325 sc->ntimeouts + 1, sizeof(*sc->timeouts)); in channel_add_timeout()
326 sc->timeouts[sc->ntimeouts].type_pattern = xstrdup(type_pattern); in channel_add_timeout()
327 sc->timeouts[sc->ntimeouts].timeout_secs = timeout_secs; in channel_add_timeout()
340 free(sc->timeouts[i].type_pattern); in channel_clear_timeouts()
341 free(sc->timeouts); in channel_clear_timeouts()
342 sc->timeouts = NULL; in channel_clear_timeouts()
353 if (match_pattern(type, sc->timeouts[i].type_pattern)) in lookup_timeout()
354 return sc->timeouts[i].timeout_secs; in lookup_timeout()
/src/contrib/libfido2/
H A DNEWS73 ** Support for device timeouts; see fido_dev_set_timeout().
/src/usr.sbin/bsdconfig/share/media/
H A Dnfs.subr153 # If non-NULL, adjusts the read/write size to avoid timeouts.
/src/crypto/openssl/doc/internal/man3/
H A DOSSL_TIME.pod99 scheduling timeouts, deadlines and recurring events, but due to its

123