Searched refs:check_lock (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/sound/core/seq/ |
D | seq_queue.c | 105 spin_lock_init(&q->check_lock); in queue_new() 252 spin_lock_irqsave(&q->check_lock, flags); in snd_seq_check_queue() 255 spin_unlock_irqrestore(&q->check_lock, flags); in snd_seq_check_queue() 259 spin_unlock_irqrestore(&q->check_lock, flags); in snd_seq_check_queue() 286 spin_lock_irqsave(&q->check_lock, flags); in snd_seq_check_queue() 290 spin_unlock_irqrestore(&q->check_lock, flags); in snd_seq_check_queue() 295 spin_unlock_irqrestore(&q->check_lock, flags); in snd_seq_check_queue()
|
D | seq_queue.h | 38 spinlock_t check_lock; member
|
/linux-6.1.9/fs/ubifs/ |
D | xattr.c | 264 size_t size, int flags, bool check_lock) in ubifs_xattr_set() argument 273 if (check_lock) in ubifs_xattr_set()
|
D | ubifs.h | 2036 size_t size, int flags, bool check_lock);
|
/linux-6.1.9/tools/perf/ |
D | builtin-daemon.c | 1141 static int check_lock(struct daemon *daemon) in check_lock() function 1194 if (check_lock(daemon)) in go_background() 1274 if (foreground && check_lock(daemon)) in __cmd_start()
|