Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-queue.c205 struct cx18_queue *q_src, struct cx18_queue *q_dst) in cx18_queue_flush() argument
210 if (q_src == q_dst || q_dst == &s->q_full || q_dst == &s->q_busy) in cx18_queue_flush()
214 spin_lock(&q_dst->lock); in cx18_queue_flush()
217 list_move_tail(&mdl->list, &q_dst->list); in cx18_queue_flush()
223 atomic_inc(&q_dst->depth); in cx18_queue_flush()
227 spin_unlock(&q_dst->lock); in cx18_queue_flush()