Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_disk.c27 static int bioq_batchsize = 128; variable
28 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()