_KSCB

//0x170 bytes (sizeof) struct _KSCB { ULONGLONG GenerationCycles; //0x0 ULONGLONG UnderQuotaCycleTarget; //0x8 ULONGLONG RankCycleTarget; //0x10 ULONGLONG LongTermCycles; //0x18 ULONGLONG LastReportedCycles; //0x20 volatile ULONGLONG OverQuotaHistory; //0x28 ULONGLONG ReadyTime; //0x30 ULONGLONG InsertTime; //0x38 struct _LIST_ENTRY PerProcessorList; //0x40 struct _RTL_BALANCED_NODE QueueNode; //0x50 UCHAR Inserted:1; //0x68 UCHAR OverQuota:1; //0x68 UCHAR HardCap:1; //0x68 UCHAR RankBias:1; //0x68 UCHAR Spare1:4; //0x68 UCHAR Spare2; //0x69 USHORT ReadySummary; //0x6a ULONG Rank; //0x6c struct _LIST_ENTRY ReadyListHead[16]; //0x70 };