Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dlockdep_types.h15 #define MAX_LOCKDEP_SUBCLASSES 8UL macro
78 struct lockdep_subclass_key subkeys[MAX_LOCKDEP_SUBCLASSES];
/linux/fs/xfs/libxfs/
H A Dxfs_rtgroup.h23 #ifdef MAX_LOCKDEP_SUBCLASSES
24 static_assert(XFS_RTGI_MAX <= MAX_LOCKDEP_SUBCLASSES);
/linux/fs/btrfs/
H A Dlocking.h172 static_assert(BTRFS_NESTING_MAX <= MAX_LOCKDEP_SUBCLASSES,
/linux/kernel/locking/
H A Dlockdep.c893 if (unlikely(subclass >= MAX_LOCKDEP_SUBCLASSES)) { in look_up_lock_class()
5103 if (DEBUG_LOCKS_WARN_ON(subclass >= MAX_LOCKDEP_SUBCLASSES)) in __lock_acquire()
6505 for (j = 0; j < MAX_LOCKDEP_SUBCLASSES; j++) { in __lockdep_reset_lock()
6636 pr_info("... MAX_LOCKDEP_SUBCLASSES: %lu\n", MAX_LOCKDEP_SUBCLASSES); in lockdep_init()
/linux/fs/xfs/
H A Dxfs_dquot.c1503 BUILD_BUG_ON(XFS_QM_TRANS_MAXDQS > MAX_LOCKDEP_SUBCLASSES); in xfs_dqlockn()
H A Dxfs_inode.c326 return subclass < MAX_LOCKDEP_SUBCLASSES; in xfs_lockdep_subclass_ok()
/linux/drivers/i2c/
H A Di2c-core-base.c1245 WARN_ONCE(depth >= MAX_LOCKDEP_SUBCLASSES, in i2c_adapter_depth()