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