Home
last modified time | relevance | path

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

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