Searched refs:bootprofile_buffer_size (Results 1 – 1 of 1) sorted by relevance
1352 uint32_t bootprofile_buffer_size = 0; variable1389 &bootprofile_buffer_size, sizeof(bootprofile_buffer_size))) { in bootprofile_init()1390 bootprofile_buffer_size = 0; in bootprofile_init()1393 if (bootprofile_buffer_size > BOOTPROFILE_MAX_BUFFER_SIZE) { in bootprofile_init()1394 bootprofile_buffer_size = BOOTPROFILE_MAX_BUFFER_SIZE; in bootprofile_init()1428 …if ((bootprofile_type == kBootProfileDisabled) || (bootprofile_buffer_size == 0) || (bootprofile_i… in bootprofile_init()1432 ret = kmem_alloc(kernel_map, &bootprofile_buffer, bootprofile_buffer_size, VM_KERN_MEMORY_DIAG); in bootprofile_init()1437 bzero((void *) bootprofile_buffer, bootprofile_buffer_size); in bootprofile_init()1507 if (bootprofile_buffer_current_position < bootprofile_buffer_size) { in bootprofile_timer_call()1529 bootprofile_buffer_size - bootprofile_buffer_current_position, in bootprofile_timer_call()[all …]