Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dbio.c70 nbytes = sizeof (struct hbuf) * v.v_hbuf; in buf_walk_init()
83 bwp->bw_nhbufs = v.v_hbuf; in buf_walk_init()
/titanic_44/usr/src/uts/common/sys/
H A Dvar.h51 int v_hbuf; /* Nbr of hash buffers to allocate. */ member
/titanic_44/usr/src/uts/common/os/
H A Dbio.c529 for (i = 0; i < v.v_hbuf; i++) { in bio_busy()
888 for (i = 0; i < v.v_hbuf; i++) { in bflush()
1038 for (i = 0; i < v.v_hbuf; i++) { in bfinval()
1177 v.v_hbuf = 1 << highbit((((ulong_t)v.v_bufhwm * 1024) / MAXBSIZE) / in binit()
1179 v.v_hmask = v.v_hbuf - 1; in binit()
1182 hbuf = kmem_zalloc(v.v_hbuf * sizeof (struct hbuf), KM_SLEEP); in binit()
1184 dwbuf = kmem_zalloc(v.v_hbuf * sizeof (struct dwbuf), KM_SLEEP); in binit()
1190 for (i = 0; i < v.v_hbuf; i++) { in binit()
1414 for (i = 0; i < v.v_hbuf; i++) { in bcheck()
1561 start = ((start + 1) % v.v_hbuf); in bio_getfreeblk()
[all …]
/titanic_44/usr/src/uts/common/fs/
H A Dfsflush.c402 for (ix = 0; ix < v.v_hbuf; ix++) { in fsflush()
/titanic_44/usr/src/cmd/sa/
H A Dsadp.c1427 tbl->v_maxsyspri, tbl->v_clist, tbl->v_maxup, tbl->v_hbuf);
/titanic_44/usr/src/cmd/stat/kstat/
H A Dkstat.c1032 SAVE_INT32(ksi, var, v_hbuf); in save_var()
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs316 SAVE_INT32(self, varp, v_hbuf); in save_var()