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

/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DVBoxUSB-solaris.c78 #define VBOXUSB_POLL_REAP_PENDING RT_BIT(2) macro
1003 if (pState->fPoll & VBOXUSB_POLL_REAP_PENDING)
1006 pState->fPoll &= ~VBOXUSB_POLL_REAP_PENDING;
3027 pState->fPoll |= VBOXUSB_POLL_REAP_PENDING;

Completed in 53 milliseconds