Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dbio.c68 nbytes = sizeof (struct hbuf) * v.v_hbuf; in buf_walk_init()
81 bwp->bw_nhbufs = v.v_hbuf; in buf_walk_init()
/illumos-gate/usr/src/uts/common/os/
H A Dbio.c533 for (i = 0; i < v.v_hbuf; i++) { in bio_busy()
891 for (i = 0; i < v.v_hbuf; i++) { in bflush()
1039 for (i = 0; i < v.v_hbuf; i++) { in bfinval()
1178 v.v_hbuf = 1 << highbit((((ulong_t)v.v_bufhwm * 1024) / MAXBSIZE) / in binit()
1180 v.v_hmask = v.v_hbuf - 1; in binit()
1183 hbuf = kmem_zalloc(v.v_hbuf * sizeof (struct hbuf), KM_SLEEP); in binit()
1185 dwbuf = kmem_zalloc(v.v_hbuf * sizeof (struct dwbuf), KM_SLEEP); in binit()
1191 for (i = 0; i < v.v_hbuf; i++) { in binit()
1398 for (i = 0; i < v.v_hbuf; i++) { in bcheck()
1544 start = ((start + 1) % v.v_hbuf); in bio_getfreeblk()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dvar.h49 int v_hbuf; /* Nbr of hash buffers to allocate. */ member
/illumos-gate/usr/src/uts/common/fs/
H A Dfsflush.c402 for (ix = 0; ix < v.v_hbuf; ix++) { in fsflush()
/illumos-gate/usr/src/cmd/stat/kstat/
H A Dkstat.c1143 SAVE_INT32(ksi, var, v_hbuf); in save_var()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs315 SAVE_INT32(self, varp, v_hbuf); in save_var()