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

/linux-master/sound/core/seq/
H A Dseq_queue.h38 spinlock_t check_lock; member in struct:snd_seq_queue
H A Dseq_queue.c97 spin_lock_init(&q->check_lock);
241 scoped_guard(spinlock_irqsave, &q->check_lock) {
274 scoped_guard(spinlock_irqsave, &q->check_lock) {
/linux-master/fs/ubifs/
H A Dxattr.c264 size_t size, int flags, bool check_lock)
273 if (check_lock)
263 ubifs_xattr_set(struct inode *host, const char *name, const void *value, size_t size, int flags, bool check_lock) argument
H A Dubifs.h2046 size_t size, int flags, bool check_lock);
/linux-master/tools/perf/
H A Dbuiltin-daemon.c1141 static int check_lock(struct daemon *daemon) function
1194 if (check_lock(daemon))
1274 if (foreground && check_lock(daemon))

Completed in 154 milliseconds