Searched refs:interval (Results 1 - 25 of 238) sorted by relevance

12345678910

/freebsd-current/sys/contrib/openzfs/cmd/zpool/zpool.d/
H A Diostat-1s29 interval=1
34 interval=10
46 ${interval:+"-w $interval"} \
47 ${interval:+"-c 1"} \
52 ${interval:+"$interval"} \
53 ${interval:+"1"} \
H A Diostat29 interval=1
34 interval=10
46 ${interval:+"-w $interval"} \
47 ${interval:+"-c 1"} \
52 ${interval:+"$interval"} \
53 ${interval:+"1"} \
H A Diostat-10s29 interval=1
34 interval=10
46 ${interval:+"-w $interval"} \
47 ${interval:+"-c 1"} \
52 ${interval:+"$interval"} \
53 ${interval:+"1"} \
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dautoscan_exponential.c19 int interval; member in struct:autoscan_exponential_data
84 if (data->interval >= data->limit)
87 if (data->interval <= 0)
88 data->interval = data->base;
90 data->interval = data->interval * data->base;
91 if (data->interval > data->limit)
95 return data->interval;
H A Dautoscan_periodic.c24 int interval; local
29 interval = atoi(params);
31 if (interval < 0)
34 data->periodic_interval = interval;
54 wpa_printf(MSG_DEBUG, "autoscan periodic: interval is %d",
H A Dautoscan.c98 scan_plans[0].interval = 5;
146 int interval; local
149 interval = wpa_s->autoscan->notify_scan(wpa_s->autoscan_priv,
152 if (interval <= 0)
155 wpa_s->scan_interval = interval;
156 wpa_s->sched_scan_plans[0].interval = interval;
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dzfs_ratelimit.h30 * Pointer to number of events per interval. We do this to
35 unsigned int interval; /* Interval length in seconds */ member in struct:__anon10466
41 unsigned int interval);
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dratelimit.h9 #define DEFINE_RATELIMIT_STATE(name, interval, burst) \
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzfs_ratelimit.c32 * burst: Number to allow in an interval before rate limiting
33 * interval: Interval time in seconds
37 unsigned int interval)
41 rl->interval = interval;
88 if (NSEC2SEC(elapsed) >= rl->interval) {
36 zfs_ratelimit_init(zfs_ratelimit_t *rl, unsigned int *burst, unsigned int interval) argument
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats_timing.cpp88 std::string formatSI(double interval, int width, char unit) { argument
103 if (interval == 0.0) {
110 if (interval < 0.0) {
112 interval = -interval;
116 if (interval * ranges[i].scale < 1.e0) {
117 interval = interval * 1000.e0 * ranges[i].scale;
119 << std::right << (negative ? -interval : interval) << st
[all...]
H A Dkmp_stats_timing.h36 double seconds() const; // Return the length of a time interval in seconds
105 extern std::string formatSI(double interval, int width, char unit);
107 inline std::string formatSeconds(double interval, int width) { argument
108 return formatSI(interval, width, 'S');
111 inline std::string formatTicks(double interval, int width) { argument
112 return formatSI(interval, width, 'T');
/freebsd-current/tools/tools/mwl/mwlstats/
H A Dmain.c34 * mwlstats [-i interface] [-l] [-o fmtstring] [interval]
36 * (default interface is mv0). If interval is specified a rolling output
37 * a la netstat -i is displayed every interval seconds. The format of
80 errx(-1, "usage: %s [-a] [-i ifname] [-l] [-o fmt] [interval]\n", argv[0]);
88 u_long interval = strtoul(argv[0], NULL, 0); local
91 if (interval < 1)
92 interval = 1;
95 alarm(interval);
114 alarm(interval);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/perf/scripts/
H A Dprefetch_io.sh33 echo "Usage: ${0##*/} poolname interval" >&2
37 interval=$2
59 sleep "$interval"
/freebsd-current/sys/net80211/
H A Dieee80211_rssadapt.h48 int interval; /* update interval (ticks) */ member in struct:ieee80211_rssadapt
59 /* Tx failures in this update interval */
61 /* Tx successes in this update interval */
/freebsd-current/tools/tools/npe/npestats/
H A Dmain.c94 errx(-1, "usage: %s [-a] [-i ifname] [-l] [-o fmt] [interval]\n", argv[0]);
102 u_long interval = strtoul(argv[0], NULL, 0); local
105 if (interval < 1)
106 interval = 1;
109 alarm(interval);
129 alarm(interval);
/freebsd-current/tools/tools/ath/athaggrstats/
H A Dmain.c35 * athaggrstats [-i interface] [-bz] [-l] [-o fmtstring] [interval]
37 * (default interface is ath0). If interval is specified a rolling output
38 * a la netstat -i is displayed every interval seconds. The format of
110 errx(-1, "usage: %s [-a] [-i ifname] [-l] [-o fmt] [-z] [interval]\n", argv[0]);
118 u_long interval = strtoul(argv[0], NULL, 0); local
121 if (interval < 1)
122 interval = 1;
125 alarm(interval);
145 alarm(interval);
/freebsd-current/tools/tools/ath/athstats/
H A Dmain.c34 * athstats [-i interface] [-bz] [-l] [-o fmtstring] [interval]
36 * (default interface is ath0). If interval is specified a rolling output
37 * a la netstat -i is displayed every interval seconds. The format of
118 errx(-1, "usage: %s [-a] [-i ifname] [-l] [-o fmt] [-z] [interval]\n", argv[0]);
126 u_long interval = strtoul(argv[0], NULL, 0); local
129 if (interval < 1)
130 interval = 1;
133 alarm(interval);
153 alarm(interval);
/freebsd-current/tools/tools/netrate/netsend/
H A Dnetsend.c48 struct timespec interval; member in struct:_a
130 * wait between our calculated interval and dropping the provided packet
155 ns = a->interval.tv_nsec;
156 if (timespec_ge(&tmptime, &a->interval))
158 "warning: interval (%jd.%09ld) less than resolution (%jd.%09ld)\n",
159 (intmax_t)a->interval.tv_sec, a->interval.tv_nsec,
161 /* interval too short, limit the number of gettimeofday()
206 timespec_add(&nexttime, &a->interval);
368 a.interval
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp_reset_interval.ksh71 for interval in $(seq $MMP_INTERVAL_MIN 200 $MMP_INTERVAL_DEFAULT); do
73 log_must set_tunable64 MULTIHOST_INTERVAL $interval
82 if [ $interval -ne $mmp_write ]; then
83 log_fail "ERROR: mmp_write $mmp_write != $interval"
/freebsd-current/contrib/ntp/libntp/lib/isc/include/isc/
H A Dtimer.h112 isc_interval_t *interval,
123 isc_time_t *expires, isc_interval_t *interval,
172 isc_interval_t *interval,
179 * are specified by 'expires' and 'interval'. Events will be posted to
186 * 'interval' seconds. The value of 'expires' is ignored.
190 * timeout will be generated. 'interval' specifies how long the timer
196 * If 'interval' is NULL, the zero interval will be used.
208 *\li 'interval' points to a valid interval, o
[all...]
/freebsd-current/cddl/usr.sbin/zfsd/
H A Dcallout.h74 * Function called (via SIGALRM) when our interval
108 * \param interval Timeval indicating the time which must elapse
120 bool Reset(const timeval &interval, CalloutFunc_t *func, void *arg);
141 * The interval timer has expired. This variable is set from
/freebsd-current/tools/regression/p1003_1b/
H A Dfifo.c89 struct timespec interval; local
97 /* What is the round robin interval?
100 if (sched_rr_get_interval(0, &interval) == -1) {
146 /* Set an alarm for 250 times the round-robin interval.
150 itimerval.it_value.tv_usec = interval.tv_nsec / (1000 / 250);
186 * should run within twice the interval.
202 * the alarm for twice the interval:
204 itimerval.it_value.tv_usec = interval.tv_nsec / 500;
/freebsd-current/sys/sys/
H A Dpidctrl.h70 int pc_interval; /* Update interval in ticks. */
81 * setpoint and interval. Measurement under multiple loads should be
91 void pidctrl_init(struct pidctrl *pc, int interval, int setpoint,
96 * This is the classic PID controller where the interval is clamped to
100 * only be called once per-interval or the derivative term will be
111 * work necessary to be completed in the current interval to eliminate error.
114 * given time interval for ease of client implementation. This should only
/freebsd-current/sys/netpfil/ipfw/
H A Ddn_aqm_codel.c84 value = codel_sysctl.interval;
91 codel_sysctl.interval = value * AQM_TIME_1US ;
129 SYSCTL_PROC(_net_inet_ip_dummynet_codel, OID_AUTO, interval,
132 "CoDel interval in microsecond");
152 /* return time + isqrt(1)*interval */
153 return t + cprms->interval;
181 return t + ((cprms->interval * temp) >> FIX_POINT_BITS);
378 ccfg->interval = codel_sysctl.interval;
380 ccfg->interval
[all...]
/freebsd-current/sys/contrib/alpine-hal/
H A Dal_hal_iofic.h85 * @param resolution resolution of the timer interval, the resolution determines the rate
86 * of decrementing the interval timer, setting value N means that the interval
95 * configure the moderation timer interval for a given legacy interrupt group
99 * @param interval between interrupts in resolution units. 0 disable
104 uint8_t interval);
107 * configure the moderation timer interval for a given msix vector
112 * @param interval interval between interrupts, 0 disable
117 uint8_t vector, uint8_t interval);
[all...]

Completed in 296 milliseconds

12345678910