Searched refs:seq_lock (Results 1 - 14 of 14) sorted by relevance

/linux-4.1.27/sound/core/seq/
H A Dseq_lock.c24 #include "seq_lock.h"
34 pr_warn("ALSA: seq_lock: lock trouble [counter = %d] in %s:%d\n", atomic_read(lockp), file, line); snd_use_lock_sync_helper()
39 pr_warn("ALSA: seq_lock: timeout [%d left] in %s:%d\n", atomic_read(lockp), file, line); snd_use_lock_sync_helper()
H A DMakefile7 snd-seq-objs := seq.o seq_lock.o seq_clientmgr.o seq_memory.o seq_queue.o \
H A Dseq_clientmgr.h28 #include "seq_lock.h"
H A Dseq_fifo.h25 #include "seq_lock.h"
H A Dseq.c32 #include "seq_lock.h"
H A Dseq_fifo.c25 #include "seq_lock.h"
H A Dseq_ports.h25 #include "seq_lock.h"
H A Dseq_queue.h26 #include "seq_lock.h"
H A Dseq_memory.c33 #include "seq_lock.h"
/linux-4.1.27/sound/core/seq/oss/
H A Dseq_oss_writeq.c27 #include "../seq_lock.h"
H A Dseq_oss_readq.c26 #include "../seq_lock.h"
H A Dseq_oss_midi.c29 #include "../seq_lock.h"
H A Dseq_oss_synth.c25 #include "../seq_lock.h"
/linux-4.1.27/drivers/char/ipmi/
H A Dipmi_msghandler.c324 * The list of upper layers that are using me. seq_lock
363 spinlock_t seq_lock; member in struct:ipmi_smi
767 * called with the interface's seq_lock held.
831 spin_lock_irqsave(&(intf->seq_lock), flags); intf_find_seq()
843 spin_unlock_irqrestore(&(intf->seq_lock), flags); intf_find_seq()
861 spin_lock_irqsave(&(intf->seq_lock), flags); intf_start_seq_timer()
872 spin_unlock_irqrestore(&(intf->seq_lock), flags); intf_start_seq_timer()
891 spin_lock_irqsave(&(intf->seq_lock), flags); intf_err_seq()
904 spin_unlock_irqrestore(&(intf->seq_lock), flags); intf_err_seq()
994 spin_lock_irqsave(&intf->seq_lock, flags); ipmi_create_user()
996 spin_unlock_irqrestore(&intf->seq_lock, flags); ipmi_create_user()
1064 spin_lock_irqsave(&intf->seq_lock, flags); ipmi_destroy_user()
1074 spin_unlock_irqrestore(&intf->seq_lock, flags); ipmi_destroy_user()
1722 spin_lock_irqsave(&(intf->seq_lock), flags); i_ipmi_request()
1740 spin_unlock_irqrestore(&(intf->seq_lock), i_ipmi_request()
1774 spin_unlock_irqrestore(&(intf->seq_lock), flags); i_ipmi_request()
1835 spin_lock_irqsave(&(intf->seq_lock), flags); i_ipmi_request()
1853 spin_unlock_irqrestore(&(intf->seq_lock), i_ipmi_request()
1886 spin_unlock_irqrestore(&(intf->seq_lock), flags); i_ipmi_request()
2803 spin_lock_init(&intf->seq_lock); ipmi_register_smi()
4067 spin_unlock_irqrestore(&intf->seq_lock, *flags); check_msg_timeout()
4089 spin_lock_irqsave(&intf->seq_lock, *flags); check_msg_timeout()
4107 spin_lock_irqsave(&intf->seq_lock, flags); ipmi_timeout_handler()
4112 spin_unlock_irqrestore(&intf->seq_lock, flags); ipmi_timeout_handler()

Completed in 173 milliseconds