Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Dtelemetry.c1588 uint32_t bootprofile_buffer_size = 0; variable
1625 &bootprofile_buffer_size, sizeof(bootprofile_buffer_size))) { in bootprofile_init()
1626 bootprofile_buffer_size = 0; in bootprofile_init()
1629 if (bootprofile_buffer_size > BOOTPROFILE_MAX_BUFFER_SIZE) { in bootprofile_init()
1630 bootprofile_buffer_size = BOOTPROFILE_MAX_BUFFER_SIZE; in bootprofile_init()
1664 …if ((bootprofile_type == kBootProfileDisabled) || (bootprofile_buffer_size == 0) || (bootprofile_i… in bootprofile_init()
1668 ret = kmem_alloc(kernel_map, &bootprofile_buffer, bootprofile_buffer_size, in bootprofile_init()
1743 if (bootprofile_buffer_current_position < bootprofile_buffer_size) { in bootprofile_timer_call()
1765 bootprofile_buffer_size - bootprofile_buffer_current_position, in bootprofile_timer_call()
1790 if ((retbytes == 0) || (bootprofile_buffer_current_position == bootprofile_buffer_size)) { in bootprofile_timer_call()