Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/locking/
H A Dlockdep_internals.h120 #define MAX_LOCKDEP_CHAINS (1UL << MAX_LOCKDEP_CHAINS_BITS) macro
122 #define MAX_LOCKDEP_CHAIN_HLOCKS (MAX_LOCKDEP_CHAINS*5)
H A Dlockdep_proc.c305 lock_chain_count(), MAX_LOCKDEP_CHAINS); in lockdep_stats_show()
H A Dlockdep.c349 DECLARE_BITMAP(lock_chains_being_freed, MAX_LOCKDEP_CHAINS);
3155 struct lock_chain lock_chains[MAX_LOCKDEP_CHAINS];
3156 static DECLARE_BITMAP(lock_chains_in_use, MAX_LOCKDEP_CHAINS);
6270 printk("... MAX_LOCKDEP_CHAINS: %lu\n", MAX_LOCKDEP_CHAINS); in lockdep_init()
/OK3568_Linux_fs/kernel/lib/
H A DKconfig.debug1337 int "Bitsize for MAX_LOCKDEP_CHAINS"
1342 Try increasing this value if you hit "BUG: MAX_LOCKDEP_CHAINS too low!" message.