Searched refs:BOOTPROFILE_MAX_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
1640 #define BOOTPROFILE_MAX_BUFFER_SIZE (64*1024*1024) /* see also COPYSIZELIMIT_PANIC */ macro1684 if (bootprofile_buffer_size > BOOTPROFILE_MAX_BUFFER_SIZE) { in bootprofile_init()1685 bootprofile_buffer_size = BOOTPROFILE_MAX_BUFFER_SIZE; in bootprofile_init()