OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocLink
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
SmramProfileRecord.c
915
LIST_ENTRY *
AllocLink
;
921
for (
AllocLink
= AllocInfoList->ForwardLink;
922
AllocLink
!= AllocInfoList;
923
AllocLink
=
AllocLink
->ForwardLink) {
925
AllocLink
,
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
MemoryProfileRecord.c
911
LIST_ENTRY *
AllocLink
;
917
for (
AllocLink
= AllocInfoList->ForwardLink;
918
AllocLink
!= AllocInfoList;
919
AllocLink
=
AllocLink
->ForwardLink) {
921
AllocLink
,
[
all
...]
Completed in 114 milliseconds