Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/libstub/
H A Drandomalloc.c63 unsigned long total_mirrored_slots = 0; in efi_random_alloc() local
87 total_mirrored_slots += slots; in efi_random_alloc()
91 if (total_mirrored_slots > 0) in efi_random_alloc()
92 total_slots = total_mirrored_slots; in efi_random_alloc()
114 if (total_mirrored_slots > 0 && in efi_random_alloc()