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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dcallout.h101 #define CALLOUT_FIRED 0x0004 /* callout has fired */ macro
125 #define callout_expired(c) ((c)->c_flags & CALLOUT_FIRED)
126 #define callout_active(c) ((c)->c_flags & (CALLOUT_PENDING|CALLOUT_FIRED))

Completed in 316 milliseconds