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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dcallout.h100 #define CALLOUT_PENDING 0x0002 /* callout is on the queue */ macro
124 #define callout_pending(c) ((c)->c_flags & CALLOUT_PENDING)
126 #define callout_active(c) ((c)->c_flags & (CALLOUT_PENDING|CALLOUT_FIRED))

Completed in 380 milliseconds