TIMEOUT_TRIGGERED  169 kern/kern_timeout.c 	new->to_flags &= ~TIMEOUT_TRIGGERED;
TIMEOUT_TRIGGERED  196 kern/kern_timeout.c 	to->to_flags &= ~TIMEOUT_TRIGGERED;
TIMEOUT_TRIGGERED  252 kern/kern_timeout.c 			to->to_flags |= TIMEOUT_TRIGGERED;
TIMEOUT_TRIGGERED   81 sys/timeout.h  #define timeout_triggered(to) ((to)->to_flags & TIMEOUT_TRIGGERED)