Home
last modified time | relevance | path

Searched refs:MAX_LOCKDEP_ENTRIES (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/kernel/locking/
H A Dlockdep_internals.h89 * MAX_LOCKDEP_ENTRIES is the maximum number of lock dependencies
97 #define MAX_LOCKDEP_ENTRIES 16384UL macro
102 #define MAX_LOCKDEP_ENTRIES (1UL << CONFIG_LOCKDEP_BITS) macro
H A Dlockdep_proc.c288 nr_list_entries, MAX_LOCKDEP_ENTRIES); in lockdep_stats_show()
H A Dlockdep.c171 static struct lock_list list_entries[MAX_LOCKDEP_ENTRIES];
172 static DECLARE_BITMAP(list_entries_in_use, MAX_LOCKDEP_ENTRIES);
1356 print_lockdep_off("BUG: MAX_LOCKDEP_ENTRIES too low!"); in alloc_list_entry()
6270 printk("... MAX_LOCKDEP_ENTRIES: %lu\n", MAX_LOCKDEP_ENTRIES); in lockdep_init()
/kernel/linux/linux-6.6/kernel/locking/
H A Dlockdep_internals.h89 * MAX_LOCKDEP_ENTRIES is the maximum number of lock dependencies
97 #define MAX_LOCKDEP_ENTRIES 16384UL macro
102 #define MAX_LOCKDEP_ENTRIES (1UL << CONFIG_LOCKDEP_BITS) macro
H A Dlockdep_proc.c290 nr_list_entries, MAX_LOCKDEP_ENTRIES); in lockdep_stats_show()
H A Dlockdep.c203 static struct lock_list list_entries[MAX_LOCKDEP_ENTRIES];
204 static DECLARE_BITMAP(list_entries_in_use, MAX_LOCKDEP_ENTRIES);
1396 print_lockdep_off("BUG: MAX_LOCKDEP_ENTRIES too low!"); in alloc_list_entry()
6487 printk("... MAX_LOCKDEP_ENTRIES: %lu\n", MAX_LOCKDEP_ENTRIES); in lockdep_init()

Completed in 18 milliseconds