Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dbuf.h226 #define B_REUSE 0x00001000 /* Contents reused, second chance. */ macro
/freebsd/sys/kern/
H A Dvfs_bio.c1618 bp->b_flags |= B_REUSE; in binsfree()
1713 bp->b_flags &= ~(B_AGE | B_REUSE); in buf_release()
1840 if ((bp->b_flags & B_REUSE) != 0) { in buf_recycle()
1843 bp->b_flags &= ~B_REUSE; in buf_recycle()
1979 bp->b_flags &= ~(B_REMFREE | B_REUSE); in bq_remove()
2049 bp->b_flags &= ~(B_AGE | B_REUSE); in bq_insert()