Searched refs:callout_pending (Results 1 – 6 of 6) sorted by relevance
45 #define callout_pending(c) ((c)->c_target > (c)->c_fired) macro
163 if (callout_pending(callout)) /* callout was reset */ in vatpit_callout_handler()
282 if (callout_pending(callout) || !callout_active(callout)) { in vhpet_handler()
740 if (callout_pending(&vrtc->callout)) { in vrtc_callout_handler()
741 if (callout_pending(&vlapic->callout)) /* callout was reset */ in vlapic_callout_handler()
446 #define usb_callout_pending(c) callout_pending(&(c)->co)