Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-mem2mem.c137 spin_lock_irqsave(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_next_buf()
140 spin_unlock_irqrestore(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_next_buf()
145 spin_unlock_irqrestore(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_next_buf()
155 spin_lock_irqsave(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_last_buf()
158 spin_unlock_irqrestore(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_last_buf()
163 spin_unlock_irqrestore(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_last_buf()
173 spin_lock_irqsave(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_buf_remove()
175 spin_unlock_irqrestore(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_buf_remove()
181 spin_unlock_irqrestore(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_buf_remove()
193 spin_lock_irqsave(&q_ctx->rdy_spinlock, flags); in v4l2_m2m_buf_remove_by_buf()
[all …]
/Linux-v4.19/include/media/
Dv4l2-mem2mem.h71 spinlock_t rdy_spinlock; member