Searched refs:timer (Results 51 - 75 of 240) sorted by relevance

12345678910

/freebsd-12-stable/usr.sbin/ppp/
H A Dbundle.h134 struct pppTimer timer; /* timeout after cfg.idle_timeout */ member in struct:bundle::__anon17537
140 struct pppTimer timer; member in struct:bundle::__anon17538
150 struct pppTimer timer; /* choked output queue timer */ member in struct:bundle::__anon17540
H A Dhdlc.h75 struct pppTimer timer; /* When to send */ member in struct:hdlc::__anon17566
H A Dcbcp.c44 #include "timer.h"
72 memset(&cbcp->fsm.timer, '\0', sizeof cbcp->fsm.timer);
85 timer_Stop(&cbcp->fsm.timer);
136 timer_Stop(&cbcp->fsm.timer);
137 cbcp->fsm.timer.func = cbcp_Timeout;
138 cbcp->fsm.timer.name = "cbcp";
139 cbcp->fsm.timer.load = timeout * SECTICKS;
140 cbcp->fsm.timer.arg = cbcp;
141 timer_Start(&cbcp->fsm.timer);
[all...]
H A Dbundle.c64 #include "timer.h"
204 timer_Stop(&bundle->choked.timer);
235 != bundle->phys_type.open && bundle->session.timer.state == TIMER_STOPPED)
241 != bundle->phys_type.open && bundle->idle.timer.state == TIMER_STOPPED)
242 /* We may need to start our idle timer */
274 * autoload timer.
277 * If it's the first NCP, start the idle timer.
279 * If it's the first NCP, start the autoload timer
309 * If it's our last NCP, stop the idle timer.
311 * If it's our last NCP, stop the autoload timer
[all...]
H A DMakefile12 tcpmss.c throughput.c timer.c tty.c tun.c udp.c vjcomp.c
/freebsd-12-stable/sys/dev/xen/timer/
H A Dtimer.c32 * \file dev/xen/timer/timer.c
33 * \brief A timer driver for the Xen hypervisor's PV clock.
67 #include <dev/xen/timer/timer.h>
90 uint64_t timer; member in struct:xentimer_pcpu_data
121 KASSERT((xen_domain()), ("Trying to use Xen timer on bare metal"));
125 * timer interrupts to the correct CPU for CPUs other than 0.
127 * each VCPU's timer information and the Xen wallclock time.
271 * \brief Handle a timer interrup
[all...]
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c52 /* If we don't have a pending timer, set one up to catch our recent
54 if (!callout_pending(&ssk->tx_ring.timer))
55 callout_reset(&ssk->tx_ring.timer, SDP_TX_POLL_TIMEOUT,
336 /* If there are still packets in flight and the timer has not already
340 callout_reset(&ssk->tx_ring.timer, SDP_TX_POLL_TIMEOUT,
357 if (!callout_active(&ssk->tx_ring.timer))
359 callout_deactivate(&ssk->tx_ring.timer);
432 callout_init_rw(&ssk->tx_ring.timer, &ssk->lock, 0);
465 callout_stop(&ssk->tx_ring.timer);
468 callout_drain(&ssk->tx_ring.timer);
[all...]
/freebsd-12-stable/usr.bin/at/
H A Dat.c742 time_t timer; local
748 timer = -1;
818 timer = ttime(optarg);
877 * If timer is > -1, then the user gave the time with -t. In that
880 if (timer == -1)
881 timer = parsetime(argc, argv);
885 struct tm *tm = localtime(&timer);
888 writefile(timer, queue);
898 timer = parsetime(argc, argv);
900 timer
[all...]
/freebsd-12-stable/contrib/ofed/opensm/include/complib/
H A Dcl_event_wheel.h144 cl_timer_t timer; member in struct:_cl_event_wheel
165 * timer
166 * The timer scheduling event time propagation.
/freebsd-12-stable/contrib/ntp/lib/isc/
H A Dlib.c34 #include <isc/timer.h>
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dhrtimer.h35 #include <linux/timer.h>
/freebsd-12-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c87 "Show ntoskrnl timer stats");
1616 * KeWaitForSingleObject() on NDIS timer and event objects, so we
1617 * have to support that as well. Conseqently, our NDIS timer and event
1618 * code has to be closely tied into our ntoskrnl timer and event code,
1630 * - For timers, if the timer has already fired and the timer is in
1632 * timer. Unlike an event, timers get signalled automatically when
1635 * events: KeInitializeTimerEx() lets you initialize a timer as
3404 * a timer or event object, you actually end up with an
3413 * a timer objec
3621 ktimer *timer; local
4187 ktimer timer; local
[all...]
H A Dsubr_ndis.c1112 * This is an older (?) timer init routine which doesn't
1118 NdisInitializeTimer(timer, func, ctx)
1119 ndis_timer *timer;
1123 KeInitializeTimer(&timer->nt_ktimer);
1124 KeInitializeDpc(&timer->nt_kdpc, func, ctx);
1125 KeSetImportanceDpc(&timer->nt_kdpc, KDPC_IMPORTANCE_LOW);
1129 ndis_timercall(dpc, timer, sysarg1, sysarg2)
1131 ndis_miniport_timer *timer;
1141 if (NDIS_SERIALIZED(timer->nmt_block))
1142 KeAcquireSpinLockAtDpcLevel(&timer
2413 ktimer timer; local
[all...]
/freebsd-12-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_cq.c167 init_timer(&cq->timer);
168 cq->timer.function = mlx4_en_poll_tx_cq;
169 cq->timer.data = (unsigned long) cq;
207 del_timer_sync(&cq->timer);
/freebsd-12-stable/sys/dev/sound/midi/
H A Dmpu401.c82 struct callout timer; member in struct:mpu401
171 callout_reset(&m->timer, 1, mpu401_timeout, m);
190 callout_init(&m->timer, 1);
277 callout_reset(&m->timer, 1, mpu401_timeout, m);
/freebsd-12-stable/sys/arm/ti/am335x/
H A Dtps65217x.h90 unsigned int timer:2; member in struct:tps65217_chgconfig1_reg
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_acts.c210 int timer; /* timeout counter */ member in struct:actsunit
241 acts_timer /* housekeeping timer */
417 up->timer = ANSWER;
432 up->timer = TIMECODE;
540 up->timer = TIMECODE;
555 up->timer = SETUP;
626 up->timer = REDIAL;
631 up->timer = 0;
705 * called. If flag1 is set while timer is zero, force a call.
709 if (up->timer
[all...]
/freebsd-12-stable/sys/dev/liquidio/base/
H A Dlio_console.c529 if (callout_pending(&console_callout->timer) ||
530 (callout_active(&console_callout->timer) == 0))
572 callout_schedule(&oct->console_timer[console_num].timer,
623 struct callout *timer; local
652 timer = &oct->console_timer[console_num].timer;
657 callout_init(timer, 0);
660 callout_reset(timer,
662 lio_check_console, timer);
693 callout_stop(&oct->console_timer[i].timer);
[all...]
/freebsd-12-stable/contrib/unbound/util/
H A Dnetevent.h687 * create timer. Not active upon creation.
691 * @return: the new timer or NULL on error.
697 * disable timer. Stops callbacks from happening.
698 * @param timer: to disable.
700 void comm_timer_disable(struct comm_timer* timer);
703 * reset timevalue for timer.
704 * @param timer: timer to (re)set.
705 * @param tv: when the timer should activate. if NULL timer i
[all...]
/freebsd-12-stable/lib/libc/isc/
H A Dev_streams.c136 evTimeRW(evContext opaqueCtx, evStreamID id, evTimerID timer) /*ARGSUSED*/ { argument
141 str->timer = timer;
280 evTouchIdleTimer(opaqueCtx, str->timer);
303 evTouchIdleTimer(opaqueCtx, str->timer);
/freebsd-12-stable/sys/arm/mv/
H A Dtimer.c99 {"marvell,armada-380-timer", MV_NONE },
100 {"marvell,armada-xp-timer", MV_TMR | MV_WDT },
101 {"mrvl,timer", MV_TMR | MV_WDT },
154 {"marvell,armada-xp-timer", (uintptr_t)&timer_armadaxp_config },
155 {"mrvl,timer", (uintptr_t)&timer_armv5_config },
294 "timer",
365 mv_get_timer(uint32_t timer) argument
369 timer_softc->timer_bsh, CPU_TIMER0 + timer * 0x8));
373 mv_set_timer(uint32_t timer, uint32_t val) argument
377 timer_softc->timer_bsh, CPU_TIMER0 + timer *
381 mv_set_timer_rel(uint32_t timer, uint32_t val) argument
[all...]
/freebsd-12-stable/sys/dev/hpt27xx/
H A Dos_bsd.h182 struct callout timer; member in struct:_vbus_ext
184 struct callout_handle timer; member in struct:_vbus_ext
/freebsd-12-stable/contrib/ngatm/sscop/
H A Dcommon.c52 struct timer { struct
367 errx(1, "bad timer name '%s'", arg);
405 struct timer *t = uap;
412 * Start a timer
418 struct timer *t;
430 err(1, "cannot start timer");
436 err(1, "cannot start timer");
443 * Stop a timer
448 struct timer *t = tp;
/freebsd-12-stable/sys/dev/sn/
H A Dif_snvar.h39 int timer; member in struct:sn_softc
/freebsd-12-stable/sys/arm/ti/cpsw/
H A Dif_cpswvar.h115 int timer; member in struct:cpsw_softc::__anon9461

Completed in 300 milliseconds

12345678910