Searched refs:timer (Results 276 - 280 of 280) sorted by relevance

<<1112

/freebsd-10.1-release/sys/dev/advansys/
H A Dadvlib.c1034 callout_reset(&cinfo->timer, 5 * hz, adv_timeout, ccb);
/freebsd-10.1-release/sys/dev/aic7xxx/
H A Daic79xx.c5489 * Stop periodic timer callbacks.
6568 * The selection timer duration is twice as long
7112 ahd_update_coalescing_values(struct ahd_softc *ahd, u_int timer, u_int maxcmds, argument
7115 if (timer > AHD_TIMER_MAX_US)
7116 timer = AHD_TIMER_MAX_US;
7117 ahd->int_coalescing_timer = timer;
7124 ahd_outw(ahd, INT_COALESCING_TIMER, timer / AHD_TIMER_US_PER_TICK);
8090 * timer to 0 to have the check performed as soon as possible
8091 * from the timer context.
8383 * the timer i
[all...]
/freebsd-10.1-release/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c1618 init_timer(&(qhp->timer));
/freebsd-10.1-release/contrib/ntp/ntpdc/
H A Dntpdc_ops.c128 "display event timer subsystem statistics" },
170 { "io|sys|mem|timer|auth|ctl|allpeers", "...", "...", "..." },
618 (void) fprintf(fp, "timer %lds, flags", (long)ntohl(pp->timer));
931 (void) fprintf(fp, "watchdog timer: %ld s\n",
1212 * timerstats - print timer statistics
2078 { "timer", RESET_FLAG_TIMER },
/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-mio-defs.h5952 timer. When CHIPKILL=1 and the timer expires,
5954 next chip reset. The CHIPKILL timer can be
5956 The length of the CHIPKILL timer is specified by
6028 timer. When CHIPKILL=1 and the timer expires,
6030 next chip reset. The CHIPKILL timer can be
6032 The length of the CHIPKILL timer is specified by
6147 timer. When CHIPKILL=1 and the timer expire
6427 uint64_t timer : 47; /**< CHIPKILL timer measured in SCLKs. Reads return member in struct:cvmx_mio_rst_ckill::cvmx_mio_rst_ckill_s
[all...]

Completed in 299 milliseconds

<<1112