Searched refs:interval (Results 26 - 50 of 192) sorted by relevance

12345678

/freebsd-9.3-release/cddl/contrib/dtracetoolkit/System/
H A Dtopsyscall12 # USAGE: topsyscall [-Cs] [interval [count]]
19 # syscalls total syscalls in this interval
22 # COUNT total syscalls in this interval
52 count=-1; interval=1; opt_persec=0; opt_clear=1
61 USAGE: topsyscall [-s] [interval [count]]
75 interval=$1; shift
98 inline int INTERVAL = '$interval';
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Djs_stat.d11 * USAGE: js_stat.d [interval [count]]
19 * The numbers are counts for the interval specified. The default interval
52 interval = $1 ? $1 : 1;
54 secs = interval;
105 printf("%-20Y %8d %8d %8d %8d\n", walltimestamp, execs / interval,
106 funcs / interval, objnew / interval, objfree / interval);
108 secs = interval;
[all...]
H A Diopattern13 # [interval [count]]
78 filter=0; device=.; filename=.; mount=.; interval=1; count=-1
90 [interval [count]]
110 interval=$1; shift
131 inline int INTERVAL = '$interval';
H A Diopending13 # [-m mount_point] [interval [count]]
66 interval=5; count=-1
78 [-m mount_point] [interval [count]]
98 interval=$1; shift
126 inline int INTERVAL = '$interval';
H A Diotop11 # [-m mount_point] [-t top] [interval [count]]
103 opt_top=0; opt_elapsed=0; opt_dtime=0; interval=5; count=-1; top=0
121 [-m mount_point] [-t top] [interval [count]]
149 interval=$1; shift
190 inline int INTERVAL = '$interval';
H A Drwtop12 # [-t top] [interval [count]]
74 opt_top=0; opt_count=0; interval=5; count=-1; top=0
89 [-t top] [interval [count]]
113 interval=$1; shift
148 inline int INTERVAL = '$interval';
H A Ddexplorer12 # USAGE: dexplorer [-yDT] [-d outputdir] [-i interval]
19 # -i interval # interval for each sample
60 interval=5 # time of each sample
79 i) interval=$OPTARG ;;
85 USAGE: dexplorer [-qyDT] [-d outputdir] [-i interval]
92 -i interval # interval for each sample
127 if [[ "$interval" == *[a-zA-Z]* ]]; then
128 print "ERROR2: Invalid interval
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/JavaScript/
H A Djs_stat.d11 * USAGE: js_stat.d [interval [count]]
19 * The numbers are counts for the interval specified. The default interval
52 interval = $1 ? $1 : 1;
54 secs = interval;
105 printf("%-20Y %8d %8d %8d %8d\n", walltimestamp, execs / interval,
106 funcs / interval, objnew / interval, objfree / interval);
108 secs = interval;
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/
H A Diopattern13 # [interval [count]]
78 filter=0; device=.; filename=.; mount=.; interval=1; count=-1
90 [interval [count]]
110 interval=$1; shift
131 inline int INTERVAL = '$interval';
H A Diotop11 # [-m mount_point] [-t top] [interval [count]]
103 opt_top=0; opt_elapsed=0; opt_dtime=0; interval=5; count=-1; top=0
121 [-m mount_point] [-t top] [interval [count]]
149 interval=$1; shift
190 inline int INTERVAL = '$interval';
H A Drwtop12 # [-t top] [interval [count]]
74 opt_top=0; opt_count=0; interval=5; count=-1; top=0
89 [-t top] [interval [count]]
113 interval=$1; shift
148 inline int INTERVAL = '$interval';
H A Ddexplorer12 # USAGE: dexplorer [-yDT] [-d outputdir] [-i interval]
19 # -i interval # interval for each sample
60 interval=5 # time of each sample
79 i) interval=$OPTARG ;;
85 USAGE: dexplorer [-qyDT] [-d outputdir] [-i interval]
92 -i interval # interval for each sample
127 if [[ "$interval" == *[a-zA-Z]* ]]; then
128 print "ERROR2: Invalid interval
[all...]
/freebsd-9.3-release/sys/arm/at91/
H A Dat91_wdt.c56 u_int interval; member in struct:wdt_softc
95 u_int interval; local
101 interval = cmd & WD_INTERVAL;
102 if (interval > WD_TO_16SEC)
104 else if (interval > 0)
105 sc->cmd = interval | WD_ACTIVE;
128 callout_reset(&sc->tick_ch, sc->interval, wdt_tick, sc);
194 /* interval * hz */
195 sc->interval = (((wdt_mr & WDT_WDV(~0)) + 1) * WDT_DIV) /
199 sc->interval / h
[all...]
/freebsd-9.3-release/tools/tools/mwl/mwlstats/
H A Dmain.c36 * mwlstats [-i interface] [-l] [-o fmtstring] [interval]
38 * (default interface is mv0). If interval is specified a rolling output
39 * a la netstat -i is displayed every interval seconds. The format of
82 errx(-1, "usage: %s [-a] [-i ifname] [-l] [-o fmt] [interval]\n", argv[0]);
90 u_long interval = strtoul(argv[0], NULL, 0); local
93 if (interval < 1)
94 interval = 1;
97 alarm(interval);
116 alarm(interval);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Disk/
H A Diopending13 # [-m mount_point] [interval [count]]
66 interval=5; count=-1
78 [-m mount_point] [interval [count]]
98 interval=$1; shift
126 inline int INTERVAL = '$interval';
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_rssadapt.h47 int interval; /* update interval (ticks) */ member in struct:ieee80211_rssadapt
58 /* Tx failures in this update interval */
60 /* Tx successes in this update interval */
/freebsd-9.3-release/tools/tools/ath/athstats/
H A Dmain.c36 * athstats [-i interface] [-bz] [-l] [-o fmtstring] [interval]
38 * (default interface is ath0). If interval is specified a rolling output
39 * a la netstat -i is displayed every interval seconds. The format of
117 errx(-1, "usage: %s [-a] [-i ifname] [-l] [-o fmt] [-z] [interval]\n", argv[0]);
125 u_long interval = strtoul(argv[0], NULL, 0); local
128 if (interval < 1)
129 interval = 1;
132 alarm(interval);
152 alarm(interval);
/freebsd-9.3-release/tools/tools/npe/npestats/
H A Dmain.c96 errx(-1, "usage: %s [-a] [-i ifname] [-l] [-o fmt] [interval]\n", argv[0]);
104 u_long interval = strtoul(argv[0], NULL, 0); local
107 if (interval < 1)
108 interval = 1;
111 alarm(interval);
131 alarm(interval);
/freebsd-9.3-release/tools/tools/netrate/netsend/
H A Dnetsend.c46 struct timespec interval; member in struct:_a
127 * wait between our calculated interval and dropping the provided packet
151 if (timespec_ge(&tmptime, &a->interval))
153 "warning: interval (%jd.%09ld) less than resolution (%jd.%09ld)\n",
154 (intmax_t)a->interval.tv_sec, a->interval.tv_nsec,
156 if (a->interval.tv_nsec < minres_ns) {
190 timespec_add(&nexttime, &a->interval);
317 a.interval.tv_sec = 0;
318 a.interval
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-thunder.c156 static int cvmx_rtc_ds1374_alarm_counter_set(uint32_t interval) argument
163 rc |= cvmx_twsi_write8(CVMX_RTC_DS1374_ADDR, RTC_WD_ALM_CNT_BYTE0_ADDR+i, interval & 0xFF);
164 interval >>= 8;
173 uint32_t interval = 0;
177 interval |= ( cvmx_twsi_read8(CVMX_RTC_DS1374_ADDR,RTC_WD_ALM_CNT_BYTE0_ADDR+i) & 0xff) << (i*8);
179 return interval;
285 * where a variable interval is required.
293 * Refresh watchdog timer, setting a specific expiration interval.
/freebsd-9.3-release/usr.bin/procstat/
H A Dprocstat.c51 "[-w interval] \n");
116 int ch, interval, tmp; local
126 interval = 0;
202 interval = l;
287 if (interval)
288 sleep(interval);
289 } while (interval);
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-babel.c241 u_short nonce, interval; local
248 interval = EXTRACT_16BITS(message + 6);
249 printf("%04x %d", nonce, interval);
268 u_short seqno, interval; local
275 interval = EXTRACT_16BITS(message + 6);
276 printf("seqno %u interval %u", seqno, interval);
282 unsigned short txcost, interval; local
291 interval = EXTRACT_16BITS(message + 6);
294 printf("%s txcost %u interval
337 u_short interval, seqno, metric; local
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dtimer.h112 const isc_interval_t *interval,
124 const isc_interval_t *interval,
173 const isc_interval_t *interval,
180 * are specified by 'expires' and 'interval'. Events will be posted to
187 * 'interval' seconds. The value of 'expires' is ignored.
191 * timeout will be generated. 'interval' specifies how long the timer
197 * If 'interval' is NULL, the zero interval will be used.
209 *\li 'interval' points to a valid interval, o
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dtimer_api.c99 const isc_time_t *expires, const isc_interval_t *interval,
106 interval, task, action, arg,
131 const isc_time_t *expires, const isc_interval_t *interval,
136 return (timer->methods->reset(timer, type, expires, interval, purge));
98 isc_timer_create(isc_timermgr_t *manager, isc_timertype_t type, const isc_time_t *expires, const isc_interval_t *interval, isc_task_t *task, isc_taskaction_t action, const void *arg, isc_timer_t **timerp) argument
130 isc_timer_reset(isc_timer_t *timer, isc_timertype_t type, const isc_time_t *expires, const isc_interval_t *interval, isc_boolean_t purge) argument
/freebsd-9.3-release/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;

Completed in 203 milliseconds

12345678