Home
last modified time | relevance | path

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

/Linux-v4.19/tools/lib/lockdep/include/liblockdep/
Dcommon.h8 #define MAX_LOCKDEP_SUBCLASSES 8UL macro
27 struct lockdep_subclass_key subkeys[MAX_LOCKDEP_SUBCLASSES];
/Linux-v4.19/include/linux/
Dlockdep.h20 #define MAX_LOCKDEP_SUBCLASSES 8UL macro
58 struct lockdep_subclass_key subkeys[MAX_LOCKDEP_SUBCLASSES];
/Linux-v4.19/kernel/locking/
Dlockdep.c656 if (unlikely(subclass >= MAX_LOCKDEP_SUBCLASSES)) { in look_up_lock_class()
4276 for (j = 0; j < MAX_LOCKDEP_SUBCLASSES; j++) { in lockdep_reset_lock()
4319 printk("... MAX_LOCKDEP_SUBCLASSES: %lu\n", MAX_LOCKDEP_SUBCLASSES); in lockdep_init()
/Linux-v4.19/drivers/i2c/
Di2c-core-base.c938 WARN_ONCE(depth >= MAX_LOCKDEP_SUBCLASSES, in i2c_adapter_depth()
/Linux-v4.19/fs/xfs/
Dxfs_inode.c388 return subclass < MAX_LOCKDEP_SUBCLASSES; in xfs_lockdep_subclass_ok()