Home
last modified time | relevance | path

Searched refs:it_pending (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dtimer.c152 it->it_pending = 0; in timer_delete_locked()
169 if (it->it_pending > 0) { in timer_delete_locked()
412 ASSERT(it->it_pending > 0); in timer_signal()
413 it->it_overrun = it->it_pending - 1; in timer_signal()
414 it->it_pending = 0; in timer_signal()
458 if (it->it_pending > 0) { in timer_fire()
459 if (it->it_pending < INT_MAX) in timer_fire()
460 it->it_pending++; in timer_fire()
464 it->it_pending = 1; in timer_fire()
468 it->it_pending = 1; in timer_fire()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dtimer.h90 int it_pending; member