Home
last modified time | relevance | path

Searched refs:debug_locks (Results 1 – 11 of 11) sorted by relevance

/linux/lib/
H A Ddebug_locks.c25 int debug_locks __read_mostly = 1;
26 EXPORT_SYMBOL_GPL(debug_locks);
41 if (debug_locks && __debug_locks_off()) { in debug_locks_off()
H A Drhashtable.c51 return (debug_locks) ? lockdep_is_held(&ht->mutex) : 1; in lockdep_rht_mutex_is_held()
57 if (!debug_locks) in lockdep_rht_bucket_is_held()
H A DMakefile55 obj-y += bcd.o sort.o parser.o debug_locks.o random32.o \
/linux/include/linux/
H A Ddebug_locks.h10 extern int debug_locks __read_mostly;
16 return xchg(&debug_locks, 0); in __debug_locks_off()
/linux/kernel/locking/
H A Dlockdep.c43 #include <linux/debug_locks.h>
118 if (!debug_locks) in lockdep_enabled()
154 if (debug_locks && DEBUG_LOCKS_WARN_ON(__owner != current)) in lockdep_unlock()
182 if (!debug_locks) { in graph_lock()
1278 if (!debug_locks)
3931 if (unlikely(!debug_locks))
4380 if (unlikely(!debug_locks)) in lockdep_hardirqs_on_prepare()
4435 if (unlikely(!debug_locks)) in lockdep_hardirqs_on()
4500 if (unlikely(!debug_locks)) in lockdep_hardirqs_off()
4621 if (unlikely(!debug_locks)) in mark_usage()
[all...]
H A Dlockdep_proc.c379 debug_locks); in lockdep_stats_show()
576 if (unlikely(!debug_locks)) in seq_header()
/linux/Documentation/RCU/
H A Dlockdep-splat.rst30 rcu_scheduler_active = 1, debug_locks = 0
/linux/net/netlabel/
H A Dnetlabel_kapi.c1106 if (debug_locks) in netlbl_sk_lock_check()
/linux/net/openvswitch/
H A Ddatapath.c119 if (debug_locks) in lockdep_ovsl_is_held()
/linux/kernel/sched/
H A Dcore.c3381 WARN_ON_ONCE(debug_locks && !(lockdep_is_held(&p->pi_lock) || in set_task_cpu()
/linux/net/netfilter/
H A Dnf_tables_api.c1111 if (debug_locks) in lockdep_nfnl_nft_mutex_not_held()