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

/linux-4.4.14/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.4.14/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.4.14/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
773 * called with the interface's seq_lock held.
837 spin_lock_irqsave(&(intf->seq_lock), flags); intf_find_seq()
849 spin_unlock_irqrestore(&(intf->seq_lock), flags); intf_find_seq()
867 spin_lock_irqsave(&(intf->seq_lock), flags); intf_start_seq_timer()
878 spin_unlock_irqrestore(&(intf->seq_lock), flags); intf_start_seq_timer()
897 spin_lock_irqsave(&(intf->seq_lock), flags); intf_err_seq()
910 spin_unlock_irqrestore(&(intf->seq_lock), flags); intf_err_seq()
1000 spin_lock_irqsave(&intf->seq_lock, flags); ipmi_create_user()
1002 spin_unlock_irqrestore(&intf->seq_lock, flags); ipmi_create_user()
1070 spin_lock_irqsave(&intf->seq_lock, flags); ipmi_destroy_user()
1080 spin_unlock_irqrestore(&intf->seq_lock, flags); ipmi_destroy_user()
1728 spin_lock_irqsave(&(intf->seq_lock), flags); i_ipmi_request()
1746 spin_unlock_irqrestore(&(intf->seq_lock), i_ipmi_request()
1780 spin_unlock_irqrestore(&(intf->seq_lock), flags); i_ipmi_request()
1841 spin_lock_irqsave(&(intf->seq_lock), flags); i_ipmi_request()
1859 spin_unlock_irqrestore(&(intf->seq_lock), i_ipmi_request()
1892 spin_unlock_irqrestore(&(intf->seq_lock), flags); i_ipmi_request()
2809 spin_lock_init(&intf->seq_lock); ipmi_register_smi()
4077 spin_unlock_irqrestore(&intf->seq_lock, *flags); check_msg_timeout()
4099 spin_lock_irqsave(&intf->seq_lock, *flags); check_msg_timeout()
4117 spin_lock_irqsave(&intf->seq_lock, flags); ipmi_timeout_handler()
4122 spin_unlock_irqrestore(&intf->seq_lock, flags); ipmi_timeout_handler()

Completed in 324 milliseconds