Questions tagged [dpc]

A Deferred Procedure Call (DPC) is a Microsoft Windows operating system mechanism which allows high-priority tasks (e.g. an interrupt handler) to defer required but lower-priority tasks for later execution.

A Deferred Procedure Call (DPC) is a Microsoft Windows operating system mechanism which allows high-priority tasks (e.g. an interrupt handler) to defer required but lower-priority tasks for later execution. This permits device drivers and other low-level event consumers to perform the high-priority part of their processing quickly, and schedule non-critical additional processing for execution at a lower priority.

1 questions
1
vote
0 answers

High CPU caused by system interrupts

We have a three day old Idacentre A740 AIO PC. (windows 8.1 pro) The system is up-to-date. After we start the PC and "do notthing" the system interrupts taken 40% CPU time approximately. Tried to find what causing we used xperf and wpm. I need help…
holian
  • 227
  • 1
  • 8
  • 14