Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/falcon/
Dmsgqueue.c284 mutex_lock(&priv->seq_lock); in msgqueue_seq_acquire()
290 mutex_unlock(&priv->seq_lock); in msgqueue_seq_acquire()
296 mutex_unlock(&priv->seq_lock); in msgqueue_seq_acquire()
570 mutex_init(&queue->seq_lock); in nvkm_msgqueue_ctor()
Dmsgqueue.h193 struct mutex seq_lock; member
/Linux-v5.4/sound/core/seq/
DMakefile7 snd-seq-objs := seq.o seq_lock.o seq_clientmgr.o seq_memory.o seq_queue.o \
/Linux-v5.4/drivers/char/ipmi/
Dipmi_msghandler.c499 spinlock_t seq_lock; member
1082 spin_lock_irqsave(&intf->seq_lock, flags); in intf_find_seq()
1095 spin_unlock_irqrestore(&intf->seq_lock, flags); in intf_find_seq()
1113 spin_lock_irqsave(&intf->seq_lock, flags); in intf_start_seq_timer()
1124 spin_unlock_irqrestore(&intf->seq_lock, flags); in intf_start_seq_timer()
1143 spin_lock_irqsave(&intf->seq_lock, flags); in intf_err_seq()
1157 spin_unlock_irqrestore(&intf->seq_lock, flags); in intf_err_seq()
1233 spin_lock_irqsave(&intf->seq_lock, flags); in ipmi_create_user()
1235 spin_unlock_irqrestore(&intf->seq_lock, flags); in ipmi_create_user()
1316 spin_lock_irqsave(&intf->seq_lock, flags); in _ipmi_destroy_user()
[all …]