Home
last modified time | relevance | path

Searched refs:t_fsflushr (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dtuneable.h39 int t_fsflushr; /* The rate at which fsflush is run in */ member
/titanic_41/usr/src/uts/common/fs/
H A Dfsflush.c147 nscan = (last_total_pages * (tune.t_fsflushr))/v.v_autoup; in fsflush_do_pages()
387 icount = v.v_autoup / tune.t_fsflushr; in fsflush()
/titanic_41/usr/src/uts/common/conf/
H A Dparam.c655 tune.t_fsflushr = tune_t_fsflushr; in param_init()
/titanic_41/usr/src/cmd/sysdef/
H A Dsysdef.c415 tune.t_fsflushr); in main()
/titanic_41/usr/src/uts/common/os/
H A Dclock.c877 fsflushcnt = tune.t_fsflushr; in clock()