Searched defs:notick (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dclock_tick.c296 int notick, intr; local
409 * Setting notick to a TRUE value (ie. not 0)
413 notick = ((cp->cpu_flags & CPU_QUIESCED) || CPU_ON_INTR(cp) ||
416 if ((!notick) && (t->t_lbolt < mylbolt)) {

Completed in 56 milliseconds