Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dbio.c77 static struct buf *bhdrlist; /* buf header free list */ variable
1570 if (bhdrlist != NULL) { in bio_bhdr_alloc()
1571 bp = bhdrlist; in bio_bhdr_alloc()
1572 bhdrlist = bp->av_forw; in bio_bhdr_alloc()
1607 (--dp)->av_forw = bhdrlist; /* Fix last pointer */ in bio_bhdr_alloc()
1608 bhdrlist = sdp; in bio_bhdr_alloc()
1610 bp = bhdrlist; in bio_bhdr_alloc()
1611 bhdrlist = bp->av_forw; in bio_bhdr_alloc()
1633 bp->av_forw = bhdrlist; in bio_bhdr_free()
1634 bhdrlist = bp; in bio_bhdr_free()