Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kdp/output_stages/
H A Dout_shmem.c127 struct kdp_hw_shmem_dbg_buf_elm *currently_filling_buf; member
264 if (data->currently_filling_buf != NULL) { in shmem_stage_reset()
265 data->currently_filling_buf->khsd_data_length = 0; in shmem_stage_reset()
267 STAILQ_INSERT_HEAD(&free_hw_shmem_dbg_bufs, data->currently_filling_buf, khsd_elms); in shmem_stage_reset()
268 data->currently_filling_buf = NULL; in shmem_stage_reset()
376 assert(data->currently_filling_buf == NULL); in shmem_dbg_get_buffer()
385 data->currently_filling_buf = STAILQ_FIRST(&free_hw_shmem_dbg_bufs); in shmem_dbg_get_buffer()
388 assert(data->currently_filling_buf->khsd_data_length == 0); in shmem_dbg_get_buffer()
414 assert(data->currently_filling_buf == NULL); in shmem_stage_outproc()
474 if (data->currently_filling_buf != NULL) { in shmem_stage_outproc()
[all …]