Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kern/
H A Dtelemetry.c1590 uint32_t bootprofile_buffer_size = 0; variable
1627 &bootprofile_buffer_size, sizeof(bootprofile_buffer_size))) { in bootprofile_init()
1628 bootprofile_buffer_size = 0; in bootprofile_init()
1631 if (bootprofile_buffer_size > BOOTPROFILE_MAX_BUFFER_SIZE) { in bootprofile_init()
1632 bootprofile_buffer_size = BOOTPROFILE_MAX_BUFFER_SIZE; in bootprofile_init()
1666 …if ((bootprofile_type == kBootProfileDisabled) || (bootprofile_buffer_size == 0) || (bootprofile_i… in bootprofile_init()
1670 ret = kmem_alloc(kernel_map, &bootprofile_buffer, bootprofile_buffer_size, in bootprofile_init()
1745 if (bootprofile_buffer_current_position < bootprofile_buffer_size) { in bootprofile_timer_call()
1767 bootprofile_buffer_size - bootprofile_buffer_current_position, in bootprofile_timer_call()
1792 if ((retbytes == 0) || (bootprofile_buffer_current_position == bootprofile_buffer_size)) { in bootprofile_timer_call()