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

1234567891011

/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc381 // We exited normally without timeout, so turn off the timer.
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dcmds.c591 time_t timer = time (0);
592 struct tm *ts = localtime (&timer);
590 time_t timer = time (0); local
/freebsd-9.3-release/sys/dev/e1000/
H A De1000_ich8lan.c1051 * e1000_set_obff_timer_pch_lpt - Update Optimized Buffer Flush/Fill timer
1060 s32 timer; local
1064 /* Convert ITR value into microseconds for OBFF timer */
1065 timer = itr & E1000_ITR_MASK;
1066 timer = (timer * E1000_ITR_MULT) / 1000;
1068 if ((timer < 0) || (timer > E1000_ITR_MASK)) {
1069 DEBUGOUT1("Invalid OBFF timer %d\n", timer);
[all...]
H A Dif_em.c511 callout_init_mtx(&adapter->timer, &adapter->core_mtx, 0);
817 callout_drain(&adapter->timer);
1295 callout_stop(&adapter->timer);
1379 callout_reset(&adapter->timer, hz, em_local_timer, adapter);
1443 callout_stop(&adapter->timer);
1446 callout_reset(&adapter->timer, hz,
1671 callout_stop(&adapter->timer);
1673 callout_reset(&adapter->timer, hz, em_local_timer, adapter);
2299 callout_reset(&adapter->timer, hz, em_local_timer, adapter);
2413 callout_stop(&adapter->timer);
[all...]
H A Dif_igb.c498 callout_init_mtx(&adapter->timer, &adapter->core_mtx, 0);
783 callout_drain(&adapter->timer);
1280 callout_stop(&adapter->timer);
1345 callout_reset(&adapter->timer, hz, igb_local_timer, adapter);
2249 callout_reset(&adapter->timer, hz, igb_local_timer, adapter);
2387 callout_stop(&adapter->timer);
2393 /* Disarm watchdog timer. */
3073 /* timer = value in adapter->dmac in 32usec intervals */
5998 ** Legal timer values are:
/freebsd-9.3-release/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-9.3-release/contrib/ntp/ntpd/
H A Dntpd.c522 * and loop waiting for I/O and/or timer expiries.
1283 * Out here, signals are unblocked. Call timer routine
1286 timer();
1311 /* avoid timer starvation during lengthy I/O handling */
1312 timer();
/freebsd-9.3-release/sys/netinet/
H A Dsctputil.c727 (void)SCTP_OS_TIMER_STOP(&asoc->dack_timer.timer);
728 (void)SCTP_OS_TIMER_STOP(&asoc->strreset_timer.timer);
729 (void)SCTP_OS_TIMER_STOP(&asoc->asconf_timer.timer);
730 (void)SCTP_OS_TIMER_STOP(&asoc->autoclose_timer.timer);
731 (void)SCTP_OS_TIMER_STOP(&asoc->delayed_event_timer.timer);
733 (void)SCTP_OS_TIMER_STOP(&net->pmtu_timer.timer);
734 (void)SCTP_OS_TIMER_STOP(&net->hb_timer.timer);
1430 * SCTP_PRINTF("Stale SCTP timer fired (%p), ignoring...\n",
1439 * SCTP_PRINTF("SCTP timer fired with invalid type: 0x%x\n",
1485 if (!SCTP_OS_TIMER_ACTIVE(&tmr->timer)) {
[all...]
H A Dtcp_output.c302 * and timer expired, we will send what we can
407 * to (closed) window, and set the persist timer
412 * we will set the persist timer when we have data
414 * the persist timer is set even if the packet
463 * with congestion window. Requires another timer. Has to
464 * wait for upcoming tcp timer rewrite.
523 * - we've timed out (e.g. persist timer)
618 * is also a catch-all for the retransmit timer timeout case.
636 * after the retransmission timer has been turned off. Make sure
637 * that the retransmission timer i
[all...]
/freebsd-9.3-release/sys/dev/ixgb/
H A Dif_ixgb.c277 callout_init_mtx(&adapter->timer, &adapter->mtx, 0);
402 callout_drain(&adapter->timer);
726 callout_reset(&adapter->timer, hz, ixgb_local_timer, adapter);
1144 callout_reset(&adapter->timer, hz, ixgb_local_timer, adapter);
1189 callout_stop(&adapter->timer);
/freebsd-9.3-release/sys/dev/oce/
H A Doce_if.c343 callout_init(&sc->timer, CALLOUT_MPSAFE);
344 rc = callout_reset(&sc->timer, 2 * hz, oce_local_timer, sc);
351 callout_drain(&sc->timer);
390 callout_drain(&sc->timer);
2042 callout_reset(&sc->timer, hz, oce_local_timer, sc);
/freebsd-9.3-release/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-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-sli-defs.h1372 * Thresholds for DMA count and timer interrupts.
1380 uint64_t time : 32; /**< Whenever the SLI_DMAx_TIM[TIM] timer exceeds
1382 The SLI_DMAx_TIM[TIM] timer increments every SLI
1412 uint64_t tim : 32; /**< The DMA timer value.
1413 The timer will increment when SLI_DMAx_CNT[CNT]!=0
1695 SLI_DMAx_TIM[TIM] timer increments every SLI
1968 uint64_t timer : 10; /**< When the SLI starts a PP to MAC write it waits member in struct:cvmx_sli_mem_access_ctl::cvmx_sli_mem_access_ctl_s
1974 uint64_t timer : 10;
2643 uint64_t timer : 22; /**< Timer incremented every 1024 core clocks member in struct:cvmx_sli_pktx_cnts::cvmx_sli_pktx_cnts_s
2661 uint64_t timer
[all...]
H A Dcvmx-pcie.c643 npei_mem_access_ctl.s.timer = 127; /* Wait up to 127 cycles for more data */
1024 sli_mem_access_ctl.s.timer = 127; /* Wait up to 127 cycles for more data */
H A Dcvmx-npi-defs.h1369 uint64_t timer : 10; /**< When the NPI starts a PP to PCI write it will wait member in struct:cvmx_npi_ctl_status::cvmx_npi_ctl_status_s
1375 uint64_t timer : 10;
1427 uint64_t timer : 10; /**< When the NPI starts a PP to PCI write it will wait member in struct:cvmx_npi_ctl_status::cvmx_npi_ctl_status_cn30xx
1433 uint64_t timer : 10;
1489 uint64_t timer : 10; /**< When the NPI starts a PP to PCI write it will wait member in struct:cvmx_npi_ctl_status::cvmx_npi_ctl_status_cn31xx
1495 uint64_t timer : 10;
/freebsd-9.3-release/sys/dev/dpt/
H A Ddpt_scsi.c374 callout_init_mtx(&next_ccb->timer, &dpt->lock, 0);
796 callout_reset(&dccb->timer, (ccb->ccb_h.timeout * hz) / 1000,
1093 /* The controller is alive, advance the wedge timer */
1677 callout_stop(&dccb->timer);
2673 callout_reset(&dpt->timer, hz * 10, dpt_timeout, dpt);
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscif_sas_domain_state_handlers.c144 fw_domain->operation.timer,
H A Dscic_sds_controller.c176 * @brief This timer is used to start another phy after we have given up on
239 this_controller->power_control.timer = scic_cb_timer_create(
1120 // Shorten SAS SNW lock time (RxLock timer value from 76 us to 50 us)
1489 "Controller timer fired when controller was not in a state being timed.\n"
1813 * This method starts the power control timer for this controller object.
1823 this_controller, this_controller->power_control.timer,
1831 * This method stops the power control timer for this controller object.
1843 this_controller, this_controller->power_control.timer
1851 * This method stops and starts the power control timer for this controller object.
1938 // timer i
[all...]
/freebsd-9.3-release/sys/dev/nxge/
H A Dif_nxge.c1745 /* Initializing timer */
1746 callout_init(&lldev->timer, CALLOUT_MPSAFE);
1793 callout_reset(&lldev->timer, 10*hz, xge_timer, lldev);
1822 /* Reset timer */
1823 callout_reset(&lldev->timer, hz, xge_timer, lldev);
2396 /* Stop timer */
2397 callout_stop(&lldev->timer);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h322 struct callout timer; member in struct:sdp_tx_ring
385 struct callout keep2msl; /* 2msl and keepalive timer. */
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Dmlx4_en.h364 struct timer_list timer; member in struct:mlx4_en_cq
/freebsd-9.3-release/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
575 u_int32 overflows; /* timer overflows */
/freebsd-9.3-release/usr.sbin/ppp/
H A Dphysical.c66 #include "timer.h"
628 p->hdlc.lqm.timer.state = TIMER_STOPPED;
650 if (p->hdlc.lqm.method && p->hdlc.lqm.timer.load)
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixv.c328 /* Set up the timer callout */
329 callout_init_mtx(&adapter->timer, &adapter->core_mtx, 0);
474 callout_drain(&adapter->timer);
821 callout_stop(&adapter->timer);
892 callout_reset(&adapter->timer, hz, ixv_local_timer, adapter);
1459 callout_reset(&adapter->timer, hz, ixv_local_timer, adapter);
1540 callout_stop(&adapter->timer);
/freebsd-9.3-release/sys/dev/sound/pci/
H A Demu10k1.c221 int timer, timerinterval; member in struct:sc_info
441 if (sc->timer++ == 0) {
447 sc->timer = 0;

Completed in 293 milliseconds

1234567891011