Searched refs:IT_PORT (Results 1 – 2 of 2) sorted by relevance
149 it->it_flags &= ~IT_PORT; in timer_delete_locked()443 if (it->it_flags & IT_PORT) { in timer_fire()631 it->it_flags |= IT_PORT; in timer_create()977 it->it_flags &= ~IT_PORT; in timer_close_port()
54 #define IT_PORT 0x02 /* use event port notification */ macro