|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <rxworkq.h>

| LONG _RX_DISPATCHER_::NumberOfProcessors |
Definition at line 73 of file rxworkq.h.
Referenced by RxInitializeDispatcher().
| PEPROCESS _RX_DISPATCHER_::OwnerProcess |
Definition at line 74 of file rxworkq.h.
Referenced by RxInitializeDispatcher().
| PRX_WORK_QUEUE_DISPATCHER _RX_DISPATCHER_::pWorkQueueDispatcher |
Definition at line 75 of file rxworkq.h.
Referenced by RxInitializeDispatcher(), and RxInsertWorkQueueItem().
| LIST_ENTRY _RX_DISPATCHER_::SpinUpRequests |
Definition at line 77 of file rxworkq.h.
Referenced by RxInitializeDispatcher(), and RxSpinUpRequestsDispatcher().
| KEVENT _RX_DISPATCHER_::SpinUpRequestsEvent |
Definition at line 79 of file rxworkq.h.
Referenced by RxInitializeDispatcher(), and RxSpinUpRequestsDispatcher().
| KSPIN_LOCK _RX_DISPATCHER_::SpinUpRequestsLock |
Definition at line 78 of file rxworkq.h.
Referenced by RxInitializeDispatcher(), and RxSpinUpRequestsDispatcher().
| KEVENT _RX_DISPATCHER_::SpinUpRequestsTearDownEvent |
Definition at line 80 of file rxworkq.h.
Referenced by RxInitializeDispatcher(), and RxSpinUpRequestsDispatcher().
| RX_DISPATCHER_STATE _RX_DISPATCHER_::State |
Definition at line 76 of file rxworkq.h.
Referenced by RxInitializeDispatcher(), RxInsertWorkQueueItem(), and RxSpinUpRequestsDispatcher().