Searched refs:mMaxDpcQueueDepth (Results 1 – 1 of 1) sorted by relevance
40 UINTN mMaxDpcQueueDepth = 0; variable192 if (mDpcQueueDepth > mMaxDpcQueueDepth) { in DpcQueueDpc()193 mMaxDpcQueueDepth = mDpcQueueDepth; in DpcQueueDpc()