HomeSort by relevance Sort by last modified time
    Searched defs:tick (Results 1 - 19 of 19) sorted by null

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/t/
HiRes.t 163 my $tick = 0;
164 local $SIG{ALRM} = sub { $tick++ };
166 my $one = time; $tick = 0; ualarm(10_000); while ($tick == 0) { sleep }
167 my $two = time; $tick = 0; ualarm(10_000); while ($tick == 0) { sleep }
171 $tick = 0;
173 while ($tick < 3) { sleep }
220 $SIG{ALRM} = "tick";
248 sub tick subroutine
    [all...]
  /onnv/onnv-gate/usr/src/cmd/refer/
tick.c 30 tick(void) function
  /onnv/onnv-gate/usr/src/uts/sun4u/cpu/
opl_kdi.c 92 uint64_t endtick, tick; local
106 tick = gettick();
107 if (tick > endtick) {
us3_cheetah.c 161 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...]
us3_jalapeno.c 183 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...]
us3_cheetahplus.c 168 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...]
opl_olympus.c 335 uint64_t starttick, endtick, tick, lasttick; local
409 tick = gettick();
411 * If there is a big jump between the current tick
415 if (tick > (lasttick + xc_tick_jump_limit))
416 endtick += (tick - lasttick);
417 lasttick = tick;
418 if (tick > endtick) {
507 while (gettick() < (tick + sys_clock_mhz))
623 * The traptrace code uses either %tick or %stick for
676 uint64_t idsr, starttick, endtick, tick, lasttick local
    [all...]
spitfire.c 684 uint64_t tick, tick_prev; local
689 tick = starttick = gettick();
698 * When we detect an irregular tick jump, we adjust
699 * the timer window to the current tick value.
701 tick_prev = tick;
702 tick = gettick();
703 ticks = tick - tick_prev;
705 endtick = tick + xc_tick_limit;
706 } else if (tick > endtick) {
    [all...]
us3_common.c 544 * The traptrace code uses either %tick or %stick for
1069 uint64_t idsr, starttick, endtick, tick, lasttick; local
1096 tick = gettick();
1098 * If there is a big jump between the current tick
1102 if (tick > (lasttick + xc_tick_jump_limit))
1103 endtick += (tick - lasttick);
1104 lasttick = tick;
1105 if (tick > endtick) {
1117 tick = gettick();
1118 endtick = tick + xc_tick_limit
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4v/os/
mach_mp_states.c 170 uint64_t starttick, endtick, tick, lasttick; local
194 tick = gettick();
197 * If there is a big jump between the current tick
201 if (tick > (lasttick + xc_tick_jump_limit)) {
202 endtick += (tick - lasttick);
205 lasttick = tick;
206 if (tick > endtick) {
mach_cpu_states.c 425 * Turn off TRAPTRACE and save the current %tick value in panic_tick.
741 uint64_t starttick, endtick, tick, lasttick; local
764 tick = gettick();
766 * If there is a big jump between the current tick
770 if (tick > (lasttick + xc_tick_jump_limit))
771 endtick += (tick - lasttick);
772 lasttick = tick;
773 if (tick > endtick) {
800 uint64_t starttick, endtick, tick, lasttick; local
920 tick = gettick()
1216 uint64_t starttick, endtick, tick, lasttick, traptrace_id; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/sparc/mdb/
kvm_v9dep.c 249 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;
  /onnv/onnv-gate/usr/src/uts/common/sys/
ddi_timer.h 67 hrtime_t tick; /* tick of this cyclic */ member in struct:cyc_timer
  /onnv/onnv-gate/usr/src/cmd/graph/
graph.c 63 int tick = 50; variable
605 line(mark,yd.xbot,mark,yd.xbot+tick);
606 line(mark,yd.xtop-tick,mark,yd.xtop);
613 line(xd.xbot,mark,xd.xbot+tick,mark);
614 line(xd.xtop-tick,mark,xd.xtop,mark);
  /onnv/onnv-gate/usr/src/cmd/cpc/common/
cpustat.c 197 case 't': /* print %tick */
322 uint64_t tick; local
326 tick = cpc_buf_tick(cpc, buf);
329 mstimestamp(hrtime), (int)cpuid, "tick");
332 "%9" PRId64 " ", tick);
  /onnv/onnv-gate/usr/src/cmd/trapstat/sun4/
trapstat.c 1178 hrtime_t tick = g_ndata->tdata_snaptick - g_odata->tdata_snaptick; local
    [all...]
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
tg3.c 1261 unsigned int tick; local
1276 tick = 0;
1277 while (++tick < 195000) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/kmdb/
kmdb_kvm.c 2166 char *tick, *objname, *symname; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
clock.c 126 * time_precision is usually equal to the kernel tick variable; however,
160 * time_adj is the adjustment added to the value of tick at each timer
171 int32_t time_adj = 0; /* tick adjust (scaled 1 / hz) */
200 * offset burst more than tick/2 from current nominal offset. It is used
255 * reprogramed to fire at a clock tick interval to serve consumers of lbolt who
406 clock_t now = LBOLT_NO_ACCOUNT; /* current tick */
420 * the time delta processing which occurs every clock tick
923 * became runable during the last tick.
2122 hrtime_t tick = gethrtime(); local
    [all...]

Completed in 2200 milliseconds