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

/linux-master/arch/x86/boot/compressed/
H A Dkaslr.c486 #define MAX_SLOT_AREA 100 macro
488 static struct slot_area slot_areas[MAX_SLOT_AREA];
496 if (slot_area_index == MAX_SLOT_AREA)
592 while (slot_area_index < MAX_SLOT_AREA) {
636 if (slot_area_index == MAX_SLOT_AREA) {
665 if (slot_area_index == MAX_SLOT_AREA) {

Completed in 111 milliseconds