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

12345678910

/freebsd-12-stable/usr.sbin/ppp/
H A Ddatalink.h104 struct pppTimer timer; /* For timing between close & open */ member in struct:datalink::__anon17561
H A Ddatalink.c50 #include "timer.h"
92 timer_Stop(&dl->dial.timer);
94 log_Printf(LogCHAT, "%s: Redial timer expired.\n", dl->name);
102 timer_Stop(&dl->dial.timer);
105 dl->dial.timer.load = result ? result * SECTICKS : 1;
106 dl->dial.timer.func = datalink_OpenTimeout;
107 dl->dial.timer.name = "dial";
108 dl->dial.timer.arg = dl;
109 timer_Start(&dl->dial.timer);
277 if (dl->dial.timer
[all...]
/freebsd-12-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
H A Doutside_network.h320 struct comm_timer* timer; member in struct:pending
380 /** timeout event; timer keeps running whether the query is
382 struct comm_timer* timer; member in struct:waiting_tcp
756 /** callback for outgoing TCP timer event */
/freebsd-12-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-12-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-12-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-12-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-12-stable/sys/dev/sound/pci/
H A Demu10kx.c369 int timer[EMU_MAX_IRQ_CONSUMERS]; /* timer */ member in struct:emu_sc_info
811 * emu_timer_ - HW timer management
816 int i, timer; local
818 timer = -1;
822 if (sc->timer[i] == 0) {
823 sc->timer[i] = -1; /* disable it */
824 timer = i;
826 return (timer);
834 emu_timer_set(struct emu_sc_info *sc, int timer, in argument
858 emu_timer_enable(struct emu_sc_info *sc, int timer, int go) argument
900 emu_timer_clear(struct emu_sc_info *sc, int timer) argument
[all...]
/freebsd-12-stable/sys/netinet/
H A Digmp.c785 uint16_t timer; local
827 timer = igmp->igmp_code * PR_FASTHZ / IGMP_TIMER_SCALE;
828 if (timer == 0)
829 timer = 1;
834 * interface, kick the report timer.
844 igmp_v2_update_group(inm, timer);
857 igmp_v2_update_group(inm, timer);
869 * Update the report timer on a group in response to an IGMPv2 query.
871 * If we are becoming the reporting member for this group, start the timer.
872 * If we already are the reporting member for this group, and timer i
884 igmp_v2_update_group(struct in_multi *inm, const int timer) argument
937 uint16_t timer; local
1094 igmp_input_v3_group_query(struct in_multi *inm, struct igmp_ifsoftc *igi, int timer, struct igmpv3 *igmpv3) argument
[all...]
/freebsd-12-stable/sys/netinet6/
H A Dmld6.c644 uint16_t timer; local
703 timer = (ntohs(mld->mld_maxdelay) * PR_FASTHZ) / MLD_TIMER_SCALE;
704 if (timer == 0)
705 timer = 1;
711 * interface, kick the report timer.
719 mld_v1_update_group(inm, timer);
732 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
993 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-12-stable/sys/dev/hpt27xx/
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-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats_timing.h61 #error Must have high resolution timer defined
H A Dkmp_stats.cpp273 // initialize the paritioned 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...]
/freebsd-12-stable/contrib/ntp/lib/isc/tests/
H A Disctest.c34 #include <isc/timer.h>
/freebsd-12-stable/sys/dev/ex/
H A Dif_exvar.h71 struct callout timer; member in struct:ex_softc
/freebsd-12-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::__anon13342
/freebsd-12-stable/sys/dev/tx/
H A Dif_txvar.h81 struct callout timer; member in struct:__anon15395
/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic_osm_lib.h195 #define aic_timer_init(timer) callout_init(timer, /*mpsafe*/1)
207 aic_timer_reset(aic_timer_t *timer, u_int msec, aic_callback_t *func, void *arg) argument
214 callout_reset(timer, time, func, arg);
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c79 #include <linux/timer.h>
1912 struct timer_list *timer; local
1914 timer = context;
1918 callout_reset(&timer->callout, 1,
1919 &linux_timer_callback_wrapper, timer);
1923 timer->function(timer->data);
1927 mod_timer(struct timer_list *timer, int expires) argument
1931 timer->expires = expires;
1932 ret = callout_reset(&timer
1942 add_timer(struct timer_list *timer) argument
1951 add_timer_on(struct timer_list *timer, int cpu) argument
1960 del_timer(struct timer_list *timer) argument
1969 del_timer_sync(struct timer_list *timer) argument
[all...]
/freebsd-12-stable/lib/libc/isc/
H A Deventlib_p.h133 evTimerID timer; member in struct:evStream
135 #define EV_STR_TIMEROK 0x0001 /*%< IFF timer valid. */
177 struct { evTimer *this; } timer; member in union:evEvent_p::__anon8474
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h36 #include <linux/timer.h>
96 } timer; member in struct:delayed_work
/freebsd-12-stable/sys/dev/sn/
H A Dif_sn.c476 sc->timer = 1;
561 sc->timer = 1;
665 * we simply set a watchdog timer and hope for the best.
670 sc->timer = 1;
775 sc->timer = 1;
807 sc->timer = 0;
1180 if (sc->timer == 0 || --sc->timer > 0)
1212 sc->timer = 0;
/freebsd-12-stable/sys/arm/mv/armada/
H A Dwdt.c208 mv_set_timer(uint32_t timer, uint32_t val) argument
211 bus_write_4(wdt_softc->wdt_res, CPU_TIMER0 + timer * 0x8, val);
/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c641 mod_timer(&health->timer, get_next_poll_jiffies());
648 init_timer(&health->timer);
656 setup_timer(&health->timer, poll_health, (unsigned long)dev);
657 mod_timer(&health->timer,
677 del_timer_sync(&health->timer);

Completed in 191 milliseconds

12345678910