Searched refs:timer (Results 176 - 200 of 240) sorted by relevance

12345678910

/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntpsim.c156 /* Push a beep and a timer on the event queue */
222 /* Define a function for processing a timer interrupt.
223 * On every timer interrupt, call the NTP timer to send packets and process
230 /* Call the NTP timer.
235 timer();
244 /* Arm the next timer interrupt. */
H A Dntpd.c824 * and loop waiting for I/O and/or timer expiries.
1493 * Out here, signals are unblocked. Call timer routine
1496 timer();
1521 /* avoid timer starvation during lengthy I/O handling */
1522 timer();
/freebsd-12-stable/sys/dev/buslogic/
H A Dbtreg.h577 struct callout timer; member in struct:bt_ccb
/freebsd-12-stable/sys/dev/fe/
H A Dif_fe.c741 callout_init_mtx(&sc->timer, &sc->lock, 0);
969 callout_stop(&sc->timer);
1005 callout_reset(&sc->timer, hz, fe_watchdog, sc);
1116 callout_reset(&sc->timer, hz, fe_watchdog, sc);
1144 * Set a timer just in case we never hear from the board again.
1146 * I'm not sure this timer value is appropriate. FIXME.
1541 * Reset output active flag and watchdog timer.
/freebsd-12-stable/sys/dev/nvme/
H A Dnvme_private.h157 struct callout timer; member in struct:nvme_tracker
/freebsd-12-stable/sys/dev/liquidio/base/
H A Dlio_device.h281 struct callout timer; member in struct:lio_callout
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dcrypto.h341 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
/freebsd-12-stable/sys/dev/ctau/
H A Dctddk.h365 ct_dmareg_t RX; /* RX DMA/timer registers */
366 ct_dmareg_t TX; /* TX DMA/timer registers */
471 NDIS_MINIPORT_TIMER timer; /* periodic timer structure */ member in struct:_ct_board_t
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc393 // We exited normally without timeout, so turn off the timer.
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c1014 init_timer(&new_ep->timer);
1283 if (timer_pending(&ep->timer)) {
1285 printk(KERN_ERR "%s timer already started! ep %p\n", __func__,
1291 ep->timer.expires = jiffies + ep_timeout_secs * HZ;
1292 ep->timer.data = (unsigned long)ep;
1293 ep->timer.function = ep_timeout;
1294 add_timer(&ep->timer);
1301 del_timer_sync(&ep->timer);
1872 * Stop mpa timer. If it expired, then
2609 init_timer(&ep->timer);
[all...]
/freebsd-12-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c985 if (ie->u.timer[i] < ' ') {
987 *s++ = ie->u.timer[i] + '@';
988 } else if (ie->u.timer[i] <= '~')
989 *s++ = ie->u.timer[i];
992 *s++ = ie->u.timer[i] / 0100 + '0';
993 *s++ = (ie->u.timer[i] % 0100) / 010 + '0';
994 *s++ = ie->u.timer[i] % 010 + '0';
998 uni_print_entry(cx, "timer", "\"%s\"", buf);
1385 APP_BYTE(msg, ie->u.timer[0]);
1386 APP_BYTE(msg, ie->u.timer[
[all...]
/freebsd-12-stable/sys/arm/ti/cpsw/
H A Dif_cpsw.c684 sc->watchdog.timer = 0;
2272 sc->watchdog.timer = 0; /* Nothing to do. */
2274 sc->watchdog.timer = 0; /* Stuff done while we weren't looking. */
2276 sc->watchdog.timer = 0; /* We just did something. */
2279 ++sc->watchdog.timer;
2280 if (sc->watchdog.timer > 5) {
2281 sc->watchdog.timer = 0;
/freebsd-12-stable/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c380 callout_drain(&vbus_ext->timer);
1161 /* make timer available here */
1164 callout_handle_init(&vbus_ext->timer);
1166 callout_init_mtx(&vbus_ext->timer, &vbus_ext->lock, 0);
/freebsd-12-stable/sys/netinet/
H A Dsctp_pcb.c693 * Bump up the refcount so that when the timer completes it
2555 /* Init the timer structure for signature change */
2556 SCTP_OS_TIMER_INIT(&inp->sctp_ep.signature_change.timer);
2705 /* Ok. Let's restart timer. */
3335 * complete then any timer has to be stopped. Then start the actual
3404 * kill timer on the asoc due to it
3542 * If there is a timer running to kill us, forget it, since it may
3918 * We set this to 0, the timer code knows that this means its an
3943 /* Init the timer structure */
3944 SCTP_OS_TIMER_INIT(&net->rxt_timer.timer);
[all...]
H A Dsctp_indata.c56 * NOTES: On the outbound side of things I need to check the sack timer to
2589 * timer (if allowed).
2594 * sure SACK timer is off and instead send a SHUTDOWN and a
2597 if (SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer)) {
2628 (!SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer))) {
2638 * timer.
2644 * Ok we must build a SACK since the timer
2653 if (!SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer)) {
2949 /* Start a sack timer or QUEUE a SACK for sending */
4239 /* Now assure a timer wher
[all...]
/freebsd-12-stable/contrib/ntp/include/
H A Dntp_request.h267 #define REQ_TIMER_STATS 9 /* get timer stats */
397 u_int32 timer; /* peer.timer */ member in struct:info_peer
577 u_int32 overflows; /* timer overflows */
/freebsd-12-stable/contrib/unbound/cachedb/
H A Dcachedb.c715 /* In case we have expired data but there is a client timer for expired
723 qstate->serve_expired_data->timer) {
/freebsd-12-stable/sys/dev/advansys/
H A Dadvlib.h97 struct callout timer; member in struct:adv_ccb_info
/freebsd-12-stable/sys/dev/isci/scil/
H A Dscif_sas_domain_state_handlers.c146 fw_domain->operation.timer,
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h324 struct callout timer; member in struct:sdp_tx_ring
386 struct callout keep2msl; /* 2msl and keepalive timer. */
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pcie.c660 npei_mem_access_ctl.s.timer = 127; /* Wait up to 127 cycles for more data */
1095 sli_mem_access_ctl.s.timer = 127; /* Wait up to 127 cycles for more data */
/freebsd-12-stable/sys/dev/e1000/
H A De1000_ich8lan.c912 * enabled immediately upon link up since they have a timer in hardware which
1227 * e1000_set_obff_timer_pch_lpt - Update Optimized Buffer Flush/Fill timer
1236 s32 timer; local
1240 /* Convert ITR value into microseconds for OBFF timer */
1241 timer = itr & E1000_ITR_MASK;
1242 timer = (timer * E1000_ITR_MULT) / 1000;
1244 if ((timer < 0) || (timer > E1000_ITR_MASK)) {
1245 DEBUGOUT1("Invalid OBFF timer
[all...]
/freebsd-12-stable/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c380 callout_drain(&vbus_ext->timer);
1004 /* make timer available here */
1006 callout_init_mtx(&vbus_ext->timer, &vbus_ext->lock, 0);
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h43 #include <linux/timer.h>
728 struct timer_list timer; member in struct:mlx4_catas_err
/freebsd-12-stable/usr.sbin/ppp/
H A Dphysical.c66 #include "timer.h"
620 p->hdlc.lqm.timer.state = TIMER_STOPPED;
642 if (p->hdlc.lqm.method && p->hdlc.lqm.timer.load)

Completed in 233 milliseconds

12345678910