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

/freebsd-13-stable/sys/kern/
H A Dsubr_disk.c29 static int bioq_batchsize = 128; variable
30 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) {

Completed in 64 milliseconds