Home
last modified time | relevance | path

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

/linux/drivers/firmware/arm_scmi/
H A Draw_mode.c138 * @msg_q_lock: Spinlock used to protect access to @msg_q
147 spinlock_t msg_q_lock; member
292 spin_lock_irqsave(&q->msg_q_lock, flags); in scmi_raw_buffer_enqueue()
294 spin_unlock_irqrestore(&q->msg_q_lock, flags); in scmi_raw_buffer_enqueue()
317 spin_lock_irqsave(&q->msg_q_lock, flags); in scmi_raw_buffer_dequeue()
319 spin_unlock_irqrestore(&q->msg_q_lock, flags); in scmi_raw_buffer_dequeue()
700 spin_lock_irqsave(&q->msg_q_lock, flags); in scmi_raw_message_dequeue()
702 spin_unlock_irqrestore(&q->msg_q_lock, flags); in scmi_raw_message_dequeue()
710 spin_lock_irqsave(&q->msg_q_lock, flags); in scmi_raw_message_dequeue()
715 spin_unlock_irqrestore(&q->msg_q_lock, flag in scmi_raw_message_dequeue()
[all...]