Searched refs:timer (Results 226 - 239 of 239) sorted by relevance

12345678910

/freebsd-current/usr.sbin/route6d/
H A Droute6d.c3442 ripinterval(int timer) argument
3446 interval = (int)(timer + timer * RIPRANDDEV * (r / RAND_MAX - 0.5));
/freebsd-current/sys/dev/isp/
H A Disp_freebsd.c1264 callout_schedule(&tp->timer, 5);
2039 * This timer function fires once a second and then scans the port database
2063 isp_prt(isp, ISP_LOGDEBUG0, "Chan %d GDT timer expired", chan);
2985 * timer running on it to delay its departure.
3122 callout_init_mtx(&tp->timer, &isp->isp_lock, 0);
3123 callout_reset(&tp->timer, 5,
/freebsd-current/sys/netinet/
H A Dsctp_usrreq.c225 /* Stop the PMTU timer. */
226 if (SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
249 /* Finally, start the PMTU timer if it was running before. */
5338 if (SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
5365 if (!SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
5451 /* Turn back on the timer */
5482 if (SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
5515 if (!SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
H A Dsctp_output.c4660 if (SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
4662 SCTPDBG(SCTP_DEBUG_OUTPUT4, "Sending INIT - failed timer?\n");
4665 /* start the INIT timer */
4670 /* No memory, INIT timer will re-attempt. */
5597 /* No memory, INIT timer will re-attempt. */
6166 * here since the timer will drive a retranmission.
6734 * relock.. to unlock in the iterator timer :-0
8422 /* turn off the timer */
8423 if (SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer)) {
8734 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
[all...]
/freebsd-current/sys/dev/netmap/
H A Dnetmap_kern.h200 KTIMER timer; member in struct:hrtimer
/freebsd-current/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-current/sys/contrib/dev/athk/ath12k/
H A Ddp_rx.c2720 static void ath12k_dp_rx_frag_timer(struct timer_list *timer) argument
2722 struct ath12k_dp_rx_tid *rx_tid = from_timer(rx_tid, timer, frag_timer);
4252 /* start reap timer */
/freebsd-current/sys/dev/aic7xxx/
H A Daic79xx.c5412 * Stop periodic timer callbacks.
6499 * The selection timer duration is twice as long
7043 ahd_update_coalescing_values(struct ahd_softc *ahd, u_int timer, u_int maxcmds, argument
7046 if (timer > AHD_TIMER_MAX_US)
7047 timer = AHD_TIMER_MAX_US;
7048 ahd->int_coalescing_timer = timer;
7055 ahd_outw(ahd, INT_COALESCING_TIMER, timer / AHD_TIMER_US_PER_TICK);
8015 * timer to 0 to have the check performed as soon as possible
8016 * from the timer context.
8306 * the timer i
[all...]
/freebsd-current/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 },
/freebsd-current/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c1881 init_timer(&(qhp->timer));
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.c626 * init reap timer for QCA6390.
629 //init mon status buffer reap timer
3157 static void ath11k_dp_rx_frag_timer(struct timer_list *timer) argument
3159 struct dp_rx_tid *rx_tid = from_timer(rx_tid, timer, frag_timer);
5787 /* start reap timer */
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c244 * we'll start a timer and try again next time.
798 struct timer_list *timer = &htt->rx_ring.refill_retry_timer; local
843 /* Initialize the Rx refill retry timer */
844 timer_setup(timer, ath10k_htt_rx_ring_refill_retry, 0);
/freebsd-current/contrib/bsnmp/tests/
H A Dcatch.hpp12749 Timer timer;
12755 timer.start();
12759 timer.start();
12763 timer.start();
12766 duration = timer.getElapsedSeconds();
/freebsd-current/contrib/ntp/libntp/
H A DMakefile.in727 lib/isc/include/isc/timer.h \

Completed in 314 milliseconds

12345678910