Home
last modified time | relevance | path

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

/linux/drivers/firmware/efi/libstub/
H A Drandomalloc.c67 unsigned long total_mirrored_slots = 0; in efi_random_alloc() local
94 total_mirrored_slots += slots; in efi_random_alloc()
98 if (total_mirrored_slots > 0) in efi_random_alloc()
99 total_slots = total_mirrored_slots; in efi_random_alloc()
121 if (total_mirrored_slots > 0 && in efi_random_alloc()