Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_witness.c166 #define WITNESS_ANCESTOR 0x02 /* Direct or indirect ancestor. */ macro
169 #define WITNESS_ANCESTOR_MASK (WITNESS_PARENT | WITNESS_ANCESTOR)
1997 if ((w_rmatrix[pi][ci] & WITNESS_ANCESTOR) == 0) { in adopt()
2027 w_rmatrix[i][j] |= WITNESS_ANCESTOR; in adopt()