Searched refs:ProfileListEntry (Results 1 – 3 of 3) sorted by relevance
88 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()
593 OFFSET(PfProfileListEntry, KPROFILE, ProfileListEntry),
918 LIST_ENTRY ProfileListEntry; member