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

/freebsd-12-stable/sys/geom/sched/
H A Dgs_rr.c165 int w_anticipate; /* anticipate writes */ member in struct:g_rr_params
193 .w_anticipate = 1,
215 SYSCTL_INT(_kern_geom_sched_rr, OID_AUTO, w_anticipate, CTLFLAG_RW,
216 &me.w_anticipate, 0, "Do anticipation on writes");
380 if (!me.w_anticipate && (bp->bio_cmd == BIO_WRITE))

Completed in 60 milliseconds