| /OK3568_Linux_fs/kernel/lib/ |
| H A D | debug_locks.c | 25 int debug_locks __read_mostly = 1; 26 EXPORT_SYMBOL_GPL(debug_locks); 41 if (debug_locks && __debug_locks_off() && !debug_locks_silent) in debug_locks_off()
|
| H A D | locking-selftest.c | 1390 if (expected == FAILURE && debug_locks) { in dotest() 1396 if (debug_locks != expected) { in dotest() 1407 lockclass_mask, debug_locks, expected); in dotest() 2366 if (!debug_locks) { in locking_selftest() 2484 debug_locks = 0; in locking_selftest() 2493 debug_locks = 1; in locking_selftest() 2499 debug_locks = 1; in locking_selftest() 2505 debug_locks = 1; in locking_selftest()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | lockdep.h | 306 #define lockdep_depth(tsk) (debug_locks ? (tsk)->lockdep_depth : 0) 309 WARN_ON(debug_locks && !lockdep_is_held(l)); \ 313 WARN_ON(debug_locks && !lockdep_is_held_type(l, 0)); \ 317 WARN_ON(debug_locks && !lockdep_is_held_type(l, 1)); \ 321 WARN_ON_ONCE(debug_locks && !lockdep_is_held(l)); \ 377 # define lockdep_reset() do { debug_locks = 1; } while (0) 577 #define __lockdep_enabled (debug_locks && !this_cpu_read(lockdep_recursion)) 626 WARN_ONCE(debug_locks && !current->lockdep_recursion && \
|
| H A D | debug_locks.h | 12 extern int debug_locks __read_mostly; 18 return xchg(&debug_locks, 0); in __debug_locks_off()
|
| H A D | backing-dev.h | 283 WARN_ON_ONCE(debug_locks && in inode_to_wb()
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | rtmutex-debug.c | 77 if (!debug_locks || chwalk == RT_MUTEX_FULL_CHAINWALK || !act_waiter) in debug_rt_mutex_deadlock() 91 if (!waiter->deadlock_lock || !debug_locks) in debug_rt_mutex_print_deadlock()
|
| H A D | lockdep.c | 84 if (!debug_locks) in lockdep_enabled() 120 if (debug_locks && DEBUG_LOCKS_WARN_ON(__owner != current)) in lockdep_unlock() 145 if (!debug_locks) { in graph_lock() 1212 if (!debug_locks) in is_dynamic_key() 3735 if (unlikely(!debug_locks)) in validate_chain() 4173 if (unlikely(!debug_locks)) in lockdep_hardirqs_on_prepare() 4228 if (unlikely(!debug_locks)) in lockdep_hardirqs_on() 4293 if (unlikely(!debug_locks)) in lockdep_hardirqs_off() 4738 if (debug_locks) in lockdep_init_map_type() 4745 if (unlikely(!debug_locks)) in lockdep_init_map_type() [all …]
|
| H A D | mutex-debug.c | 74 if (likely(debug_locks)) { in debug_mutex_unlock()
|
| H A D | lockdep_proc.c | 375 debug_locks); in lockdep_stats_show() 572 if (unlikely(!debug_locks)) in seq_header()
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | debug_locks.h | 11 extern bool debug_locks;
|
| /OK3568_Linux_fs/kernel/tools/lib/lockdep/ |
| H A D | common.c | 12 bool debug_locks = true; variable
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/ |
| H A D | rhashtable.c | 47 return (debug_locks) ? lockdep_is_held(&ht->mutex) : 1; in lockdep_rht_mutex_is_held() 54 return (debug_locks) ? lockdep_is_held(lock) : 1; in lockdep_rht_bucket_is_held()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/ |
| H A D | rhashtable.c | 46 return (debug_locks) ? lockdep_is_held(&ht->mutex) : 1; in lockdep_rht_mutex_is_held() 53 return (debug_locks) ? lockdep_is_held(lock) : 1; in lockdep_rht_bucket_is_held()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/linux/ |
| H A D | rhashtable.c | 46 return (debug_locks) ? lockdep_is_held(&ht->mutex) : 1; in lockdep_rht_mutex_is_held() 53 return (debug_locks) ? lockdep_is_held(lock) : 1; in lockdep_rht_bucket_is_held()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/ |
| H A D | rhashtable.c | 46 return (debug_locks) ? lockdep_is_held(&ht->mutex) : 1; in lockdep_rht_mutex_is_held() 53 return (debug_locks) ? lockdep_is_held(lock) : 1; in lockdep_rht_bucket_is_held()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/ |
| H A D | rhashtable.c | 46 return (debug_locks) ? lockdep_is_held(&ht->mutex) : 1; in lockdep_rht_mutex_is_held() 53 return (debug_locks) ? lockdep_is_held(lock) : 1; in lockdep_rht_bucket_is_held()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/linux/ |
| H A D | rhashtable.c | 47 return (debug_locks) ? lockdep_is_held(&ht->mutex) : 1; in lockdep_rht_mutex_is_held() 54 return (debug_locks) ? lockdep_is_held(lock) : 1; in lockdep_rht_bucket_is_held()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/linux/ |
| H A D | rhashtable.c | 47 return (debug_locks) ? lockdep_is_held(&ht->mutex) : 1; in lockdep_rht_mutex_is_held() 54 return (debug_locks) ? lockdep_is_held(lock) : 1; in lockdep_rht_bucket_is_held()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/ |
| H A D | rhashtable.c | 47 return (debug_locks) ? lockdep_is_held(&ht->mutex) : 1; in lockdep_rht_mutex_is_held() 54 return (debug_locks) ? lockdep_is_held(lock) : 1; in lockdep_rht_bucket_is_held()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/ |
| H A D | rhashtable.c | 46 return (debug_locks) ? lockdep_is_held(&ht->mutex) : 1; in lockdep_rht_mutex_is_held() 53 return (debug_locks) ? lockdep_is_held(lock) : 1; in lockdep_rht_bucket_is_held()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/ |
| H A D | rhashtable.c | 46 return (debug_locks) ? lockdep_is_held(&ht->mutex) : 1; in lockdep_rht_mutex_is_held() 53 return (debug_locks) ? lockdep_is_held(lock) : 1; in lockdep_rht_bucket_is_held()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/ |
| H A D | rhashtable.c | 47 return (debug_locks) ? lockdep_is_held(&ht->mutex) : 1; in lockdep_rht_mutex_is_held() 54 return (debug_locks) ? lockdep_is_held(lock) : 1; in lockdep_rht_bucket_is_held()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/ |
| H A D | rhashtable.c | 46 return (debug_locks) ? lockdep_is_held(&ht->mutex) : 1; in lockdep_rht_mutex_is_held() 53 return (debug_locks) ? lockdep_is_held(lock) : 1; in lockdep_rht_bucket_is_held()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/linux/ |
| H A D | rhashtable.c | 46 return (debug_locks) ? lockdep_is_held(&ht->mutex) : 1; in lockdep_rht_mutex_is_held() 53 return (debug_locks) ? lockdep_is_held(lock) : 1; in lockdep_rht_bucket_is_held()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/ |
| H A D | rhashtable.c | 46 return (debug_locks) ? lockdep_is_held(&ht->mutex) : 1; in lockdep_rht_mutex_is_held() 53 return (debug_locks) ? lockdep_is_held(lock) : 1; in lockdep_rht_bucket_is_held()
|