OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mScheduledQueue
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Dispatcher/
Dispatcher.c
8
mScheduledQueue
. The mFvHandleList is used to make sure a
11
Step #2 - Dispatch. Remove driver from the
mScheduledQueue
and load and
12
start it. After
mScheduledQueue
is drained check the
14
be placed on the
mScheduledQueue
.
16
Step #3 - Adding to the
mScheduledQueue
requires that you process Before
18
to the
mScheduledQueue
checks for Before and recursively adds
52
LIST_ENTRY
mScheduledQueue
= INITIALIZE_LIST_HEAD_VARIABLE (
mScheduledQueue
);
60
// Lock for mDiscoveredList,
mScheduledQueue
, gDispatcherRunning.
98
Insert InsertedDriverEntry onto the
mScheduledQueue
. To do this you
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Dispatcher.c
8
mScheduledQueue
. The mFvHandleList is used to make sure a
11
Step #2 - Dispatch. Remove driver from the
mScheduledQueue
and load and
12
start it. After
mScheduledQueue
is drained check the
14
be placed on the
mScheduledQueue
.
16
Step #3 - Adding to the
mScheduledQueue
requires that you process Before
18
to the
mScheduledQueue
checks for Before and recursively adds
59
Insert InsertedDriverEntry onto the
mScheduledQueue
. To do this you
62
processed you can add InsertedDriverEntry to the
mScheduledQueue
.
84
LIST_ENTRY
mScheduledQueue
= INITIALIZE_LIST_HEAD_VARIABLE (
mScheduledQueue
);
[
all
...]
Completed in 37 milliseconds