Home
last modified time | relevance | path

Searched refs:MAX_LOCKDEP_SUBCLASSES (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/lockdep/include/liblockdep/
H A Dcommon.h8 #define MAX_LOCKDEP_SUBCLASSES 8UL macro
27 struct lockdep_subclass_key subkeys[MAX_LOCKDEP_SUBCLASSES];
/kernel/linux/linux-5.10/include/linux/
H A Dlockdep_types.h15 #define MAX_LOCKDEP_SUBCLASSES 8UL macro
77 struct lockdep_subclass_key subkeys[MAX_LOCKDEP_SUBCLASSES];
/kernel/linux/linux-6.6/include/linux/
H A Dlockdep_types.h15 #define MAX_LOCKDEP_SUBCLASSES 8UL macro
78 struct lockdep_subclass_key subkeys[MAX_LOCKDEP_SUBCLASSES];
/kernel/linux/linux-5.10/fs/btrfs/
H A Dlocking.h20 * We are limited in number of subclasses by MAX_LOCKDEP_SUBCLASSES, which at
83 static_assert(BTRFS_NESTING_MAX <= MAX_LOCKDEP_SUBCLASSES,
/kernel/linux/linux-6.6/fs/btrfs/
H A Dlocking.h18 * We are limited in number of subclasses by MAX_LOCKDEP_SUBCLASSES, which at
157 static_assert(BTRFS_NESTING_MAX <= MAX_LOCKDEP_SUBCLASSES,
/kernel/linux/linux-5.10/kernel/locking/
H A Dlockdep.c850 if (unlikely(subclass >= MAX_LOCKDEP_SUBCLASSES)) { in look_up_lock_class()
6151 for (j = 0; j < MAX_LOCKDEP_SUBCLASSES; j++) { in __lockdep_reset_lock()
6266 printk("... MAX_LOCKDEP_SUBCLASSES: %lu\n", MAX_LOCKDEP_SUBCLASSES); in lockdep_init()
/kernel/linux/linux-6.6/kernel/locking/
H A Dlockdep.c888 if (unlikely(subclass >= MAX_LOCKDEP_SUBCLASSES)) { in look_up_lock_class()
6368 for (j = 0; j < MAX_LOCKDEP_SUBCLASSES; j++) { in __lockdep_reset_lock()
6483 printk("... MAX_LOCKDEP_SUBCLASSES: %lu\n", MAX_LOCKDEP_SUBCLASSES); in lockdep_init()
/kernel/linux/linux-5.10/drivers/i2c/
H A Di2c-core-base.c1123 WARN_ONCE(depth >= MAX_LOCKDEP_SUBCLASSES, in i2c_adapter_depth()
/kernel/linux/linux-6.6/drivers/i2c/
H A Di2c-core-base.c1201 WARN_ONCE(depth >= MAX_LOCKDEP_SUBCLASSES, in i2c_adapter_depth()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_inode.c379 * DEBUG or XFS_WARN is set. And MAX_LOCKDEP_SUBCLASSES is then only defined
388 return subclass < MAX_LOCKDEP_SUBCLASSES; in xfs_lockdep_subclass_ok()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_inode.c385 * DEBUG or XFS_WARN is set. And MAX_LOCKDEP_SUBCLASSES is then only defined
394 return subclass < MAX_LOCKDEP_SUBCLASSES; in xfs_lockdep_subclass_ok()

Completed in 33 milliseconds