Home
last modified time | relevance | path

Searched refs:bootprofile_buffer_size (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/osfmk/kern/
H A Dtelemetry.c1352 uint32_t bootprofile_buffer_size = 0; variable
1389 &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 …]