Searched defs:CALLOUT_INVOKING (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dcallout.h102 #define CALLOUT_INVOKING 0x0008 /* callout function is being invoked */ macro
127 #define callout_invoking(c) ((c)->c_flags & CALLOUT_INVOKING)
128 #define callout_ack(c) ((c)->c_flags &= ~CALLOUT_INVOKING)

Completed in 33 milliseconds