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

/openbsd-current/sys/sys/
H A Dtimeout.h54 #define TIMEOUT_ONQUEUE 0x02 /* on any timeout queue */ macro
83 #define timeout_pending(to) ((to)->to_flags & TIMEOUT_ONQUEUE)
/openbsd-current/sys/kern/
H A Dkern_timeout.c314 if (ISSET(new->to_flags, TIMEOUT_ONQUEUE)) {
322 SET(new->to_flags, TIMEOUT_ONQUEUE);
414 if (ISSET(to->to_flags, TIMEOUT_ONQUEUE)) {
422 SET(to->to_flags, TIMEOUT_ONQUEUE);
442 if (ISSET(to->to_flags, TIMEOUT_ONQUEUE)) {
444 CLR(to->to_flags, TIMEOUT_ONQUEUE);
487 SET(barrier.to_flags, TIMEOUT_ONQUEUE);
649 CLR(to->to_flags, TIMEOUT_ONQUEUE);

Completed in 174 milliseconds