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

/illumos-gate/usr/src/uts/common/sys/
H A Dtimer.h58 #define IT_PORT 0x02 /* use event port notification */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dtimer.c149 it->it_flags &= ~IT_PORT;
429 * IT_PORT:
431 * the IT_PORT flag will remain set until:
437 * If IT_PORT was set and the port is being closed then
452 if (it->it_flags & IT_PORT) {
640 it->it_flags |= IT_PORT;
986 it->it_flags &= ~IT_PORT;

Completed in 46 milliseconds