Searched refs:hibufspace (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/sys/kern/ |
| HD | vfs_bio.c | 171 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/ |
| HD | buf.h | 464 extern long hibufspace;
|
| /freebsd-11-stable/sys/ufs/ufs/ |
| HD | ufs_dirhash.c | 1303 ufs_dirhashmaxmem = lmax(roundup(hibufspace / 64, PAGE_SIZE), in ufsdirhash_init()
|
| /freebsd-11-stable/sys/fs/nfsclient/ |
| HD | nfs_clvfsops.c | 1465 while ((long)nmp->nm_wcommitsize * nmp->nm_wcommitsize < hibufspace) in mountnfs()
|
| /freebsd-11-stable/tools/tools/sysdoc/ |
| HD | tunables.mdoc | 2086 vfs.hibufspace
|