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

<<111213141516

/illumos-gate/usr/src/uts/common/disp/
H A Dsysdc.c515 * Otherwise, if we've already done a pri check this tick,
536 * throw away the old data, and pretend this tick didn't happen.
565 const uint_t tick = (flags & SDC_UPDATE_TICK); local
609 * the thread's priority if our timeout is delayed by a tick or
639 if (tick) {
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c684 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) {
H A Dus3_common.c550 * The traptrace code uses either %tick or %stick for
1075 uint64_t idsr, starttick, endtick, tick, lasttick; local
1102 tick = gettick();
1104 * If there is a big jump between the current tick
1108 if (tick > (lasttick + xc_tick_jump_limit))
1109 endtick += (tick - lasttick);
1110 lasttick = tick;
1111 if (tick > endtick) {
1123 tick = gettick();
1124 endtick = tick
[all...]
H A Dspitfire_asm.s1324 * Clear the NPT (non-privileged trap) bit in the %tick
1326 * tick counter as consistent as possible, we disable
1335 rdpr %tick, %g2 /* get tick register */
1342 rdpr %tick, %g2 /* get tick register */
1343 wrpr %g3, %g2, %tick /* write tick register, */
1346 rdpr %tick, %g0 /* read (s)tick (BB_ERRATA_
[all...]
H A Dopl_olympus_asm.s2077 * Clear the NPT (non-privileged trap) bit in the %tick/%stick
2079 * tick/stick counter as consistent as possible, we disable
2088 rdpr %tick, %g2 /* get tick register */
2095 rdpr %tick, %g2 /* get tick register */
2096 wrpr %g3, %g2, %tick /* write tick register, */
H A Dus3_common_asm.s2428 * Clear the NPT (non-privileged trap) bit in the %tick/%stick
2430 * tick/stick counter as consistent as possible, we disable
2439 rdpr %tick, %g2 /* get tick register */
2446 rdpr %tick, %g2 /* get tick register */
2447 wrpr %g3, %g2, %tick /* write tick register, */
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c1261 unsigned int tick; local
1276 tick = 0;
1277 while (++tick < 195000) {
/illumos-gate/usr/src/uts/common/os/
H A Dkcpc.c428 kcpc_sample(kcpc_set_t *set, uint64_t *buf, hrtime_t *hrtime, uint64_t *tick) argument
492 if (copyout(&ctx->kc_vtick, tick, sizeof (uint64_t)) == -1)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsendmail.h2650 extern SIGFUNC_DECL tick __P((int));

Completed in 121 milliseconds

<<111213141516