Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/kdp/output_stages/
H A Dout_shmem.c105 struct kdp_hw_shmem_dbg_buf_elm *currently_filling_buf; member
132 if (data->currently_filling_buf != NULL) { in shmem_stage_reset()
133 data->currently_filling_buf->khsd_data_length = 0; in shmem_stage_reset()
135 STAILQ_INSERT_HEAD(&free_hw_shmem_dbg_bufs, data->currently_filling_buf, khsd_elms); in shmem_stage_reset()
136 data->currently_filling_buf = NULL; in shmem_stage_reset()
241 assert(data->currently_filling_buf == NULL); in shmem_dbg_get_buffer()
250 data->currently_filling_buf = STAILQ_FIRST(&free_hw_shmem_dbg_bufs); in shmem_dbg_get_buffer()
253 assert(data->currently_filling_buf->khsd_data_length == 0); in shmem_dbg_get_buffer()
276 assert(data->currently_filling_buf == NULL); in shmem_stage_outproc()
321 if (data->currently_filling_buf != NULL) { in shmem_stage_outproc()
[all …]