Home
last modified time | relevance | path

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

/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.h2032 size_t size, int flags, bool check_lock);
/linux/tools/perf/
H A Dbuiltin-daemon.c1142 static int check_lock(struct daemon *daemon) in check_lock() function
1195 if (check_lock(daemon)) in go_background()
1275 if (foreground && check_lock(daemon)) in __cmd_start()
/linux/kernel/bpf/
H A Dverifier.c11309 static int check_resource_leak(struct bpf_verifier_env *env, bool exception_exit, bool check_lock, … in check_resource_leak() argument
11313 if (check_lock && env->cur_state->active_locks) { in check_resource_leak()
11324 if (check_lock && env->cur_state->active_irq_id) { in check_resource_leak()
11329 if (check_lock && env->cur_state->active_rcu_locks) { in check_resource_leak()
11334 if (check_lock && env->cur_state->active_preempt_locks) { in check_resource_leak()