Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/ipmi/
Dipmi_msghandler.c363 spinlock_t seq_lock; member
831 spin_lock_irqsave(&(intf->seq_lock), flags); in intf_find_seq()
843 spin_unlock_irqrestore(&(intf->seq_lock), flags); in intf_find_seq()
861 spin_lock_irqsave(&(intf->seq_lock), flags); in intf_start_seq_timer()
872 spin_unlock_irqrestore(&(intf->seq_lock), flags); in intf_start_seq_timer()
891 spin_lock_irqsave(&(intf->seq_lock), flags); in intf_err_seq()
904 spin_unlock_irqrestore(&(intf->seq_lock), flags); in intf_err_seq()
994 spin_lock_irqsave(&intf->seq_lock, flags); in ipmi_create_user()
996 spin_unlock_irqrestore(&intf->seq_lock, flags); in ipmi_create_user()
1064 spin_lock_irqsave(&intf->seq_lock, flags); in ipmi_destroy_user()
[all …]
/linux-4.1.27/sound/core/seq/
DMakefile7 snd-seq-objs := seq.o seq_lock.o seq_clientmgr.o seq_memory.o seq_queue.o \