Searched refs:timer (Results 201 - 225 of 272) sorted by relevance

1234567891011

/freebsd-11-stable/sys/dev/nvme/
H A Dnvme_private.h160 struct callout timer; member in struct:nvme_tracker
/freebsd-11-stable/contrib/ntp/include/
H A Dntpd.h269 extern void timer (void);
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-11-stable/sys/netinet/
H A Dsctp_var.h187 (void)SCTP_OS_TIMER_STOP(&(__net)->rxt_timer.timer); \
H A Dsctp_pcb.c687 * Bump up the refcount so that when the timer completes it
2550 /* Init the timer structure for signature change */
2551 SCTP_OS_TIMER_INIT(&inp->sctp_ep.signature_change.timer);
2700 /* Ok. Let's restart timer. */
3300 * complete then any timer has to be stopped. Then start the actual
3369 * kill timer on the asoc due to it
3510 * If there is a timer running to kill us, forget it, since it may
3588 * except possibly by the kill timer that might be running. We call
3594 (void)SCTP_OS_TIMER_STOP_DRAIN(&inp->sctp_ep.signature_change.timer);
3597 (void)SCTP_OS_TIMER_STOP(&inp->sctp_ep.signature_change.timer);
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_timer.c2 * ntp_timer.c - event timer support routines
48 * These routines provide support for the event timer. The timer is
50 * second, and a timer routine which is called when the mainline code
51 * gets around to seeing the flag. The timer routine dispatches the
52 * clock adjustment code if its time has come, then searches the timer
73 static u_long interface_timer; /* interface update timer */
74 static u_long adjust_timer; /* second timer */
75 static u_long stats_timer; /* stats timer */
77 static u_long huffpuff_timer; /* huff-n'-puff timer */
297 timer(void) function
[all...]
H A Dntpd.c798 * and loop waiting for I/O and/or timer expiries.
1452 * Out here, signals are unblocked. Call timer routine
1455 timer();
1480 /* avoid timer starvation during lengthy I/O handling */
1481 timer();
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge.c4117 u32 timer; local
4126 timer = vpath->tti_rtimer_val;
4128 if (timer != VXGE_TTI_RTIMER_ADAPT_VAL) {
4136 if (timer != 0) {
4154 u32 timer; local
4163 timer = vpath->rti_rtimer_val;
4166 if (timer != VXGE_RTI_RTIMER_ADAPT_VAL) {
4174 if (timer != 0) {
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c1001 init_timer(&new_ep->timer);
1289 if (timer_pending(&ep->timer)) {
1291 printk(KERN_ERR "%s timer already started! ep %p\n", __func__,
1297 ep->timer.expires = jiffies + ep_timeout_secs * HZ;
1298 ep->timer.data = (unsigned long)ep;
1299 ep->timer.function = ep_timeout;
1300 add_timer(&ep->timer);
1307 del_timer_sync(&ep->timer);
1878 * Stop mpa timer. If it expired, then
2615 init_timer(&ep->timer);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc393 // We exited normally without timeout, so turn off the timer.
/freebsd-11-stable/sys/dev/ixgb/
H A Dif_ixgb.c279 callout_init_mtx(&adapter->timer, &adapter->mtx, 0);
405 callout_drain(&adapter->timer);
730 callout_reset(&adapter->timer, hz, ixgb_local_timer, adapter);
1148 callout_reset(&adapter->timer, hz, ixgb_local_timer, adapter);
1193 callout_stop(&adapter->timer);
/freebsd-11-stable/sys/dev/e1000/
H A Dif_em.c563 callout_init_mtx(&adapter->timer, &adapter->core_mtx, 0);
891 callout_drain(&adapter->timer);
1382 callout_stop(&adapter->timer);
1467 callout_reset(&adapter->timer, hz, em_local_timer, adapter);
1531 callout_stop(&adapter->timer);
1534 callout_reset(&adapter->timer, hz,
1776 callout_stop(&adapter->timer);
1778 callout_reset(&adapter->timer, hz, em_local_timer, adapter);
2368 callout_reset(&adapter->timer, hz, em_local_timer, adapter);
2492 callout_stop(&adapter->timer);
[all...]
H A De1000_ich8lan.c905 * enabled immediately upon link up since they have a timer in hardware which
1220 * e1000_set_obff_timer_pch_lpt - Update Optimized Buffer Flush/Fill timer
1229 s32 timer; local
1233 /* Convert ITR value into microseconds for OBFF timer */
1234 timer = itr & E1000_ITR_MASK;
1235 timer = (timer * E1000_ITR_MULT) / 1000;
1237 if ((timer < 0) || (timer > E1000_ITR_MASK)) {
1238 DEBUGOUT1("Invalid OBFF timer
[all...]
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c983 if (ie->u.timer[i] < ' ') {
985 *s++ = ie->u.timer[i] + '@';
986 } else if (ie->u.timer[i] <= '~')
987 *s++ = ie->u.timer[i];
990 *s++ = ie->u.timer[i] / 0100 + '0';
991 *s++ = (ie->u.timer[i] % 0100) / 010 + '0';
992 *s++ = ie->u.timer[i] % 010 + '0';
996 uni_print_entry(cx, "timer", "\"%s\"", buf);
1383 APP_BYTE(msg, ie->u.timer[0]);
1384 APP_BYTE(msg, ie->u.timer[
[all...]
/freebsd-11-stable/sys/arm/ti/cpsw/
H A Dif_cpsw.c681 sc->watchdog.timer = 0;
2263 sc->watchdog.timer = 0; /* Nothing to do. */
2265 sc->watchdog.timer = 0; /* Stuff done while we weren't looking. */
2267 sc->watchdog.timer = 0; /* We just did something. */
2270 ++sc->watchdog.timer;
2271 if (sc->watchdog.timer > 5) {
2272 sc->watchdog.timer = 0;
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c378 callout_drain(&vbus_ext->timer);
1159 /* make timer available here */
1162 callout_handle_init(&vbus_ext->timer);
1164 callout_init_mtx(&vbus_ext->timer, &vbus_ext->lock, 0);
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_sas_domain_state_handlers.c144 fw_domain->operation.timer,
/freebsd-11-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-11-stable/sys/dev/nxge/
H A Dif_nxge.c1761 /* Initializing timer */
1762 callout_init(&lldev->timer, 1);
1809 callout_reset(&lldev->timer, 10*hz, xge_timer, lldev);
1838 /* Reset timer */
1839 callout_reset(&lldev->timer, hz, xge_timer, lldev);
2412 /* Stop timer */
2413 callout_stop(&lldev->timer);
/freebsd-11-stable/sys/dev/ixl/
H A Dif_ixlv.c339 /* Set up the timer callout */
340 callout_init_mtx(&sc->timer, &sc->mtx, 0);
984 /* Start the local timer */
985 callout_reset(&sc->timer, hz, ixlv_local_timer, sc);
2606 callout_reset(&sc->timer, hz, ixlv_local_timer, sc);
2666 /* Stop the local timer */
2667 callout_stop(&sc->timer);
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe.h426 struct callout timer; member in struct:adapter
/freebsd-11-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-11-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-11-stable/usr.sbin/ppp/
H A Dphysical.c66 #include "timer.h"
627 p->hdlc.lqm.timer.state = TIMER_STOPPED;
649 if (p->hdlc.lqm.method && p->hdlc.lqm.timer.load)
/freebsd-11-stable/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c378 callout_drain(&vbus_ext->timer);
1002 /* make timer available here */
1004 callout_init_mtx(&vbus_ext->timer, &vbus_ext->lock, 0);

Completed in 405 milliseconds

1234567891011