Home
last modified time | relevance | path

Searched refs:v_autoup (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dvar.h61 int v_autoup; /* The age a delayed-write buffer must */ member
/titanic_44/usr/src/uts/common/fs/
H A Dfsflush.c147 nscan = (last_total_pages * (tune.t_fsflushr))/v.v_autoup; in fsflush_do_pages()
386 autoup = v.v_autoup * hz; in fsflush()
387 icount = v.v_autoup / tune.t_fsflushr; in fsflush()
/titanic_44/usr/src/uts/common/conf/
H A Dparam.c646 v.v_autoup = autoup; /* v_autoup - delay for delayed writes */ in param_init()
/titanic_44/usr/src/cmd/sysdef/
H A Dsysdef.c407 v.v_autoup); in main()
/titanic_44/usr/src/cmd/sa/
H A Dsadp.c1431 tbl->v_autoup, tbl->v_bufhwm);
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c209 ufs_iowait = v.v_autoup * hz * 2; in ufs_iinit()
/titanic_44/usr/src/cmd/stat/kstat/
H A Dkstat.c1037 SAVE_INT32(ksi, var, v_autoup); in save_var()
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs321 SAVE_INT32(self, varp, v_autoup); in save_var()