Home
last modified time | relevance | path

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

/reactos/ntoskrnl/ke/
H A Dprofobj.c88 InsertTailList(&ProfileProcess->ProfileListHead, &Profile->ProfileListEntry); in KeStartProfile()
93 InsertTailList(&KiProfileListHead, &Profile->ProfileListEntry); in KeStartProfile()
168 RemoveEntryList(&Profile->ProfileListEntry); in KeStopProfile()
322 Profile = CONTAINING_RECORD(NextEntry, KPROFILE, ProfileListEntry); in KiParseProfileList()
/reactos/sdk/include/asm/
H A Dksx.template.h593 OFFSET(PfProfileListEntry, KPROFILE, ProfileListEntry),
/reactos/sdk/include/ndk/
H A Dketypes.h918 LIST_ENTRY ProfileListEntry; member