Searched refs:ufsfx_tune (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c175 } ufsfx_tune; variable in typeref:struct:ufs_failure_tunable
812 ufsfx_tune.uft_too_long = UF_TOO_LONG;
813 ufsfx_tune.uft_fixstart_period = UF_FIXSTART_PERIOD;
814 ufsfx_tune.uft_fixpoll_period = UF_FIXPOLL_PERIOD;
815 ufsfx_tune.uft_short_err_period = UF_SHORT_ERROR_PERIOD;
816 ufsfx_tune.uft_long_err_period = UF_LONG_ERROR_PERIOD;
819 uffsinfo.ufi_tunep = &ufsfx_tune;
1209 toolong = (time_t)ufsfx_tune.uft_too_long + f->uf_entered_tm;
1235 f->uf_retry = ufsfx_tune.uft_short_err_period;
1559 f->uf_retry = ufsfx_tune
[all...]

Completed in 60 milliseconds