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

/freebsd-12-stable/sys/kern/
H A Dsubr_witness.c149 * will hold LOCK_NCHILDREN locks. We handle failure ok, and we should
152 #define LOCK_NCHILDREN 5 macro
214 struct lock_instance ll_children[LOCK_NCHILDREN];
1283 MPASS(j < LOCK_CHILDCOUNT * LOCK_NCHILDREN);
1406 MPASS(i >= 0 && i < LOCK_NCHILDREN);
1492 if (lle == NULL || lle->ll_count == LOCK_NCHILDREN) {

Completed in 124 milliseconds