Searched refs:maxbufspace (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/kern/
H A Dvfs_bio.c159 static long maxbufspace; variable
160 SYSCTL_LONG(_vfs, OID_AUTO, maxbufspace, CTLFLAG_RW, &maxbufspace, 0,
572 limit = maxbufspace;
960 /* XXX Avoid unsigned long overflows later on with maxbufspace. */
1080 * maxbufspace is the absolute maximum amount of buffer space we are
1086 * maxbufspace is based on BKVASIZE. Allocating buffers larger then
1091 maxbufspace = (long)nbuf * BKVASIZE;
1092 hibufspace = lmax(3 * maxbufspace / 4, maxbufspace
[all...]

Completed in 170 milliseconds