Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/locking/
Dlockdep_internals.h97 #define MAX_LOCKDEP_ENTRIES 16384UL macro
102 #define MAX_LOCKDEP_ENTRIES (1UL << CONFIG_LOCKDEP_BITS) macro
Dlockdep_proc.c290 nr_list_entries, MAX_LOCKDEP_ENTRIES); in lockdep_stats_show()
Dlockdep.c203 static struct lock_list list_entries[MAX_LOCKDEP_ENTRIES];
204 static DECLARE_BITMAP(list_entries_in_use, MAX_LOCKDEP_ENTRIES);
6487 printk("... MAX_LOCKDEP_ENTRIES: %lu\n", MAX_LOCKDEP_ENTRIES); in lockdep_init()
/linux-6.6.21/lib/
DKconfig.debug1454 int "Bitsize for MAX_LOCKDEP_ENTRIES"
1459 Try increasing this value if you hit "BUG: MAX_LOCKDEP_ENTRIES too low!" message.