Searched refs:check_lock (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/core/seq/ |
| H A D | seq_queue.c | 105 spin_lock_init(&q->check_lock); in queue_new() 251 spin_lock_irqsave(&q->check_lock, flags); in snd_seq_check_queue() 254 spin_unlock_irqrestore(&q->check_lock, flags); in snd_seq_check_queue() 258 spin_unlock_irqrestore(&q->check_lock, flags); in snd_seq_check_queue() 285 spin_lock_irqsave(&q->check_lock, flags); in snd_seq_check_queue() 289 spin_unlock_irqrestore(&q->check_lock, flags); in snd_seq_check_queue() 294 spin_unlock_irqrestore(&q->check_lock, flags); in snd_seq_check_queue()
|
| H A D | seq_queue.h | 38 spinlock_t check_lock; member
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | xattr.c | 266 size_t size, int flags, bool check_lock) in ubifs_xattr_set() argument 275 if (check_lock) in ubifs_xattr_set()
|
| H A D | ubifs.h | 2008 size_t size, int flags, bool check_lock);
|