Home
last modified time | relevance | path

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

/reactos/ntoskrnl/ke/
H A Dapc.c92 PKAPC QueuedApc; in KiInsertQueueApc() local
147 QueuedApc = CONTAINING_RECORD(NextEntry, KAPC, ApcListEntry); in KiInsertQueueApc()
150 if (!QueuedApc->NormalRoutine) break; in KiInsertQueueApc()