Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dbuf.h228 #define B_REUSE 0x00001000 /* Contents reused, second chance. */ macro
/f-stack/freebsd/kern/
H A Dvfs_bio.c1540 bp->b_flags |= B_REUSE; in binsfree()
1635 bp->b_flags &= ~(B_AGE | B_REUSE); in buf_release()
1762 if ((bp->b_flags & B_REUSE) != 0) { in buf_recycle()
1765 bp->b_flags &= ~B_REUSE; in buf_recycle()
1898 bp->b_flags &= ~(B_REMFREE | B_REUSE); in bq_remove()
1968 bp->b_flags &= ~(B_AGE | B_REUSE); in bq_insert()