Searched refs:seq_lock (Results 1 - 14 of 14) sorted by relevance
/linux-4.1.27/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.1.27/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.1.27/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 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