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