Searched refs:period (Results 76 - 100 of 213) sorted by relevance

123456789

/freebsd-current/sys/dev/hyperv/vmbus/
H A Dvmbus_et.c98 sbintime_t period __unused)
/freebsd-current/sys/dev/sound/pci/
H A Dhdspe.h230 uint32_t period; member in struct:sc_info
H A Dhdsp.h239 uint32_t period; member in struct:sc_info
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dchrono.cpp98 std::chrono::duration<__int64, std::ratio_multiply<std::ratio<100, 1>, nanoseconds::period>>;
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cq.c118 u16 count, u16 period)
130 cq_context->cq_period = cpu_to_be16(period);
117 mlx4_cq_modify(struct mlx4_dev *dev, struct mlx4_cq *cq, u16 count, u16 period) argument
/freebsd-current/contrib/dma/
H A Dspool.c404 flushqueue_since(unsigned int period) argument
421 /* Did the flush file get touched within the last period seconds? */
422 if (st.st_mtim.tv_sec + (int)period >= now.tv_sec)
/freebsd-current/sys/arm/arm/
H A Dsp804.c123 sp804_timer_start(struct eventtimer *et, sbintime_t first, sbintime_t period) argument
142 if (period != 0) {
143 panic("period");
/freebsd-current/contrib/llvm-project/libcxx/include/__chrono/
H A Dtime_point.h42 typedef typename duration::period period; typedef in class:chrono::time_point
/freebsd-current/usr.sbin/ppp/
H A Dmp.c218 if (mp->link.stats.total.SamplePeriod != mp->cfg.autoload.period) {
220 throughput_init(&mp->link.stats.total, mp->cfg.autoload.period);
233 if (mp->link.stats.total.SamplePeriod != mp->cfg.autoload.period)
259 mp->cfg.autoload.period = SAMPLE_PERIOD;
261 throughput_init(&mp->link.stats.total, mp->cfg.autoload.period);
332 throughput_init(&mp->link.stats.total, mp->cfg.autoload.period);
892 " period %d secs\n", mp->cfg.autoload.min,
893 mp->cfg.autoload.max, mp->cfg.autoload.period);
/freebsd-current/sys/dev/enic/
H A Dvnic_dev.c519 int vnic_dev_counter_dma_cfg(struct vnic_dev *vdev, u32 period, argument
528 if (period > 0 && (period < VNIC_COUNTER_DMA_MIN_PERIOD ||
534 args[2] = period;
546 period != 0);
H A Dvnic_dev.h92 int vnic_dev_counter_dma_cfg(struct vnic_dev *vdev, u32 period,
/freebsd-current/usr.sbin/edquota/
H A Dedquota.c685 fprintf(fd, "Grace period before enforcing soft limits for %ss:\n",
688 fprintf(fd, "%s: block grace period: %s, ",
690 fprintf(fd, "file grace period: %s\n",
730 " block grace period: %ju %s file grace period: %ju %s",
795 cvtatos(uint64_t period, char *units, uint64_t *seconds) argument
799 *seconds = period;
801 *seconds = period * 60;
803 *seconds = period * 60 * 60;
805 *seconds = period * 2
[all...]
/freebsd-current/sys/arm/freescale/vybrid/
H A Dvf_sai.c143 uint32_t period; member in struct:sc_info
372 sc->period = sndbuf_getblksz(ch->buffer);
373 return (sc->period);
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.h129 int wpas_p2p_ext_listen(struct wpa_supplicant *wpa_s, unsigned int period,
220 unsigned int period, unsigned int interval,
/freebsd-current/sys/arm/freescale/imx/
H A Dimx6_sdma.c280 bd->mode.count = conf->period;
281 bd->buffer_addr = conf->saddr + (conf->period * i);
H A Dimx6_sdma.h234 uint32_t period; member in struct:sdma_conf
/freebsd-current/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_attach.c54 .period = 100,
/freebsd-current/sys/dev/evdev/
H A Dinput.h222 uint16_t period; /* ms */ member in struct:ff_periodic_effect
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2835_systimer.c130 bcm_systimer_start(struct eventtimer *et, sbintime_t first, sbintime_t period) argument
/freebsd-current/sys/dev/aic7xxx/
H A Daic7xxx.h544 * an additional timeout period
717 uint8_t period; /* Sync rate factor */ member in struct:ahc_transinfo
760 uint8_t period; /* Period to send to SCSI target */ member in struct:ahc_syncrate
764 /* Safe and valid period for async negotiations. */
1281 struct ahc_syncrate* ahc_find_syncrate(struct ahc_softc *ahc, u_int *period,
1314 u_int period, u_int offset,
H A Daic79xx.h579 * an additional timeout period
770 uint8_t period; /* Sync rate factor */ member in struct:ahd_transinfo
817 /* Safe and valid period for async negotiations. */
821 * In RevA, the synctable uses a 120MHz rate for the period
822 * factor 8 and 160MHz for the period factor 7. The 120MHz
1494 void ahd_find_syncrate(struct ahd_softc *ahd, u_int *period,
1498 u_int period, u_int *offset,
1523 u_int period, u_int offset,
/freebsd-current/sys/riscv/riscv/
H A Dtimer.c115 riscv_timer_et_start(struct eventtimer *et, sbintime_t first, sbintime_t period) argument
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Ddebug.c1437 unsigned long period; local
1440 ret = kstrtoul_from_user(user_buf, count, 0, &period);
1444 if (period > WMI_PDEV_PARAM_CAL_PERIOD_MAX)
1448 if (period == 0)
1453 ar->debug.nf_cal_period = period;
1464 ath10k_warn(ar, "cal period cfg failed from debugfs: %d\n",
1777 ath10k_warn(ar, "cal period cfg failed from debug start: %d\n",
1964 u32 period; local
1966 if (kstrtouint_from_user(ubuf, count, 0, &period))
1969 if (period < ATH10K_QUIET_PERIOD_MI
[all...]
/freebsd-current/sys/kern/
H A Dsched_4bsd.c195 int error, new_val, period; local
197 period = 1000000 / realstathz;
198 new_val = period * sched_slice;
204 sched_slice = imax(1, (new_val + period / 2) / period);
/freebsd-current/lib/libpmc/pmu-events/
H A Djevents.c484 { "inst_retired.any", "event=0xc0,period=2000003" },
485 { "inst_retired.any_p", "event=0xc0,period=2000003" },
486 { "cpu_clk_unhalted.ref", "event=0x0,umask=0x03,period=2000003" },
487 { "cpu_clk_unhalted.thread", "event=0x3c,period=2000003" },
488 { "cpu_clk_unhalted.core", "event=0x3c,period=2000003" },
489 { "cpu_clk_unhalted.thread_any", "event=0x3c,any=1,period=2000003" },
567 char *period = NULL; local
597 addfield(map, &period, "", "period=", val);
706 if (period)
[all...]

Completed in 414 milliseconds

123456789