Home
last modified time | relevance | path

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

/linux/sound/core/seq/
H A Dseq_queue.h38 spinlock_t check_lock; member
H A Dseq_queue.c97 spin_lock_init(&q->check_lock); in queue_new()
241 scoped_guard(spinlock_irqsave, &q->check_lock) { in snd_seq_check_queue()
274 scoped_guard(spinlock_irqsave, &q->check_lock) { in snd_seq_check_queue()
/linux/fs/ubifs/
H A Dxattr.c251 size_t size, int flags, bool check_lock) in ubifs_xattr_set() argument
260 if (check_lock) in ubifs_xattr_set()
H A Dubifs.h2033 size_t size, int flags, bool check_lock);
/linux/tools/perf/
H A Dbuiltin-daemon.c1140 static int check_lock(struct daemon *daemon) in check_lock() function
1193 if (check_lock(daemon)) in go_background()
1273 if (foreground && check_lock(daemon)) in __cmd_start()
/linux/kernel/bpf/
H A Dverifier.c11476 static int check_resource_leak(struct bpf_verifier_env *env, bool exception_exit, bool check_lock, … in check_resource_leak() argument
11480 if (check_lock && env->cur_state->active_locks) { in check_resource_leak()
11491 if (check_lock && env->cur_state->active_irq_id) { in check_resource_leak()
11496 if (check_lock && env->cur_state->active_rcu_locks) { in check_resource_leak()
11501 if (check_lock && env->cur_state->active_preempt_locks) { in check_resource_leak()