HomeSort by: relevance | last modified time | path
    Searched defs:ufs_dirhashmaxmem (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/ufs/ufs/
ufs_dirhash.c 77 static u_int ufs_dirhashmaxmem = 0; variable in typeref:typename:u_int
137 if (ufs_dirhashmaxmem == 0 ||
144 ufs_dirhashmem > ufs_dirhashmaxmem) {
174 ufs_dirhashmaxmem) {
176 if (memreqd > ufs_dirhashmaxmem / 2)
1058 while (wanted + ufs_dirhashmem > ufs_dirhashmaxmem) {
1134 NULL, 0, &ufs_dirhashmaxmem, 0,
1160 if (ufs_dirhashmaxmem == 0) {
1173 ufs_dirhashmaxmem = (u_int)hash_bytes;

Completed in 13 milliseconds