Home
last modified time | relevance | path

Searched refs:is_queued (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/lib/efi_loader/
Defi_boottime.c183 event->is_queued = true; in efi_queue_event()
190 event->is_queued = false; in efi_queue_event()
222 evt->is_queued = true; in efi_signal_event()
227 if (evt->is_queued) in efi_signal_event()
609 evt->is_queued = false; in efi_create_event()
687 if (evt->is_queued) in efi_timer_check()
/external/u-boot/include/
Defi_loader.h193 bool is_queued; member