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

/vbox/src/VBox/Runtime/r0drv/nt/
H A Dtimer-r0drv-nt.cpp65 KDPC NtDpc; member in struct:RTTIMERNTSUBTIMER
163 KeSetTimerEx(&pTimer->NtTimer, DueTime, 0, &pTimer->aSubTimers[0].NtDpc);
198 rtTimerNtRearmInternval(pTimer, iTick, &pTimer->aSubTimers[0].NtDpc);
296 KeInsertQueueDpc(&pTimer->aSubTimers[iCpu].NtDpc, 0, 0);
299 rtTimerNtRearmInternval(pTimer, iTick, &pTimer->aSubTimers[RTMpCpuIdToSetIndex(pTimer->idCpu)].NtDpc);
316 if (!KeInsertQueueDpc(&pTimer->aSubTimers[iCpu].NtDpc, 0, 0))
351 ? &pTimer->aSubTimers[RTMpCpuIdToSetIndex(pTimer->idCpu)].NtDpc
352 : &pTimer->aSubTimers[0].NtDpc;
400 KeRemoveQueueDpc(&pTimer->aSubTimers[iCpu].NtDpc);
525 KeInitializeDpc(&pTimer->aSubTimers[iCpu].NtDpc, rtTimerNtOmniMasterCallbac
[all...]

Completed in 32 milliseconds