Home
last modified time | relevance | path

Searched refs:check_lock (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/sound/core/seq/
Dseq_queue.c105 spin_lock_init(&q->check_lock); in queue_new()
249 spin_lock_irqsave(&q->check_lock, flags); in snd_seq_check_queue()
252 spin_unlock_irqrestore(&q->check_lock, flags); in snd_seq_check_queue()
256 spin_unlock_irqrestore(&q->check_lock, flags); in snd_seq_check_queue()
278 spin_lock_irqsave(&q->check_lock, flags); in snd_seq_check_queue()
281 spin_unlock_irqrestore(&q->check_lock, flags); in snd_seq_check_queue()
285 spin_unlock_irqrestore(&q->check_lock, flags); in snd_seq_check_queue()
Dseq_queue.h38 spinlock_t check_lock; member
/Linux-v5.15/fs/ubifs/
Dxattr.c264 size_t size, int flags, bool check_lock) in ubifs_xattr_set() argument
273 if (check_lock) in ubifs_xattr_set()
Dubifs.h2007 size_t size, int flags, bool check_lock);
/Linux-v5.15/tools/perf/
Dbuiltin-daemon.c1143 static int check_lock(struct daemon *daemon) in check_lock() function
1196 if (check_lock(daemon)) in go_background()
1276 if (foreground && check_lock(daemon)) in __cmd_start()