Searched refs:LOCK_CLASS_MAX (Results 1 – 2 of 2) sorted by relevance
65 CTASSERT(LOCK_CLASS_MAX == 15);67 struct lock_class *lock_classes[LOCK_CLASS_MAX + 1] = {88 for (i = 0; i < LOCK_CLASS_MAX; i++) in lock_init()93 KASSERT(i < LOCK_CLASS_MAX, ("unknown lock class %p", class)); in lock_init()184 if (LO_CLASSINDEX(lock) > LOCK_CLASS_MAX) { in DB_SHOW_COMMAND()
99 #define LOCK_CLASS_MAX (LO_CLASSMASK >> LO_CLASSSHIFT) macro