Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kdp/output_stages/
H A Dout_shmem.c107 struct kdp_hw_shmem_dbg_buf_elm *currently_filling_buf; member
134 if (data->currently_filling_buf != NULL) { in shmem_stage_reset()
135 data->currently_filling_buf->khsd_data_length = 0; in shmem_stage_reset()
137 STAILQ_INSERT_HEAD(&free_hw_shmem_dbg_bufs, data->currently_filling_buf, khsd_elms); in shmem_stage_reset()
138 data->currently_filling_buf = NULL; in shmem_stage_reset()
243 assert(data->currently_filling_buf == NULL); in shmem_dbg_get_buffer()
252 data->currently_filling_buf = STAILQ_FIRST(&free_hw_shmem_dbg_bufs); in shmem_dbg_get_buffer()
255 assert(data->currently_filling_buf->khsd_data_length == 0); in shmem_dbg_get_buffer()
278 assert(data->currently_filling_buf == NULL); in shmem_stage_outproc()
323 if (data->currently_filling_buf != NULL) { in shmem_stage_outproc()
[all …]