Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dbio.c76 struct dwbuf *dwbuf; /* Delayed write buckets */ variable
479 dp = (struct buf *)&dwbuf[index]; in brelse()
893 dp = (struct buf *)&dwbuf[i]; in bflush()
1185 dwbuf = kmem_zalloc(v.v_hbuf * sizeof (struct dwbuf), KM_SLEEP); in binit()
1198 dwbuf[i].b_forw = dwbuf[i].b_back = (struct buf *)&dwbuf[i]; in binit()
1199 dwbuf[i].av_forw = dwbuf[i].av_back = (struct buf *)&dwbuf[i]; in binit()
1782 dwp = (struct buf *)&dwbuf[start]; in bio_recycle()
/illumos-gate/usr/src/uts/common/sys/
H A Dbuf.h269 struct dwbuf { struct
345 extern struct dwbuf *dwbuf; /* delayed write hash table */
/illumos-gate/usr/src/uts/common/fs/
H A Dfsflush.c405 dwp = (struct buf *)&dwbuf[ix]; in fsflush()