Searched refs:WITNESS_LOCK_ORDER_KNOWN (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/kern/
H A Dsubr_witness.c177 #define WITNESS_LOCK_ORDER_KNOWN 0x80 /* This lock order is known. */ macro
2916 & WITNESS_LOCK_ORDER_KNOWN) == 0)
2943 & WITNESS_LOCK_ORDER_KNOWN &&
2963 & WITNESS_LOCK_ORDER_KNOWN)
2968 w_rmatrix[parent->w_index][child->w_index] |= WITNESS_LOCK_ORDER_KNOWN;

Completed in 110 milliseconds