Searched refs:tick (Results 326 - 350 of 384) sorted by relevance

<<111213141516

/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.br.d64 profile:::tick-4
H A Dtst.branch.d72 profile:::tick-4
/illumos-gate/usr/src/cmd/refer/
H A Dtick.c30 tick(void) function
H A DMakefile40 tick.o types.o
82 deliv2.o hunt8.o glue4.o tick.o
129 deliv2.c hunt8.c glue4.c tick.c $(LDLIBS)
/illumos-gate/usr/src/cmd/dtrace/demo/udp/
H A Dudptop.d81 profile:::tick-1sec
90 profile:::tick-1sec
121 profile:::tick-1sec
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/buffering/
H A Dtst.cputime.ksh56 tick-1sec
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.d56 tick-10s
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/mib/
H A Dtst.tcp.ksh65 profile:::tick-10msec
71 profile:::tick-1s
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.roch.d89 tick-1sec
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_cheetah.c161 uint64_t starttick, endtick, tick, lasttick; local
222 tick = gettick();
224 * If there is a big jump between the current tick
228 if (tick > (lasttick + xc_tick_jump_limit))
229 endtick += (tick - lasttick);
230 lasttick = tick;
231 if (tick > endtick) {
252 tick = gettick();
253 endtick = tick + xc_tick_limit;
254 lasttick = tick;
[all...]
H A Dus3_jalapeno.c183 uint64_t starttick, endtick, tick, lasttick; local
217 tick = gettick();
219 * If there is a big jump between the current tick
223 if (tick > (lasttick + xc_tick_jump_limit))
224 endtick += (tick - lasttick);
225 lasttick = tick;
226 if (tick > endtick) {
247 tick = gettick();
248 endtick = tick + xc_tick_limit;
249 lasttick = tick;
[all...]
H A Dus3_cheetahplus.c168 uint64_t starttick, endtick, tick, lasttick; local
229 tick = gettick();
231 * If there is a big jump between the current tick
235 if (tick > (lasttick + xc_tick_jump_limit))
236 endtick += (tick - lasttick);
237 lasttick = tick;
238 if (tick > endtick) {
259 tick = gettick();
260 endtick = tick + xc_tick_limit;
261 lasttick = tick;
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.index.d86 tick-1ms
140 tick-1ms
147 tick-1ms
165 tick-1ms
183 tick-1ms
202 tick-1ms
221 tick-1ms
H A Dtst.strtok.d131 tick-1ms
142 tick-1ms
H A Dtst.substr.d180 tick-1ms
203 tick-1ms
226 tick-1ms
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_cpu_states.c476 * Turn off TRAPTRACE and save the current %tick value in panic_tick.
792 uint64_t starttick, endtick, tick, lasttick; local
815 tick = gettick();
817 * If there is a big jump between the current tick
821 if (tick > (lasttick + xc_tick_jump_limit))
822 endtick += (tick - lasttick);
823 lasttick = tick;
824 if (tick > endtick) {
851 uint64_t starttick, endtick, tick, lasttick; local
971 tick
1269 uint64_t starttick, endtick, tick, lasttick, traptrace_id; local
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.depth.ksh58 tick-1sec
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.h83 int (*tick)(pctx_t *, pid_t, id_t, void *));
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/cpc/
H A Dtst.allcpus.ksh67 tick-1s
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachclock.h38 * the %tick and %stick registers as well as reading and writing
46 * Since the read of the %tick or %stick is not an atomic operation,
51 * Callers that need to read the %tick register and can guarantee
71 * For sun4v platforms %tick can change dynamically *without* kernel
75 * The frequency of %tick cannot be relied upon by kernel code,
107 rd %tick, out; \
119 rd %tick, out; \
132 * Read the %tick register without taking the native_tick_offset
137 rd %tick, out
140 * For traptrace, which requires either the %tick o
[all...]
/illumos-gate/usr/src/cmd/mdb/sparc/mdb/
H A Dkvm_v9dep.c249 uint64_t tick; local
367 * The panic_tick variable records %tick at the approximate
370 if (mdb_tgt_readsym(t, MDB_TGT_AS_VIRT, &tick, sizeof (tick),
371 MDB_TGT_OBJ_EXEC, "panic_tick") == sizeof (tick))
372 kregs[KREG_TICK] = tick;
/illumos-gate/usr/src/test/zfs-tests/tests/perf/scripts/
H A Dprefetch_io.d68 tick-$2s
/illumos-gate/usr/src/cmd/tail/tests/
H A Dtailtests.sh390 tick-1sec
395 tick-1sec
421 tick-1sec
427 tick-1sec
/illumos-gate/usr/src/uts/sun4u/starfire/ml/
H A Didn_asm.s145 rd %tick, %o4 ! baseline tick
171 rd %tick, %g5
175 ! (can tick ever overflow?)
178 sub %o5, %g5, %g2 ! limit - tick < 0 if timeout
223 rd %tick, %g4
228 rd %tick, %g4
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasreg.h341 * This yields nanoseconds per input clock tick
362 #define FAS_CLOCK_TIMEOUT(tick, selection_timeout) \
363 (((selection_timeout) * MEG) + (tick) - 1) / (tick)

Completed in 126 milliseconds

<<111213141516