Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/lockdep/include/liblockdep/
Dcommon.h8 #define MAX_LOCKDEP_SUBCLASSES 8UL macro
27 struct lockdep_subclass_key subkeys[MAX_LOCKDEP_SUBCLASSES];
/Linux-v5.15/include/linux/
Dlockdep_types.h15 #define MAX_LOCKDEP_SUBCLASSES 8UL macro
77 struct lockdep_subclass_key subkeys[MAX_LOCKDEP_SUBCLASSES];
/Linux-v5.15/fs/btrfs/
Dlocking.h81 static_assert(BTRFS_NESTING_MAX <= MAX_LOCKDEP_SUBCLASSES,
/Linux-v5.15/kernel/locking/
Dlockdep.c853 if (unlikely(subclass >= MAX_LOCKDEP_SUBCLASSES)) { in look_up_lock_class()
6212 for (j = 0; j < MAX_LOCKDEP_SUBCLASSES; j++) { in __lockdep_reset_lock()
6321 printk("... MAX_LOCKDEP_SUBCLASSES: %lu\n", MAX_LOCKDEP_SUBCLASSES); in lockdep_init()
/Linux-v5.15/drivers/i2c/
Di2c-core-base.c1251 WARN_ONCE(depth >= MAX_LOCKDEP_SUBCLASSES, in i2c_adapter_depth()
/Linux-v5.15/fs/xfs/
Dxfs_inode.c406 return subclass < MAX_LOCKDEP_SUBCLASSES; in xfs_lockdep_subclass_ok()