HomeSort by: relevance | last modified time | path
    Searched refs:NFS_DIRHASHSIZ (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/nfs/
nfs.h 373 #ifndef NFS_DIRHASHSIZ
374 #define NFS_DIRHASHSIZ 64
nfs_subs.c 1169 dircache = hashinit(NFS_DIRHASHSIZ, HASH_LIST, true,
1192 dirgens = kmem_zalloc(NFS_DIRHASHSIZ * sizeof(unsigned), KM_SLEEP);
1200 kmem_free(dirgens, NFS_DIRHASHSIZ * sizeof(unsigned));
1283 if (ent >= NFS_DIRHASHSIZ)
1458 NFS_DIRHASHSIZ * sizeof(unsigned));

Completed in 101 milliseconds