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

1234567891011

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
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-11-stable/lib/libc/isc/
H A Deventlib_p.h131 evTimerID timer; member in struct:evStream
133 #define EV_STR_TIMEROK 0x0001 /*%< IFF timer valid. */
175 struct { evTimer *this; } timer; member in union:evEvent_p::__anon6644
/freebsd-11-stable/sys/riscv/riscv/
H A Dtimer.c167 if (ofw_bus_is_compatible(dev, "riscv,timer")) {
245 "timer",
252 EARLY_DRIVER_MODULE(timer, simplebus, riscv_tmr_fdt_driver, riscv_tmr_fdt_devclass,
254 EARLY_DRIVER_MODULE(timer, ofwbus, riscv_tmr_fdt_driver, riscv_tmr_fdt_devclass,
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h36 #include <linux/timer.h>
89 } timer; member in struct:delayed_work
/freebsd-11-stable/sys/dev/sn/
H A Dif_sn.c474 sc->timer = 1;
559 sc->timer = 1;
663 * we simply set a watchdog timer and hope for the best.
668 sc->timer = 1;
773 sc->timer = 1;
805 sc->timer = 0;
1178 if (sc->timer == 0 || --sc->timer > 0)
1210 sc->timer = 0;
/freebsd-11-stable/contrib/unbound/services/
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-11-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);
/freebsd-11-stable/sys/dev/sound/pci/
H A Demu10kx-pcm.c65 int timer; member in struct:emu_pcm_pchinfo
83 int timer; member in struct:emu_pcm_rchinfo
734 ch->timer = emu_timer_create(sc->card);
745 emu_timer_clear(sc->card, ch->timer);
780 emu_timer_set(sc->card, ch->timer, ch->blksz / sndbuf_getalign(ch->buffer));
802 emu_timer_set(sc->card, ch->timer, ch->blksz / sndbuf_getalign(ch->buffer));
803 emu_timer_enable(sc->card, ch->timer, 1);
884 ch->timer = emu_timer_create(sc->card);
897 emu_timer_clear(sc->card, ch->timer);
934 * (and use) timer interrupt
[all...]
/freebsd-11-stable/contrib/unbound/dnstap/
H A Ddtstream.c180 * traffic suddenly, we leave the timer running to save on
181 * managing it, the once a second timer is less work then
182 * starting and stopping the timer frequently */
189 /** start timer to wakeup dtio because there is content in the queue */
194 /* Start a timer to process messages to be logged.
197 * fills up the wakeup happens immediately. The timer wakes it up
200 /* we cannot start a timer in dtio thread, because it is a different
205 /* do not start the timer if a timer already exists, perhaps
216 /* start the timer, i
1768 struct ub_event* timer, *stopev; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/ipc/
H A Dserver.c54 static dispatch_source_t timer; variable
73 dispatch_source_set_timer(timer,
84 timerq = dispatch_queue_create("hiem-sipc-timer-q", NULL);
85 timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, timerq);
86 dispatch_source_set_event_handler(timer, ^{ timer_ev(); } );
96 dispatch_suspend(timer);
103 dispatch_resume(timer);
1148 dispatch_once(&timeoutonce, ^{ dispatch_resume(timer); });
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h296 * Structure to hold information about a monotonic timer
318 * functions. You must configure the timer with
328 void evutil_monotonic_timer_free(struct evutil_monotonic_timer *timer);
334 int evutil_configure_monotonic_time(struct evutil_monotonic_timer *timer,
344 * It is not safe to use this funtion on the same timer from multiple
348 int evutil_gettime_monotonic(struct evutil_monotonic_timer *timer,
/freebsd-11-stable/usr.sbin/trpt/
H A Dtrpt.c310 int flags, len, win, timer; local
408 timer = req >> 8;
412 printf("<%s>", tcptimers[timer]);
/freebsd-11-stable/sys/arm/arm/
H A Dgeneric_timer.c82 #define GT_CNTKCTL_PL0PTEN (1 << 9) /* PL0 Physical timer reg access */
83 #define GT_CNTKCTL_PL0VTEN (1 << 8) /* PL0 Virtual timer reg access */
295 if (ofw_bus_is_compatible(dev, "arm,armv7-timer")) {
298 } else if (ofw_bus_is_compatible(dev, "arm,armv8-timer")) {
380 /* Try to get clock frequency from timer */
395 /* Use the virtual timer if we have one. */
461 EARLY_DRIVER_MODULE(timer, simplebus, arm_tmr_fdt_driver, arm_tmr_fdt_devclass,
463 EARLY_DRIVER_MODULE(timer, ofwbus, arm_tmr_fdt_driver, arm_tmr_fdt_devclass,
483 EARLY_DRIVER_MODULE(timer, acpi, arm_tmr_acpi_driver, arm_tmr_acpi_devclass,
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c79 #include <linux/timer.h>
1898 struct timer_list *timer; local
1902 timer = context;
1903 timer->function(timer->data);
1907 mod_timer(struct timer_list *timer, int expires) argument
1910 timer->expires = expires;
1911 callout_reset(&timer->callout,
1913 &linux_timer_callback_wrapper, timer);
1917 add_timer(struct timer_list *timer) argument
1926 add_timer_on(struct timer_list *timer, int cpu) argument
[all...]
/freebsd-11-stable/sys/dev/aic/
H A Daicvar.h51 struct callout timer; member in struct:aic_scb
/freebsd-11-stable/sys/dev/hptnr/
H A Dos_bsd.h180 struct callout timer; member in struct:_vbus_ext
/freebsd-11-stable/sys/dev/hptrr/
H A Dos_bsd.h181 struct callout timer; member in struct:_vbus_ext
/freebsd-11-stable/sys/dev/isci/
H A Disci_io_request.c217 callout_stop(&isci_request->parent.timer);
683 callout_init(&request->timer, 1);
734 callout_reset_sbt(&io_request->parent.timer,
987 callout_reset_sbt(&io_request->parent.timer,
/freebsd-11-stable/sys/dev/fe/
H A Dif_fevar.h119 struct callout timer; member in struct:fe_softc
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_os.h864 * @brief Initialize and set a timer
867 * @param timer pointer to the structure allocated for this timer
868 * @param func the function to call when the timer expires
869 * @param data Data to pass to the provided timer function when the timer
873 extern int32_t ocs_setup_timer(ocs_os_handle_t os, ocs_timer_t *timer, void(*func)(void *arg),
878 * @brief Modify a timer's expiration
880 * @param timer pointer to the structure allocated for this timer
[all...]
/freebsd-11-stable/sys/dev/ixl/
H A Dif_ixl.c435 /* Start the local timer */
437 callout_reset(&pf->timer, hz, ixl_local_timer, pf);
487 /* Set up the timer callout */
488 callout_init_mtx(&pf->timer, &pf->pf_mtx, 0);
781 /* Start the local timer */
783 callout_reset(&pf->timer, hz, ixl_local_timer, pf);
862 callout_drain(&pf->timer);
H A Dixlv.h134 struct callout timer; member in struct:ixlv_sc
/freebsd-11-stable/sys/dev/sume/
H A Dadapter.h189 struct callout timer; member in struct:sume_adapter
/freebsd-11-stable/sys/dev/ahb/
H A Dahb.c359 callout_init_mtx(&next_ecb->timer, &ahb->lock, 0);
603 callout_stop(&pending_ecb->timer);
619 callout_reset_sbt(&pending_ecb->timer,
795 callout_stop(&ecb->timer);
988 callout_reset_sbt(&ecb->timer, SBT_1MS * ccb->ccb_h.timeout, 0,
1253 callout_stop(&pending_ecb->timer);
1273 callout_reset(&ecb->timer, 2 * hz, ahbtimeout, ecb);
1285 callout_reset(&ecb->timer, 2 * hz, ahbtimeout, ecb);
/freebsd-11-stable/sys/x86/xen/
H A Dpv.c75 #include <dev/xen/timer/timer.h>

Completed in 203 milliseconds

1234567891011