Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dbootprofile.c66 uint32_t bootprofile_buffer_current_position = 0; variable
198 if (bootprofile_buffer_current_position < bootprofile_buffer_size) { in bootprofile_timer_call()
219 pid_to_profile, (void *)(bootprofile_buffer + bootprofile_buffer_current_position), in bootprofile_timer_call()
220 bootprofile_buffer_size - bootprofile_buffer_current_position, in bootprofile_timer_call()
239 bootprofile_buffer_current_position += retbytes; in bootprofile_timer_call()
245 if ((retbytes == 0) || (bootprofile_buffer_current_position == bootprofile_buffer_size)) { in bootprofile_timer_call()
272 *length = bootprofile_buffer_current_position; in bootprofile_get()
288 if (*length < bootprofile_buffer_current_position) { in bootprofile_gather()
294 bootprofile_buffer_current_position)) != 0) { in bootprofile_gather()
298 *length = bootprofile_buffer_current_position; in bootprofile_gather()