Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/firmware/efi/libstub/
A Drandomalloc.c59 unsigned long total_slots = 0, target_slot; in efi_random_alloc() local
91 target_slot = (total_slots * (u64)(random_seed & U32_MAX)) >> 32; in efi_random_alloc()
113 if (target_slot >= MD_NUM_SLOTS(md)) { in efi_random_alloc()
114 target_slot -= MD_NUM_SLOTS(md); in efi_random_alloc()
118 target = round_up(md->phys_addr, align) + target_slot * align; in efi_random_alloc()

Completed in 3 milliseconds