Searched refs:bioq_batchsize (Results 1 – 1 of 1) sorted by relevance
27 static int bioq_batchsize = 128; variable28 SYSCTL_INT(_debug, OID_AUTO, bioq_batchsize, CTLFLAG_RW,29 &bioq_batchsize, 0, "BIOQ batch size");274 if (bioq_batchsize > 0 && head->batched > bioq_batchsize) { in bioq_disksort()