Searched refs:timer (Results 126 - 150 of 240) sorted by relevance

12345678910

/freebsd-12-stable/sys/dev/netmap/
H A Dnetmap_generic.c153 struct timer_list timer; member in struct:rate_context
178 r = mod_timer(&ctx->timer, jiffies +
292 del_timer(&rate_ctx.timer);
395 setup_timer(&rate_ctx.timer, &rate_callback, (unsigned long)&rate_ctx);
396 if (mod_timer(&rate_ctx.timer, jiffies + msecs_to_jiffies(1500))) {
705 /* Here we could schedule a timer which
847 * pending timer, otherwise pass it up and start a timer.
/freebsd-12-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c432 mod_timer(&cq->timer, jiffies + 1);
448 mod_timer(&cq->timer, jiffies + MLX4_EN_TX_POLL_TIMEOUT);
454 /* If there are still packets in flight and the timer has not already
458 mod_timer(&cq->timer, jiffies + MLX4_EN_TX_POLL_TIMEOUT);
471 /* If we don't have a pending timer, set one up to catch our recent
473 if (!timer_pending(&cq->timer))
474 mod_timer(&cq->timer, jiffies + MLX4_EN_TX_POLL_TIMEOUT);
/freebsd-12-stable/sys/netgraph/
H A Dng_bridge.c113 u_int16_t loopCount; /* loop ignore timer */
131 struct callout timer; /* one second periodic timer */ member in struct:ng_bridge_private
341 ng_callout_init(&priv->timer);
357 /* Start timer; timer is always running while node is alive */
358 ng_callout(&priv->timer, node, NULL, hz, ng_bridge_timeout, NULL, 0);
957 * Shut down everything including the timer. Even if the
966 ng_uncallout(&priv->timer, node);
1254 ng_callout(&priv->timer, nod
[all...]
H A Dng_pipe.c105 struct callout timer; member in struct:node_priv
264 ng_callout_init(&priv->timer);
884 ng_callout(&priv->timer, node, NULL, 1, ngp_callout, NULL, 0);
921 ng_uncallout(&priv->timer, node);
/freebsd-12-stable/sys/dev/cs/
H A Dif_cs.c478 callout_init_mtx(&sc->timer, &sc->lock, 0);
594 callout_drain(&sc->timer);
624 * reset watchdog timer
680 callout_reset(&sc->timer, hz, cs_watchdog, sc);
925 * Set the watchdog timer in case we never hear
951 callout_stop(&sc->timer);
1129 callout_reset(&sc->timer, hz, cs_watchdog, sc);
/freebsd-12-stable/contrib/unbound/util/
H A Dnetevent.c128 * Internal timer structure, to store timer event in.
137 /** is timer enabled */
4168 comm_timer_disable(struct comm_timer* timer) argument
4170 if(!timer)
4172 ub_timer_del(timer->ev_timer->ev);
4173 timer->ev_timer->enabled = 0;
4177 comm_timer_set(struct comm_timer* timer, struct timeval* tv) argument
4180 if(timer->ev_timer->enabled)
4181 comm_timer_disable(timer);
4189 comm_timer_delete(struct comm_timer* timer) argument
4214 comm_timer_is_set(struct comm_timer* timer) argument
[all...]
H A Dmodule.h495 /** the 5011-probe timer (if any) */
591 struct comm_timer* timer; member in struct:serve_expired_data
/freebsd-12-stable/sys/dev/ips/
H A Dips.c339 callout_reset(&sc->timer, 10 * hz, ips_timeout, sc);
425 callout_reset(&sc->timer, 10 * hz, ips_timeout, sc);
500 callout_drain(&sc->timer);
H A Dips.h132 struct callout timer; member in struct:ips_softc
H A Dips_pci.c71 callout_init_mtx(&sc->timer, &sc->queue_mtx, 0);
/freebsd-12-stable/sbin/camcontrol/
H A Depc.c123 { "timer", ATA_SF_EPC_SET_TIMER },
142 int power_cond, int timer, int enable, int save,
173 printf("%sDefault timer setting: %.1f sec\n", prefix,
175 printf("%sSaved timer setting: %.1f sec\n", prefix,
177 printf("%sCurrent timer setting: %.1f sec\n", prefix,
181 printf("%sMinimum timer: %.1f sec\n", prefix,
183 printf("%sMaximum timer: %.1f sec\n", prefix,
525 int power_cond, int timer, int enable, int save,
538 lba |= ((timer << ATA_SF_EPC_TIMER_SHIFT) &
741 warnx("Invalid timer valu
523 epc_set_features(struct cam_device *device, camcontrol_devtype devtype, union ccb *ccb, int retry_count, int timeout, int action, int power_cond, int timer, int enable, int save, int delayed_entry, int hold, int power_src, int restore_src) argument
[all...]
/freebsd-12-stable/contrib/unbound/services/
H A Doutside_network.c192 if(w->timer)
193 comm_timer_delete(w->timer);
539 /* set timer on the waiting_tcp entry, this is the write timeout
540 * for the written packet. The timer on pend->c is the timer
547 * outside_network.tcpwaitlist, then the timer is reset now that
549 comm_timer_set(w->timer, &tv);
746 comm_timer_disable(w->timer);
754 /* stop the timer on read of the fd */
793 comm_timer_set(w->timer,
[all...]
H A Dmesh.c438 /* In case this timer already popped, start it again */
439 if(!mstate->s.serve_expired_data->timer) {
440 mstate->s.serve_expired_data->timer = comm_timer_create(
442 if(!mstate->s.serve_expired_data->timer)
448 comm_timer_set(mstate->s.serve_expired_data->timer, &t);
557 /* add serve expired timer if required and not already there */
659 /* add serve expired timer if not already there */
871 /* Stop and delete the serve expired timer */
872 if(mstate->s.serve_expired_data && mstate->s.serve_expired_data->timer) {
873 comm_timer_delete(mstate->s.serve_expired_data->timer);
[all...]
/freebsd-12-stable/contrib/libpcap/msdos/
H A Dmakefile.dj36 lock.o kmalloc.o quirks.o timer.o net_init.o)
/freebsd-12-stable/sys/x86/xen/
H A Dpv.c80 #include <dev/xen/timer/timer.h>
/freebsd-12-stable/contrib/ngatm/libngatm/
H A Dsscopcust.h87 (S)->timer##T, T##_func); \
/freebsd-12-stable/lib/libc/include/isc/
H A Deventlib.h144 int evTimeRW __P((evContext, evStreamID, evTimerID timer));
/freebsd-12-stable/sys/dev/fe/
H A Dif_fe_pccard.c198 callout_drain(&sc->timer);
/freebsd-12-stable/sys/dev/hptrr/
H A Dhptrr_os_bsd.c226 callout_reset_sbt(&vbus_ext->timer, SBT_1US * interval, 0,
/freebsd-12-stable/sys/dev/isci/
H A Disci.h205 struct callout timer; member in struct:ISCI_REQUEST
/freebsd-12-stable/sys/dev/isci/scil/
H A Dscif_sas_domain_states.c149 scif_cb_timer_stop(fw_domain->controller, fw_domain->operation.timer);
/freebsd-12-stable/sys/dev/nvme/
H A Dnvme_qpair.c458 callout_stop(&tr->timer);
791 callout_init(&tr->timer, 1);
978 callout_reset_on(&tr->timer, timeout, nvme_timeout, tr,
1252 callout_stop(&tr->timer);
/freebsd-12-stable/sys/dev/ocs_fc/
H A Dsli4.h4105 timer:8;
4161 timer:8;
4226 timer:8;
4303 timer:8;
4361 timer:8;
4416 timer:8;
4486 timer:8;
4548 timer:8;
4610 timer:8;
4679 timer
[all...]
/freebsd-12-stable/sys/riscv/riscv/
H A Dtimer.c251 "timer",
258 EARLY_DRIVER_MODULE(timer, nexus, riscv_timer_driver, riscv_timer_devclass,
/freebsd-12-stable/sys/mips/ingenic/
H A Djz4780_timer.c142 device_set_desc(dev, "Ingenic JZ4780 timer");
180 * Disable the timers, select the input for each timer,
261 "timer",
268 EARLY_DRIVER_MODULE(timer, simplebus, jz4780_timer_driver,
312 * If the timer has rolled over, then we have the case:

Completed in 264 milliseconds

12345678910