Searched refs:timer (Results 176 - 200 of 239) sorted by relevance

12345678910

/freebsd-current/contrib/ntp/include/
H A Dntpd.h298 extern void timer (void);
H A Dntp_request.h267 #define REQ_TIMER_STATS 9 /* get timer stats */
397 u_int32 timer; /* peer.timer */ member in struct:info_peer
577 u_int32 overflows; /* timer overflows */
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_timer.c2 * ntp_timer.c - event timer support routines
48 * These routines provide support for the event timer. The timer is
50 * second, and a timer routine which is called when the mainline code
51 * gets around to seeing the flag. The timer routine dispatches the
52 * clock adjustment code if its time has come, then searches the timer
72 u_long endpt_scan_timer; /* interface update timer */
73 static u_long adjust_timer; /* second timer */
74 static u_long stats_timer; /* stats timer */
76 static u_long huffpuff_timer; /* huff-n'-puff timer */
297 timer(void) function
[all...]
H A Dntpd.c813 * and loop waiting for I/O and/or timer expiries.
1495 * Out here, signals are unblocked. Call timer routine
1498 timer();
1523 /* avoid timer starvation during lengthy I/O handling */
1524 timer();
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c940 timer_t timer; member in struct:timer_desirability
944 timer_delete_cleanup(void *timer) argument
946 struct timer_desirability *td = timer;
948 timer_delete(td->timer);
983 struct timer_desirability timer = {}; local
990 if ((timer.desired = pa->pa_progress || pa->pa_astitle)) {
991 if (timer_create(CLOCK_MONOTONIC, &timer_cfg, &timer.timer))
993 (void) timer_settime(timer.timer,
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_core.c219 void mt792x_roc_timer(struct timer_list *timer) argument
221 struct mt792x_phy *phy = from_timer(phy, timer, roc_timer);
/freebsd-current/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c1012 init_timer(&new_ep->timer);
1279 if (timer_pending(&ep->timer)) {
1281 printk(KERN_ERR "%s timer already started! ep %p\n", __func__,
1287 ep->timer.expires = jiffies + ep_timeout_secs * HZ;
1288 ep->timer.data = (unsigned long)ep;
1289 ep->timer.function = ep_timeout;
1290 add_timer(&ep->timer);
1297 del_timer_sync(&ep->timer);
1872 * Stop mpa timer. If it expired, then
2616 init_timer(&ep->timer);
[all...]
/freebsd-current/contrib/ntp/libntp/
H A DMakefile.am47 lib/isc/include/isc/timer.h \
/freebsd-current/sys/arm/ti/cpsw/
H A Dif_cpsw.c679 sc->watchdog.timer = 0;
2287 sc->watchdog.timer = 0; /* Nothing to do. */
2289 sc->watchdog.timer = 0; /* Stuff done while we weren't looking. */
2291 sc->watchdog.timer = 0; /* We just did something. */
2294 ++sc->watchdog.timer;
2295 if (sc->watchdog.timer > 5) {
2296 sc->watchdog.timer = 0;
/freebsd-current/sys/netinet/
H A Dsctp_pcb.c676 * Bump up the refcount so that when the timer completes it
2519 /* Init the timer structure for signature change */
2520 SCTP_OS_TIMER_INIT(&inp->sctp_ep.signature_change.timer);
2685 /* Ok. Let's restart timer. */
3315 * complete then any timer has to be stopped. Then start the actual
3381 * kill timer on the asoc due to it
3513 * If there is a timer running to kill us, forget it, since it may
3885 * We set this to 0, the timer code knows that this means its an
3910 /* Init the timer structure */
3911 SCTP_OS_TIMER_INIT(&net->rxt_timer.timer);
[all...]
/freebsd-current/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h282 struct callout timer; member in struct:sdp_tx_ring
344 struct callout keep2msl; /* 2msl and keepalive timer. */
/freebsd-current/crypto/openssl/include/openssl/
H A Dcrypto.h433 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
/freebsd-current/sys/dev/qlnx/qlnxr/
H A Dqlnxr_def.h47 #include <linux/timer.h>
/freebsd-current/sys/dev/qat/include/common/
H A Dadf_accel_devices.h644 struct timer_list timer; member in struct:adf_int_timer
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmt7615.h457 void mt7615_roc_timer(struct timer_list *timer);
H A Dmain.c1058 void mt7615_roc_timer(struct timer_list *timer) argument
1060 struct mt7615_phy *phy = from_timer(phy, timer, roc_timer);
/freebsd-current/sys/contrib/dev/iwlwifi/pcie/
H A Dinternal.h15 #include <linux/timer.h>
/freebsd-current/sys/dev/isci/scil/
H A Dscif_sas_domain_state_handlers.c144 fw_domain->operation.timer,
/freebsd-current/sys/dev/isp/
H A Disp_freebsd.h146 struct callout timer; member in struct:isp_timed_notify_ack
169 struct callout wdog; /* watchdog timer */
218 struct callout gdt; /* gone device timer */
271 struct callout tmo; /* general timer */
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h43 #include <linux/timer.h>
728 struct timer_list timer; member in struct:mlx4_catas_err
/freebsd-current/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c378 callout_drain(&vbus_ext->timer);
1002 /* make timer available here */
1004 callout_init_mtx(&vbus_ext->timer, &vbus_ext->lock, 0);
/freebsd-current/sys/dev/e1000/
H A De1000_ich8lan.c917 * enabled immediately upon link up since they have a timer in hardware which
1232 * e1000_set_obff_timer_pch_lpt - Update Optimized Buffer Flush/Fill timer
1241 s32 timer; local
1245 /* Convert ITR value into microseconds for OBFF timer */
1246 timer = itr & E1000_ITR_MASK;
1247 timer = (timer * E1000_ITR_MULT) / 1000;
1249 if ((timer < 0) || (timer > E1000_ITR_MASK)) {
1250 DEBUGOUT1("Invalid OBFF timer
[all...]
/freebsd-current/usr.sbin/ppp/
H A Dphysical.c64 #include "timer.h"
614 p->hdlc.lqm.timer.state = TIMER_STOPPED;
636 if (p->hdlc.lqm.method && p->hdlc.lqm.timer.load)
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmcu.c521 u8 timer; member in struct:mu_edca
581 e->timer = q->mu_edca_timer;
/freebsd-current/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c382 callout_drain(&vbus_ext->timer);
1079 /* make timer available here */
1081 callout_init_mtx(&vbus_ext->timer, &vbus_ext->lock, 0);

Completed in 467 milliseconds

12345678910