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

12345678910

/freebsd-12-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-12-stable/sys/dev/sound/pci/
H A Demu10kx-pcm.c67 int timer; member in struct:emu_pcm_pchinfo
85 int timer; member in struct:emu_pcm_rchinfo
736 ch->timer = emu_timer_create(sc->card);
747 emu_timer_clear(sc->card, ch->timer);
782 emu_timer_set(sc->card, ch->timer, ch->blksz / sndbuf_getalign(ch->buffer));
804 emu_timer_set(sc->card, ch->timer, ch->blksz / sndbuf_getalign(ch->buffer));
805 emu_timer_enable(sc->card, ch->timer, 1);
886 ch->timer = emu_timer_create(sc->card);
899 emu_timer_clear(sc->card, ch->timer);
936 * (and use) timer interrupt
[all...]
/freebsd-12-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-12-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-12-stable/contrib/libevent/include/event2/
H A Dutil.h316 * Structure to hold information about a monotonic timer
347 * functions. You must configure the timer with
357 void evutil_monotonic_timer_free(struct evutil_monotonic_timer *timer);
363 int evutil_configure_monotonic_time(struct evutil_monotonic_timer *timer,
373 * It is not safe to use this funtion on the same timer from multiple
377 int evutil_gettime_monotonic(struct evutil_monotonic_timer *timer,
/freebsd-12-stable/sys/arm/arm/
H A Dgeneric_timer.c83 #define GT_CNTKCTL_PL0PTEN (1 << 9) /* PL0 Physical timer reg access */
84 #define GT_CNTKCTL_PL0VTEN (1 << 8) /* PL0 Virtual timer reg access */
325 if (ofw_bus_is_compatible(dev, "arm,armv8-timer")) {
328 } else if (ofw_bus_is_compatible(dev, "arm,armv7-timer")) {
412 if (OF_hasprop(node, "allwinner,sun50i-a64-unstable-timer")) {
416 "Enabling allwinner unstable timer workaround\n");
422 /* Try to get clock frequency from timer */
437 /* Use the virtual timer if we have one. */
466 /* Disable the virtual timer until we are ready */
510 EARLY_DRIVER_MODULE(timer, simplebu
[all...]
/freebsd-12-stable/usr.sbin/trpt/
H A Dtrpt.c311 int flags, len, win, timer; local
410 timer = req >> 8;
414 printf("<%s>", tcptimers[timer]);
/freebsd-12-stable/sys/dev/aic/
H A Daicvar.h53 struct callout timer; member in struct:aic_scb
H A Daic.c324 callout_reset_sbt(&scb->timer, SBT_1MS * ccb->ccb_h.timeout, 0,
1050 callout_stop(&scb->timer);
1080 callout_reset_sbt(&pending_scb->timer,
1099 callout_reset_sbt(&nexus_scb->timer,
1154 callout_stop(&pending_scb->timer);
1159 callout_stop(&pending_scb->timer);
1163 callout_reset(&scb->timer, 5 * hz, aic_timeout, scb);
1486 callout_init_mtx(&scb->timer, &aic->lock, 0);
1598 callout_drain(&scb->timer);
/freebsd-12-stable/sys/dev/fe/
H A Dif_fevar.h119 struct callout timer; member in struct:fe_softc
/freebsd-12-stable/sys/dev/hptnr/
H A Dos_bsd.h182 struct callout timer; member in struct:_vbus_ext
/freebsd-12-stable/sys/dev/hptrr/
H A Dos_bsd.h183 struct callout timer; member in struct:_vbus_ext
/freebsd-12-stable/sys/dev/isci/
H A Disci_io_request.c219 callout_stop(&isci_request->parent.timer);
685 callout_init(&request->timer, 1);
736 callout_reset_sbt(&io_request->parent.timer,
989 callout_reset_sbt(&io_request->parent.timer,
/freebsd-12-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-12-stable/sys/dev/qat/
H A Dqat_hw17.c301 uint32_t timer; local
305 timer = sc->sc_hw.qhw_clock_per_sec / 1000 * QAT_SSM_WDT;
309 qat_misc_write_4(sc, SSMWDT(i), timer);
310 qat_misc_write_4(sc, SSMWDTPKE(i), timer);
/freebsd-12-stable/sys/dev/sume/
H A Dadapter.h189 struct callout timer; member in struct:sume_adapter
/freebsd-12-stable/sys/modules/dtb/allwinner/
H A DMakefile56 sun50i-a64-timer.dtso \
/freebsd-12-stable/usr.sbin/rtsold/
H A Drtsold.h71 int probeinterval; /* interval of probe timer (if necessary) */
72 int probetimer; /* rest of probe timer */
81 struct timespec timer; member in struct:ifinfo
/freebsd-12-stable/sys/dev/isci/scil/
H A Dscif_sas_domain.c246 // with the remote device timer and the domain timer.
582 fw_domain->operation.timer = NULL;
738 // Create the timer for each domain. It is too early in the process
741 if (fw_domain->operation.timer == 0)
743 fw_domain->operation.timer = scif_cb_timer_create(
1403 if (fw_domain->operation.timer != NULL)
1405 scif_cb_timer_destroy(fw_controller, fw_domain->operation.timer);
1406 fw_domain->operation.timer = NULL;
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c1285 struct evutil_monotonic_timer timer; local
1317 tt_int_op(evutil_configure_monotonic_time_(&timer, flags), ==, 0);
1320 evutil_gettime_monotonic_(&timer, &tv[i]);
1342 struct evutil_monotonic_timer timer; local
1354 tt_int_op(evutil_configure_monotonic_time_(&timer, flags), ==, 0);
1358 evutil_gettime_monotonic_(&timer, &tv[0]);
1361 evutil_gettime_monotonic_(&timer, &tv[i]);
/freebsd-12-stable/contrib/libevent/test/
H A Dregress_util.c1285 struct evutil_monotonic_timer timer; local
1317 tt_int_op(evutil_configure_monotonic_time_(&timer, flags), ==, 0);
1320 evutil_gettime_monotonic_(&timer, &tv[i]);
1342 struct evutil_monotonic_timer timer; local
1354 tt_int_op(evutil_configure_monotonic_time_(&timer, flags), ==, 0);
1358 evutil_gettime_monotonic_(&timer, &tv[0]);
1361 evutil_gettime_monotonic_(&timer, &tv[i]);
/freebsd-12-stable/sys/dev/advansys/
H A Dadvansys.c172 callout_reset_sbt(&cinfo->timer,
569 callout_reset_sbt(&cinfo->timer, SBT_1MS * ccb_h->timeout, 0,
581 callout_init_mtx(&cinfo->timer, &adv->lock, 0);
597 callout_drain(&cinfo->timer);
644 callout_stop(&cinfo2->timer);
655 callout_reset(&cinfo->timer, 2 * hz, adv_timeout, ccb);
1087 callout_stop(&cinfo->timer);
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h46 * \brief flags to describe the statistic (timer or counter)
125 * \details A timer collects multiple samples of some count in each thread and
129 * hence the name "timer". (But can be any value, so we use this for "number of
239 // KMP_icv_copy -- start/stop timer for any ICV copying
283 * \details Explicit timers are ones where we need to allocate a timer itself
286 * allocate the timer itself on the stack, and use the destructor to notice
288 * same as that of a timer above.
476 // Where we need explicitly to start and end the timer, this version can be used
518 void init(explicitTimer timer);
519 void exchange(explicitTimer timer);
531 blockPartitionedTimer(partitionedTimers *pt, explicitTimer timer) argument
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtxg.c491 uint64_t timer; local
501 timer = (delta >= timeout ? 0 : timeout - delta);
503 !tx->tx_exiting && timer > 0 &&
509 txg_thread_wait(tx, &cpr, &tx->tx_sync_more_cv, timer);
511 timer = (delta > timeout ? 0 : timeout - delta);
/freebsd-12-stable/sys/dev/ex/
H A Dif_ex.c247 callout_init_mtx(&sc->timer, &sc->lock, 0);
298 callout_drain(&sc->timer);
393 callout_reset(&sc->timer, hz, ex_watchdog, sc);
615 callout_stop(&sc->timer);
990 callout_reset(&sc->timer, hz, ex_watchdog, sc);

Completed in 189 milliseconds

12345678910