Searched refs:MAX_LOCKDEP_CHAINS (Results 1 – 3 of 3) sorted by relevance
109 #define MAX_LOCKDEP_CHAINS (1UL << MAX_LOCKDEP_CHAINS_BITS) macro111 #define MAX_LOCKDEP_CHAIN_HLOCKS (MAX_LOCKDEP_CHAINS*5)
273 lock_chain_count(), MAX_LOCKDEP_CHAINS); in lockdep_stats_show()
316 DECLARE_BITMAP(lock_chains_being_freed, MAX_LOCKDEP_CHAINS);2623 struct lock_chain lock_chains[MAX_LOCKDEP_CHAINS];2624 static DECLARE_BITMAP(lock_chains_in_use, MAX_LOCKDEP_CHAINS);5214 printk("... MAX_LOCKDEP_CHAINS: %lu\n", MAX_LOCKDEP_CHAINS); in lockdep_init()