Searched refs:uiPrevTotalCount (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/bcm/
H A DLeakyBucket.c284 UINT uiPrevTotalCount = 0; local
313 uiPrevTotalCount = atomic_read(&Adapter->TotalPacketCount);
316 if (!uiPrevTotalCount || (TRUE == Adapter->device_removed))
327 uiPrevTotalCount--;
331 while (uiPrevTotalCount > 0 && !Adapter->device_removed) {
335 if (!uiPrevTotalCount ||
346 uiPrevTotalCount--;

Completed in 146 milliseconds