Searched refs:timer (Results 76 - 100 of 229) sorted by relevance

12345678910

/freebsd-13-stable/usr.sbin/ppp/
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 DMakefile13 tcpmss.c throughput.c timer.c tty.c tun.c udp.c vjcomp.c
H A Ddatalink.h104 struct pppTimer timer; /* For timing between close & open */ member in struct:datalink::__anon16643
/freebsd-13-stable/sys/compat/ndis/
H A Dsubr_ndis.c1111 * This is an older (?) timer init routine which doesn't
1117 NdisInitializeTimer(timer, func, ctx)
1118 ndis_timer *timer;
1122 KeInitializeTimer(&timer->nt_ktimer);
1123 KeInitializeDpc(&timer->nt_kdpc, func, ctx);
1124 KeSetImportanceDpc(&timer->nt_kdpc, KDPC_IMPORTANCE_LOW);
1128 ndis_timercall(dpc, timer, sysarg1, sysarg2)
1130 ndis_miniport_timer *timer;
1140 if (NDIS_SERIALIZED(timer->nmt_block))
1141 KeAcquireSpinLockAtDpcLevel(&timer
2410 ktimer timer; local
[all...]
/freebsd-13-stable/sys/arm/mv/
H A Dtimer.c100 {"marvell,armada-380-timer", MV_NONE },
101 {"marvell,armada-xp-timer", MV_TMR | MV_WDT },
102 {"mrvl,timer", MV_TMR | MV_WDT },
155 {"marvell,armada-xp-timer", (uintptr_t)&timer_armadaxp_config },
156 {"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-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A DMakefile.am59 timer.h \
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
H A DMakefile.am43 timer.h \
/freebsd-13-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
H A Dhpt27xx_os_bsd.c255 callout_reset_sbt(&vbus_ext->timer, SBT_1US * interval, 0,
258 untimeout(os_timer_for_ldm, vbus_ext, vbus_ext->timer);
259 vbus_ext->timer = timeout(os_timer_for_ldm, vbus_ext, interval * hz / 1000000);
/freebsd-13-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-13-stable/sys/arm/ti/cpsw/
H A Dif_cpswvar.h115 int timer; member in struct:cpsw_softc::__anon8469
/freebsd-13-stable/contrib/unbound/services/
H A Dauthzone.h295 struct comm_timer* timer; member in struct:auth_nextprobe
347 struct comm_timer* timer; member in struct:auth_probe
418 struct comm_timer* timer; member in struct:auth_transfer
/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Dsnmpd.h90 struct timer { struct
93 evTimerID id; /* timer id */
94 struct lmodule *owner; /* owner of the timer */
95 LIST_ENTRY(timer) link;
99 extern LIST_HEAD(timer_list, timer) timer_list;
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc367 // Sets SIGPROF action and ITIMER_PROF timer (interval: 1ms).
369 struct itimerval timer; local
370 timer.it_interval.tv_sec = 0;
371 timer.it_interval.tv_usec = 1;
372 timer.it_value = timer.it_interval;
373 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL));
382 // Disables ITIMER_PROF timer and ignores SIGPROF signal.
384 struct itimerval timer; local
385 timer
[all...]
/freebsd-13-stable/sys/contrib/ngatm/netnatm/sig/
H A Dunimkmsg.h104 (IE).u.timer[0] = (TIMER)[0]; \
105 (IE).u.timer[1] = (TIMER)[1]; \
106 (IE).u.timer[2] = (TIMER)[2]; \
/freebsd-13-stable/contrib/ofed/opensm/complib/
H A Dcl_event_wheel.c161 /* We need to restart the timer only if the list is not empty now */
168 /* start the timer to the timeout [msec] */
171 CL_DBG("__cl_event_wheel_callback: Restart timer in: "
173 cl_status = cl_timer_start(&p_event_wheel->timer, new_timeout);
176 "Failed to start timer\n");
193 cl_timer_construct(&(p_event_wheel->timer));
209 /* init the timer with timeout */
210 cl_status = cl_timer_init(&p_event_wheel->timer, __cl_event_wheel_callback, p_event_wheel); /* cb context */
275 /* destroy the timer */
276 cl_timer_destroy(&p_event_wheel->timer);
[all...]
/freebsd-13-stable/sys/dev/sound/pci/
H A Demu10kx.c368 int timer[EMU_MAX_IRQ_CONSUMERS]; /* timer */ member in struct:emu_sc_info
808 * emu_timer_ - HW timer management
813 int i, timer; local
815 timer = -1;
819 if (sc->timer[i] == 0) {
820 sc->timer[i] = -1; /* disable it */
821 timer = i;
823 return (timer);
831 emu_timer_set(struct emu_sc_info *sc, int timer, in argument
855 emu_timer_enable(struct emu_sc_info *sc, int timer, int go) argument
897 emu_timer_clear(struct emu_sc_info *sc, int timer) argument
[all...]
/freebsd-13-stable/sys/netinet/
H A Digmp.c848 uint16_t timer; local
892 timer = igmp->igmp_code * PR_FASTHZ / IGMP_TIMER_SCALE;
893 if (timer == 0)
894 timer = 1;
899 * interface, kick the report timer.
908 igmp_v2_update_group(inm, timer);
920 igmp_v2_update_group(inm, timer);
932 * Update the report timer on a group in response to an IGMPv2 query.
934 * If we are becoming the reporting member for this group, start the timer.
935 * If we already are the reporting member for this group, and timer i
947 igmp_v2_update_group(struct in_multi *inm, const int timer) argument
1000 uint16_t timer; local
1157 igmp_input_v3_group_query(struct in_multi *inm, struct igmp_ifsoftc *igi, int timer, struct igmpv3 *igmpv3) argument
[all...]
/freebsd-13-stable/sys/netinet6/
H A Dmld6.c644 uint16_t timer; local
705 timer = (ntohs(mld->mld_maxdelay) * PR_FASTHZ) / MLD_TIMER_SCALE;
706 if (timer == 0)
707 timer = 1;
712 * interface, kick the report timer.
720 mld_v1_update_group(inm, timer);
733 mld_v1_update_group(inm, timer);
746 * Update the report timer on a group in response to an MLDv1 query.
748 * If we are becoming the reporting member for this group, start the timer.
749 * If we already are the reporting member for this group, and timer i
761 mld_v1_update_group(struct in6_multi *inm, const int timer) argument
821 uint16_t timer; local
990 mld_v2_process_group_query(struct in6_multi *inm, struct mld_ifsoftc *mli, int timer, struct mbuf *m0, struct mldv2_query *mld, const int off) argument
[all...]
/freebsd-13-stable/contrib/kyua/utils/process/
H A Dexecutor.cpp65 #include "utils/signals/timer.hpp"
147 process::deadline_killer timer; member in struct:utils::process::executor::exec_handle::impl
181 timer(timeout, pid_),
641 data._pimpl->timer.unprogram();
643 // It is tempting to assert here (and old code did) that, if the timer
647 // allow the subprocess to finish while at the same time cause the timer
649 // timer expiration to check if the process timed out or not. If the
650 // process did finish but the timer expired... oh well, we do not detect
664 data._pimpl->timer.fired() ?
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic_osm_lib.h155 #define aic_timer_init(timer) callout_init(timer, /*mpsafe*/1)
164 aic_timer_reset(aic_timer_t *timer, u_int msec, aic_callback_t *func, void *arg) argument
171 callout_reset(timer, time, func, arg);
/freebsd-13-stable/sys/dev/isci/scil/
H A Dscif_sas_domain.h177 * This is the timer handle that is utilized to time the discovery
180 void * timer; member in struct:SCIF_SAS_DOMAIN::__anon12387
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp273 // initialize the partitioned timers to an initial timer
274 void partitionedTimers::init(explicitTimer timer) { argument
276 timer_stack.push_back(timer);
280 // stop/save the current timer, and start the new timer (timer_pair)
281 // There is a special condition where if the current timer is equal to
283 // and it won't stop/start the currently running timer.
284 void partitionedTimers::push(explicitTimer timer) { argument
285 // get the current timer
286 // pause current timer
318 exchange(explicitTimer timer) argument
495 time_t timer; local
[all...]
H A Dkmp_stats_timing.h61 #error Must have high resolution timer defined

Completed in 242 milliseconds

12345678910