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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/DpcDxe/
H A DDpc.c39 UINTN mDpcQueueDepth = 0; variable
187 mDpcQueueDepth++;
192 if (mDpcQueueDepth > mMaxDpcQueueDepth) {
193 mMaxDpcQueueDepth = mDpcQueueDepth;
242 if (mDpcQueueDepth > 0) {
264 mDpcQueueDepth--;

Completed in 1699 milliseconds