Searched defs:dwbuf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dbuf.h236 * The dwbuf structure keeps a list of delayed write buffers per hash bucket
237 * hence there are exactly the same number of dwbuf structures as there are
267 struct dwbuf { struct
343 extern struct dwbuf *dwbuf; /* delayed write hash table */
/illumos-gate/usr/src/uts/common/os/
H A Dbio.c73 struct dwbuf *dwbuf; /* Delayed write buckets */ variable in typeref:struct:dwbuf
476 dp = (struct buf *)&dwbuf[index];
892 dp = (struct buf *)&dwbuf[i];
1185 dwbuf = kmem_zalloc(v.v_hbuf * sizeof (struct dwbuf), KM_SLEEP);
1198 dwbuf[i].b_forw = dwbuf[i].b_back = (struct buf *)&dwbuf[i];
1199 dwbuf[
[all...]

Completed in 47 milliseconds