Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/ipmi/
Dipmi_msghandler.c363 spinlock_t seq_lock; member
837 spin_lock_irqsave(&(intf->seq_lock), flags); in intf_find_seq()
849 spin_unlock_irqrestore(&(intf->seq_lock), flags); in intf_find_seq()
867 spin_lock_irqsave(&(intf->seq_lock), flags); in intf_start_seq_timer()
878 spin_unlock_irqrestore(&(intf->seq_lock), flags); in intf_start_seq_timer()
897 spin_lock_irqsave(&(intf->seq_lock), flags); in intf_err_seq()
910 spin_unlock_irqrestore(&(intf->seq_lock), flags); in intf_err_seq()
1000 spin_lock_irqsave(&intf->seq_lock, flags); in ipmi_create_user()
1002 spin_unlock_irqrestore(&intf->seq_lock, flags); in ipmi_create_user()
1070 spin_lock_irqsave(&intf->seq_lock, flags); in ipmi_destroy_user()
[all …]
/linux-4.4.14/sound/core/seq/
DMakefile7 snd-seq-objs := seq.o seq_lock.o seq_clientmgr.o seq_memory.o seq_queue.o \