Home
last modified time | relevance | path

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

/reactos/ntoskrnl/ke/
H A Dapc.c130 &Apc->ApcListEntry); in KiInsertQueueApc()
136 &Apc->ApcListEntry); in KiInsertQueueApc()
157 InsertHeadList(NextEntry, &Apc->ApcListEntry); in KiInsertQueueApc()
309 PLIST_ENTRY ApcListEntry; in KiDeliverApc() local
348 Apc = CONTAINING_RECORD(ApcListEntry, KAPC, ApcListEntry); in KiDeliverApc()
361 RemoveEntryList(ApcListEntry); in KiDeliverApc()
397 RemoveEntryList(ApcListEntry); in KiDeliverApc()
458 ApcListEntry = Thread->ApcState.ApcListHead[UserMode].Flink; in KiDeliverApc()
459 Apc = CONTAINING_RECORD(ApcListEntry, KAPC, ApcListEntry); in KiDeliverApc()
469 RemoveEntryList(ApcListEntry); in KiDeliverApc()
[all …]
/reactos/ntoskrnl/ps/
H A Dkill.c875 Apc = CONTAINING_RECORD(CurrentEntry, KAPC, ApcListEntry); in PspExitThread()
/reactos/sdk/include/xdk/
H A Dketypes.h554 LIST_ENTRY ApcListEntry; member
/reactos/sdk/include/asm/
H A Dksx.template.h365 OFFSET(ApApcListEntry, KAPC, ApcListEntry),