Home
last modified time | relevance | path

Searched refs:MAX_LOCKDEP_SUBCLASSES (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/tools/lib/lockdep/include/liblockdep/
Dcommon.h7 #define MAX_LOCKDEP_SUBCLASSES 8UL macro
26 struct lockdep_subclass_key subkeys[MAX_LOCKDEP_SUBCLASSES];
/linux-4.1.27/include/linux/
Dlockdep.h32 #define MAX_LOCKDEP_SUBCLASSES 8UL macro
55 struct lockdep_subclass_key subkeys[MAX_LOCKDEP_SUBCLASSES];
/linux-4.1.27/kernel/locking/
Dlockdep.c686 if (unlikely(subclass >= MAX_LOCKDEP_SUBCLASSES)) { in look_up_lock_class()
3978 for (j = 0; j < MAX_LOCKDEP_SUBCLASSES; j++) { in lockdep_reset_lock()
4045 printk("... MAX_LOCKDEP_SUBCLASSES: %lu\n", MAX_LOCKDEP_SUBCLASSES); in lockdep_info()