Searched refs:MAX_LOCKDEP_CHAINS (Results 1 – 3 of 3) sorted by relevance
122 #define MAX_LOCKDEP_CHAINS (1UL << MAX_LOCKDEP_CHAINS_BITS) macro125 #define MAX_LOCKDEP_CHAIN_HLOCKS (MAX_LOCKDEP_CHAINS * AVG_LOCKDEP_CHAIN_DEPTH)
309 lock_chain_count(), MAX_LOCKDEP_CHAINS); in lockdep_stats_show()
384 DECLARE_BITMAP(lock_chains_being_freed, MAX_LOCKDEP_CHAINS);3326 struct lock_chain lock_chains[MAX_LOCKDEP_CHAINS];3327 static DECLARE_BITMAP(lock_chains_in_use, MAX_LOCKDEP_CHAINS);6641 pr_info("... MAX_LOCKDEP_CHAINS: %lu\n", MAX_LOCKDEP_CHAINS); in lockdep_init()