Searched refs:BOOTPROFILE_MAX_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
63 #define BOOTPROFILE_MAX_BUFFER_SIZE (64*1024*1024) /* see also COPYSIZELIMIT_PANIC */ macro99 if (bootprofile_buffer_size > BOOTPROFILE_MAX_BUFFER_SIZE) { in _bootprofile_init()100 bootprofile_buffer_size = BOOTPROFILE_MAX_BUFFER_SIZE; in _bootprofile_init()