Searched refs:DpcQueue_First (Results 1 – 1 of 1) sorted by relevance
157 static int DpcQueue_First=0; variable2392 while (DpcQueue_First!=DpcQueue_Last) { in hpt_worker_thread()2394 p = DpcQueue[DpcQueue_First]; in hpt_worker_thread()2395 DpcQueue_First++; in hpt_worker_thread()2396 DpcQueue_First %= MAX_DPC; in hpt_worker_thread()2926 if (p==DpcQueue_First) { in hpt_queue_dpc()