Home
last modified time | relevance | path

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

/reactos/media/doc/
H A DINTERNALS36 mechanism for this is a Deferred Procedure Call (DPC). When a DPC object is
37 created, it is associated with a function. The DPC object can then be inserted
38 in the DPC queue from an ISR. If the IRQL on return from the ISR is less than
39 DISPATCH_LEVEL the DPC queue will be drained, otherwise this will happen when
41 the DPC queue is drained each DPC object is removed and the associated
42 function is called at DISPATCH_LEVEL. A DPC object can only be inserted once,
H A Dnotes50 periodically (e.g. from a timer DPC every ten seconds) and cancel all
/reactos/drivers/storage/ide/uniata/
H A Dtodo.txt48 32. move InterruptService to DPC (via ScsiPortNotification()) (17 )
129 78. do not use DPC ISR for fast operations, like ...
153 our device interrupted while original ISR/DPC processing ...
168 98. remove obsolete DPC code from AtapiInterrupt__() (20e)
/reactos/sdk/include/xdk/
H A Dketypes.h597 ULONG DPC; member
/reactos/sdk/lib/ucrt/inc/
H A Dksamd64.inc375 ; DPC object Structure Offset Definitions
1677 ; DPC Stack Frame Defintions
/reactos/sdk/include/reactos/mc/
H A Dbugcodes.mc1298 A wait operation, attach process, or yield was attempted from a DPC routine.