Searched refs:MAX_LOCKDEP_ENTRIES (Results 1 – 4 of 4) sorted by relevance
99 #define MAX_LOCKDEP_ENTRIES 16384UL macro104 #define MAX_LOCKDEP_ENTRIES (1UL << CONFIG_LOCKDEP_BITS) macro
292 nr_list_entries, MAX_LOCKDEP_ENTRIES); in lockdep_stats_show()
208 static struct lock_list list_entries[MAX_LOCKDEP_ENTRIES];209 static DECLARE_BITMAP(list_entries_in_use, MAX_LOCKDEP_ENTRIES);6640 pr_info("... MAX_LOCKDEP_ENTRIES: %lu\n", MAX_LOCKDEP_ENTRIES); in lockdep_init()
1602 int "Size for MAX_LOCKDEP_ENTRIES (as Nth power of 2)"1607 Try increasing this value if you hit "BUG: MAX_LOCKDEP_ENTRIES too low!" message.