Searched refs:slot_max (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/arch/x86/boot/compressed/
H A Daslr.c211 static unsigned long slot_max; variable
216 if (slot_max >= CONFIG_RANDOMIZE_BASE_MAX_OFFSET / slots_append()
220 slots[slot_max++] = addr; slots_append()
226 if (slot_max == 0) slots_fetch_random()
229 return slots[get_random_long() % slot_max]; slots_fetch_random()
/linux-4.1.27/drivers/pci/hotplug/
H A Dibmphp_ebda.c129 debug ("%s - slot_max = %x\n", __func__, ptr->slot_max); print_bus_info()
800 // create bus_info lined list --- if only one slot per bus: slot_min = slot_max ebda_rsrc_controller()
810 bus_info_ptr1->slot_max = slot_ptr->slot_num; ebda_rsrc_controller()
823 bus_info_ptr2->slot_max = max (bus_info_ptr2->slot_max, slot_ptr->slot_num); ebda_rsrc_controller()
1091 * (if only one slot per bus slot_min = slot_max )
H A Dibmphp.h253 u8 slot_max; member in struct:bus_info
H A Dibmphp_core.c836 while (i <= slot_cur->bus_on->slot_max) { is_bus_empty()
965 for (i = slot_cur->bus_on->slot_min; i <= slot_cur->bus_on->slot_max; i++) { check_limitations()
H A Dibmphp_pci.c1706 max = bus->slot_max; find_sec_number()

Completed in 129 milliseconds