Searched refs:write_cache (Results 1 – 1 of 1) sorted by relevance
267 int write_cache; member915 #define ADA_WC (softc->write_cache >= 0 ? \916 softc->write_cache : ada_write_cache)942 SYSCTL_INT(_kern_cam_ada, OID_AUTO, write_cache, CTLFLAG_RWTUN,1528 &softc->write_cache, 0, "Enable disk write cache."); in adasysctlinit()1868 softc->write_cache = -1; in adaregister()1871 TUNABLE_INT_FETCH(announce_buf, &softc->write_cache); in adaregister()