Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dtimer.c151 it->it_flags &= ~IT_PORT; in timer_delete_locked()
463 if (it->it_flags & IT_PORT) { in timer_fire()
728 it->it_flags |= IT_PORT; in timer_create()
1077 it->it_flags &= ~IT_PORT; in timer_close_port()
/illumos-gate/usr/src/uts/common/sys/
H A Dtimer.h67 #define IT_PORT 0x02 /* use event port notification */ macro