Home
last modified time | relevance | path

Searched refs:DpcQueue_First (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/hptmv/
HDentry.c155 static int DpcQueue_First=0; variable
2390 while (DpcQueue_First!=DpcQueue_Last) { in hpt_worker_thread()
2392 p = DpcQueue[DpcQueue_First]; in hpt_worker_thread()
2393 DpcQueue_First++; in hpt_worker_thread()
2394 DpcQueue_First %= MAX_DPC; in hpt_worker_thread()
2924 if (p==DpcQueue_First) { in hpt_queue_dpc()