Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDvfs_bio.c171 long hibufspace; variable
172 SYSCTL_LONG(_vfs, OID_AUTO, hibufspace, CTLFLAG_RW, &hibufspace, 0,
574 limit = hibufspace; in bufspace_reserve()
1092 hibufspace = lmax(3 * maxbufspace / 4, maxbufspace - maxbcachebuf * 10); in bufinit()
1093 lobufspace = (hibufspace / 20) * 19; /* 95% */ in bufinit()
1094 bufspacethresh = lobufspace + (hibufspace - lobufspace) / 2; in bufinit()
1104 hirunningspace = lmax(lmin(roundup(hibufspace / 64, maxbcachebuf), in bufinit()
1115 maxbufmallocspace = hibufspace / 20; in bufinit()
1130 while ((long)hidirtybuffers * BKVASIZE > 3 * hibufspace / 4) { in bufinit()
/freebsd-11-stable/sys/sys/
HDbuf.h464 extern long hibufspace;
/freebsd-11-stable/sys/ufs/ufs/
HDufs_dirhash.c1303 ufs_dirhashmaxmem = lmax(roundup(hibufspace / 64, PAGE_SIZE), in ufsdirhash_init()
/freebsd-11-stable/sys/fs/nfsclient/
HDnfs_clvfsops.c1465 while ((long)nmp->nm_wcommitsize * nmp->nm_wcommitsize < hibufspace) in mountnfs()
/freebsd-11-stable/tools/tools/sysdoc/
HDtunables.mdoc2086 vfs.hibufspace