Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dbuf.h267 struct dwbuf { struct
343 extern struct dwbuf *dwbuf; /* delayed write hash table */
/titanic_44/usr/src/uts/common/os/
H A Dbio.c72 struct dwbuf *dwbuf; /* Delayed write buckets */ variable
475 dp = (struct buf *)&dwbuf[index]; in brelse()
891 dp = (struct buf *)&dwbuf[i]; in bflush()
1184 dwbuf = kmem_zalloc(v.v_hbuf * sizeof (struct dwbuf), KM_SLEEP); in binit()
1197 dwbuf[i].b_forw = dwbuf[i].b_back = (struct buf *)&dwbuf[i]; in binit()
1198 dwbuf[i].av_forw = dwbuf[i].av_back = (struct buf *)&dwbuf[i]; in binit()
1799 dwp = (struct buf *)&dwbuf[start]; in bio_recycle()
/titanic_44/usr/src/uts/common/fs/
H A Dfsflush.c405 dwp = (struct buf *)&dwbuf[ix]; in fsflush()