Searched refs:write_cache (Results 1 – 1 of 1) sorted by relevance
269 int write_cache; member894 #define ADA_WC (softc->write_cache >= 0 ? \895 softc->write_cache : ada_write_cache)920 SYSCTL_INT(_kern_cam_ada, OID_AUTO, write_cache, CTLFLAG_RWTUN,1506 &softc->write_cache, 0, "Enable disk write cache."); in adasysctlinit()1851 softc->write_cache = -1; in adaregister()1854 TUNABLE_INT_FETCH(announce_buf, &softc->write_cache); in adaregister()