Searched refs:ApcListEntry (Results 1 – 4 of 4) sorted by relevance
/reactos/ntoskrnl/ke/ |
H A D | apc.c | 130 &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 D | kill.c | 875 Apc = CONTAINING_RECORD(CurrentEntry, KAPC, ApcListEntry); in PspExitThread()
|
/reactos/sdk/include/xdk/ |
H A D | ketypes.h | 554 LIST_ENTRY ApcListEntry; member
|
/reactos/sdk/include/asm/ |
H A D | ksx.template.h | 365 OFFSET(ApApcListEntry, KAPC, ApcListEntry),
|