Home
last modified time | relevance | path

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

/f-stack/freebsd/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) { in bioq_disksort()