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

/vbox/src/VBox/Runtime/r0drv/nt/
H A Dsymdbdata.h37 uint32_t offDpcQueueDepth; member in struct:RTNTSDBTYPE_KPRCB
70 /* .offDpcQueueDepth = */ 0x06e8,
92 /* .offDpcQueueDepth = */ 0x06e8,
114 /* .offDpcQueueDepth = */ 0x06e8,
136 /* .offDpcQueueDepth = */ 0x06e8,
158 /* .offDpcQueueDepth = */ 0x06e8,
180 /* .offDpcQueueDepth = */ 0x06e8,
202 /* .offDpcQueueDepth = */ 0x06e8,
224 /* .offDpcQueueDepth = */ 0x06e8,
246 /* .offDpcQueueDepth
[all...]
H A Dthread-r0drv-nt.cpp112 uint32_t const offDpcQueueDepth = g_offrtNtPbDpcQueueDepth; local
113 if (!offQuantumEnd && !cbQuantumEnd && !offDpcQueueDepth)
150 && offDpcQueueDepth)
152 uint32_t volatile *pu32DpcQueueDepth = (uint32_t volatile *)(pbPrcb + offDpcQueueDepth);

Completed in 42 milliseconds