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.c1607 bp->b_flags |= B_REUSE; in binsfree()
1702 bp->b_flags &= ~(B_AGE | B_REUSE); in buf_release()
1829 if ((bp->b_flags & B_REUSE) != 0) { in buf_recycle()
1832 bp->b_flags &= ~B_REUSE; in buf_recycle()
1968 bp->b_flags &= ~(B_REMFREE | B_REUSE); in bq_remove()
2038 bp->b_flags &= ~(B_AGE | B_REUSE); in bq_insert()