Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firmware/efi/libstub/
Drandom.c78 unsigned long map_size, desc_size, total_slots = 0, target_slot; in efi_random_alloc() local
110 target_slot = (total_slots * (u16)random_seed) >> 16; in efi_random_alloc()
128 if (target_slot >= MD_NUM_SLOTS(md)) { in efi_random_alloc()
129 target_slot -= MD_NUM_SLOTS(md); in efi_random_alloc()
133 target = round_up(md->phys_addr, align) + target_slot * align; in efi_random_alloc()