Searched refs:dst_done_queue (Results 1 – 2 of 2) sorted by relevance
212 list_add_tail(&dst_done_buf->list, &ctx->dst_done_queue); in mtk_jpegenc_put_buf()213 while (!list_empty(&ctx->dst_done_queue) && in mtk_jpegenc_put_buf()214 (pos != &ctx->dst_done_queue)) { in mtk_jpegenc_put_buf()215 list_for_each_prev_safe(pos, temp_entry, &ctx->dst_done_queue) { in mtk_jpegenc_put_buf()
299 struct list_head dst_done_queue; member