Searched refs:bootprofile_buffer_size (Results 1 – 1 of 1) sorted by relevance
1378 uint32_t bootprofile_buffer_size = 0; variable1415 &bootprofile_buffer_size, sizeof(bootprofile_buffer_size))) { in bootprofile_init()1416 bootprofile_buffer_size = 0; in bootprofile_init()1419 if (bootprofile_buffer_size > BOOTPROFILE_MAX_BUFFER_SIZE) { in bootprofile_init()1420 bootprofile_buffer_size = BOOTPROFILE_MAX_BUFFER_SIZE; in bootprofile_init()1454 …if ((bootprofile_type == kBootProfileDisabled) || (bootprofile_buffer_size == 0) || (bootprofile_i… in bootprofile_init()1458 ret = kmem_alloc(kernel_map, &bootprofile_buffer, bootprofile_buffer_size, in bootprofile_init()1533 if (bootprofile_buffer_current_position < bootprofile_buffer_size) { in bootprofile_timer_call()1555 bootprofile_buffer_size - bootprofile_buffer_current_position, in bootprofile_timer_call()1580 if ((retbytes == 0) || (bootprofile_buffer_current_position == bootprofile_buffer_size)) { in bootprofile_timer_call()