Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_generic.c94 static int iosize_max_clamp = 0; variable
95 SYSCTL_INT(_debug, OID_AUTO, iosize_max_clamp, CTLFLAG_RW,
96 &iosize_max_clamp, 0, "Clamp max i/o size to INT_MAX");
177 return (iosize_max_clamp || SV_CURPROC_FLAG(SV_ILP32) ? in iosize_max()