Searched refs:ITLK_REMOVE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dtimer.c58 * ITLK_REMOVE bit; it's up to callers to look at this if they need to
96 * held, and cannot be called on a timer which already has ITLK_REMOVE set;
97 * the caller must check this. timer_delete_locked() will set the ITLK_REMOVE
99 * blockers have seen the ITLK_REMOVE and cleared out. It will then zero
109 ASSERT(!(it->it_lock & ITLK_REMOVE));
112 it->it_lock |= ITLK_REMOVE;
117 * have the opportunity to run; when they see the ITLK_REMOVE flag
216 if (it->it_lock & ITLK_REMOVE) {
710 ASSERT(!(it->it_lock & ITLK_REMOVE));
851 if ((it->it_lock & ITLK_REMOVE) || i
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dtimer.h52 #define ITLK_REMOVE 0x04 macro

Completed in 53 milliseconds