Searched refs:write_cache (Results 1 – 1 of 1) sorted by relevance
266 int write_cache; member914 #define ADA_WC (softc->write_cache >= 0 ? \915 softc->write_cache : ada_write_cache)941 SYSCTL_INT(_kern_cam_ada, OID_AUTO, write_cache, CTLFLAG_RWTUN,1530 &softc->write_cache, 0, "Enable disk write cache."); in adasysctlinit()1870 softc->write_cache = -1; in adaregister()1873 TUNABLE_INT_FETCH(announce_buf, &softc->write_cache); in adaregister()