Searched refs:TIMEOUT_INITIALIZED (Results 1 – 2 of 2) sorted by relevance
55 #define TIMEOUT_INITIALIZED 0x04 /* initialized */ macro84 #define timeout_initialized(to) ((to)->to_flags & TIMEOUT_INITIALIZED)97 .to_flags = (_flags) | TIMEOUT_INITIALIZED, \
279 to->to_flags = flags | TIMEOUT_INITIALIZED; in timeout_set_flags()298 KASSERT(ISSET(new->to_flags, TIMEOUT_INITIALIZED)); in timeout_add()404 KASSERT(ISSET(to->to_flags, TIMEOUT_INITIALIZED)); in timeout_abs_ts()