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

<<11

/freebsd-11-stable/sys/netinet6/
H A Dsctp6_usrreq.c228 if (SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
251 /* Finally, start the PMTU timer if it was running before. */
/freebsd-11-stable/sys/netinet/
H A Dsctp_structs.h44 sctp_os_timer_t timer; member in struct:sctp_timer
48 * Depending on the timer type these will be setup and cast with the
334 * timer based retransmissions */
803 struct sctp_timer dack_timer; /* Delayed ack timer */
807 struct sctp_timer autoclose_timer; /* automatic close timer */
815 /* Deleted primary destination (used to stop timer) */
H A Dsctputil.c1631 * SCTP_PRINTF("Stale SCTP timer fired (%p), ignoring...\n",
1640 * SCTP_PRINTF("SCTP timer fired with invalid type: 0x%x\n",
1685 if (!SCTP_OS_TIMER_ACTIVE(&tmr->timer)) {
1721 if (SCTP_OS_TIMER_PENDING(&tmr->timer)) {
1727 if (!SCTP_OS_TIMER_ACTIVE(&tmr->timer)) {
1733 SCTP_OS_TIMER_DEACTIVATE(&tmr->timer);
1735 /* call the handler for the appropriate timer type */
1768 * wrong... so we start a timer on the first chunk
1854 * We consider T3 and Cookie timer pretty much the same with
1915 "Shutdown guard timer expire
[all...]
H A Dsctp_usrreq.c221 /* Stop the PMTU timer. */
222 if (SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
245 /* Finally, start the PMTU timer if it was running before. */
5406 if (SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
5431 if (!SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
5518 /* Turn back on the timer */
5549 if (SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
5578 if (!SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
H A Dsctp_output.c4718 if (SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
4720 SCTPDBG(SCTP_DEBUG_OUTPUT4, "Sending INIT - failed timer?\n");
4723 /* start the INIT timer */
4728 /* No memory, INIT timer will re-attempt. */
5595 /* No memory, INIT timer will re-attempt. */
6141 * here since the timer will drive a retranmission.
6692 * relock.. to unlock in the iterator timer :-0
8445 /* turn off the timer */
8446 if (SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer)) {
8745 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
[all...]
/freebsd-11-stable/sys/dev/mlx5/
H A Ddriver.h500 struct timer_list timer; member in struct:mlx5_core_health
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-virtualpath.c11930 u64 val64, timer; local
11939 timer = (timer_val * 1000) / 272;
11942 if (timer)
11943 val64 |= VXGE_HAL_TIM_CFG3_INT_NUM_RTIMER_VAL(timer) |
11961 u64 val64, timer; local
11970 timer = (timer_val * 1000) / 272;
11973 if (timer)
11974 val64 |= VXGE_HAL_TIM_CFG3_INT_NUM_RTIMER_VAL(timer) |
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-endor-defs.h5648 uint32_t val : 32; /**< 64-bit timer initial value of the 32 LSB.
5666 uint32_t val : 32; /**< 64-bit timer initial value of the 32 MSB.
5684 uint32_t timer : 32; /**< The full 32 bits of the real time timer fed from a core member in struct:cvmx_endor_rfif_real_time_timer::cvmx_endor_rfif_real_time_timer_s
5687 uint32_t timer : 32;
5701 uint32_t timer : 32; /**< Timer running off the RF CLK. member in struct:cvmx_endor_rfif_rf_clk_timer::cvmx_endor_rfif_rf_clk_timer_s
5712 uint32_t timer : 32;
5727 uint32_t ena : 1; /**< RF CLK based timer enable
6472 uint32_t clks : 8; /**< 7-0: Number of rf clock cycles per 64-bit timer
6489 * This is how the 64-bit timer work
[all...]
H A Dcvmx-npei-defs.h2487 * Thresholds for DMA count and timer interrupts for DMA0.
2493 uint64_t time : 32; /**< Whenever the DMA_CNT0 timer exceeds
2495 The DMA_CNT0 timer increments every core clock
2517 * Thresholds for DMA count and timer interrupts for DMA1.
2523 uint64_t time : 32; /**< Whenever the DMA_CNT1 timer exceeds
2525 The DMA_CNT1 timer increments every core clock
4659 DMA_CNT1 timer increments every core clock. When
4660 DMA_CNT1 timer exceeds NPEI_DMA1_INT_LEVEL[TIME],
4662 clears the DMA_CNT1 timer. */
4664 DMA_CNT0 timer increment
5400 uint64_t timer : 10; /**< When the NPEI starts a PP to PCIe write it waits member in struct:cvmx_npei_mem_access_ctl::cvmx_npei_mem_access_ctl_s
6065 uint64_t timer : 22; /**< Timer incremented every 1024 core clocks member in struct:cvmx_npei_pktx_cnts::cvmx_npei_pktx_cnts_s
[all...]
H A Dcvmx-srio.c792 sli_mem_access_ctl.s.timer = 127; /* Wait up to 127 cycles for more data */
H A Dcvmx-mio-defs.h5952 timer. When CHIPKILL=1 and the timer expires,
5954 next chip reset. The CHIPKILL timer can be
5956 The length of the CHIPKILL timer is specified by
6028 timer. When CHIPKILL=1 and the timer expires,
6030 next chip reset. The CHIPKILL timer can be
6032 The length of the CHIPKILL timer is specified by
6147 timer. When CHIPKILL=1 and the timer expire
6427 uint64_t timer : 47; /**< CHIPKILL timer measured in SCLKs. Reads return member in struct:cvmx_mio_rst_ckill::cvmx_mio_rst_ckill_s
[all...]
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c909 callout_init(&(qhp->timer), 1);
/freebsd-11-stable/sys/dev/oce/
H A Doce_if.h889 struct callout timer; member in struct:oce_softc
/freebsd-11-stable/usr.sbin/route6d/
H A Droute6d.c3434 ripinterval(int timer) argument
3438 interval = (int)(timer + timer * RIPRANDDEV * (r / RAND_MAX - 0.5));
/freebsd-11-stable/sys/dev/isp/
H A Disp_freebsd.c1597 callout_schedule(&tp->timer, 5);
2633 * This timer function fires once a second and then scans the port database
2657 isp_prt(isp, ISP_LOGDEBUG0, "Chan %d GDT timer expired", chan);
3805 * timer running on it to delay its departure.
3950 callout_init_mtx(&tp->timer, &isp->isp_lock, 0);
3951 callout_reset(&tp->timer, 5,
/freebsd-11-stable/sys/dev/advansys/
H A Dadvlib.c1034 callout_reset(&cinfo->timer, 5 * hz, adv_timeout, ccb);
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_kern.h211 KTIMER timer; member in struct:hrtimer
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js8843 var timer,
8848 timer = timers[ i ];
8849 // Checks the timer has not already been removed
8850 if ( !timer() && timers[ i ] === timer ) {
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx.c5480 * Stop periodic timer callbacks.
6559 * The selection timer duration is twice as long
7103 ahd_update_coalescing_values(struct ahd_softc *ahd, u_int timer, u_int maxcmds, argument
7106 if (timer > AHD_TIMER_MAX_US)
7107 timer = AHD_TIMER_MAX_US;
7108 ahd->int_coalescing_timer = timer;
7115 ahd_outw(ahd, INT_COALESCING_TIMER, timer / AHD_TIMER_US_PER_TICK);
8081 * timer to 0 to have the check performed as soon as possible
8082 * from the timer context.
8374 * the timer i
[all...]
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_main.c1061 callout_reset(&pf->timer, hz, ixl_local_timer, pf);
3925 callout_drain(&pf->timer);
4094 callout_reset(&pf->timer, hz, ixl_local_timer, pf);
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c1879 init_timer(&(qhp->timer));
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c128 "display event timer subsystem statistics" },
170 { "io|sys|mem|timer|auth|ctl|allpeers", "...", "...", "..." },
627 (void) fprintf(fp, "timer %lds, flags", (long)ntohl(pp->timer));
940 (void) fprintf(fp, "watchdog timer: %ld s\n",
1221 * timerstats - print timer statistics
2087 { "timer", RESET_FLAG_TIMER },

Completed in 884 milliseconds

<<11