Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dlockdep_types.h15 #define MAX_LOCKDEP_SUBCLASSES 8UL macro
78 struct lockdep_subclass_key subkeys[MAX_LOCKDEP_SUBCLASSES];
/linux-6.6.21/fs/btrfs/
Dlocking.h157 static_assert(BTRFS_NESTING_MAX <= MAX_LOCKDEP_SUBCLASSES,
/linux-6.6.21/kernel/locking/
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()
/linux-6.6.21/drivers/i2c/
Di2c-core-base.c1201 WARN_ONCE(depth >= MAX_LOCKDEP_SUBCLASSES, in i2c_adapter_depth()
/linux-6.6.21/fs/xfs/
Dxfs_inode.c394 return subclass < MAX_LOCKDEP_SUBCLASSES; in xfs_lockdep_subclass_ok()