Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dtelemetry.c1644 uint32_t bootprofile_buffer_current_position = 0; variable
1798 if (bootprofile_buffer_current_position < bootprofile_buffer_size) { in bootprofile_timer_call()
1819 pid_to_profile, (void *)(bootprofile_buffer + bootprofile_buffer_current_position), in bootprofile_timer_call()
1820 bootprofile_buffer_size - bootprofile_buffer_current_position, in bootprofile_timer_call()
1839 bootprofile_buffer_current_position += retbytes; in bootprofile_timer_call()
1845 if ((retbytes == 0) || (bootprofile_buffer_current_position == bootprofile_buffer_size)) { in bootprofile_timer_call()
1872 *length = bootprofile_buffer_current_position; in bootprofile_get()
1888 if (*length < bootprofile_buffer_current_position) { in bootprofile_gather()
1894 bootprofile_buffer_current_position)) != 0) { in bootprofile_gather()
1898 *length = bootprofile_buffer_current_position; in bootprofile_gather()