Searched refs:seq_lock (Results 1 - 14 of 14) sorted by relevance
/linux-4.4.14/sound/core/seq/ |
H A D | seq_lock.c | 24 #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 D | Makefile | 7 snd-seq-objs := seq.o seq_lock.o seq_clientmgr.o seq_memory.o seq_queue.o \
|
H A D | seq_clientmgr.h | 28 #include "seq_lock.h"
|
H A D | seq_fifo.h | 25 #include "seq_lock.h"
|
H A D | seq.c | 32 #include "seq_lock.h"
|
H A D | seq_fifo.c | 25 #include "seq_lock.h"
|
H A D | seq_ports.h | 25 #include "seq_lock.h"
|
H A D | seq_queue.h | 26 #include "seq_lock.h"
|
H A D | seq_memory.c | 33 #include "seq_lock.h"
|
/linux-4.4.14/sound/core/seq/oss/ |
H A D | seq_oss_writeq.c | 27 #include "../seq_lock.h"
|
H A D | seq_oss_readq.c | 26 #include "../seq_lock.h"
|
H A D | seq_oss_midi.c | 29 #include "../seq_lock.h"
|
H A D | seq_oss_synth.c | 25 #include "../seq_lock.h"
|
/linux-4.4.14/drivers/char/ipmi/ |
H A D | ipmi_msghandler.c | 324 * 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