Home
last modified time | relevance | path

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

/reactos/ntoskrnl/ke/
H A Dbalmgr.c57 ASSERT(!IsListEmpty(&Prcb->DispatcherReadyListHead[Index])); in KiScanReadyQueues()
61 ListHead = &Prcb->DispatcherReadyListHead[Index]; in KiScanReadyQueues()
H A Dthrdschd.c311 Preempted ? InsertHeadList(&Prcb->DispatcherReadyListHead[OldPriority], in KiDeferredReadyThread()
313 InsertTailList(&Prcb->DispatcherReadyListHead[OldPriority], in KiDeferredReadyThread()
H A Dkrnlinit.c199 InitializeListHead(&Prcb->DispatcherReadyListHead[i]); in KiInitSpinLocks()
/reactos/ntoskrnl/include/internal/
H A Dke_x.h1390 Preempted ? InsertHeadList(&Prcb->DispatcherReadyListHead[Priority], in KxQueueReadyThread()
1392 InsertTailList(&Prcb->DispatcherReadyListHead[Priority], in KxQueueReadyThread()
1440 ASSERT(IsListEmpty(&Prcb->DispatcherReadyListHead[HighPriority]) == FALSE); in KiSelectReadyThread()
1443 ListEntry = Prcb->DispatcherReadyListHead[HighPriority].Flink; in KiSelectReadyThread()
/reactos/sdk/include/ndk/i386/
H A Dketypes.h727 LIST_ENTRY DispatcherReadyListHead[32]; member
729 LIST_ENTRY DispatcherReadyListHead[32]; member
/reactos/sdk/include/ndk/arm/
H A Dketypes.h906 LIST_ENTRY DispatcherReadyListHead[32]; member
/reactos/sdk/include/ndk/amd64/
H A Dketypes.h804 LIST_ENTRY DispatcherReadyListHead[32]; member
/reactos/sdk/include/asm/
H A Dksarm.template.h405 OFFSET(PbDispatcherReadyListHead, KPRCB, DispatcherReadyListHead), // 0x800
H A Dks386.template.h354 OFFSET(PbDispatcherReadyListHead, KPRCB, DispatcherReadyListHead),
H A Dksamd64.template.h538 OFFSET(PbDispatcherReadyListHead, KPRCB, DispatcherReadyListHead),