Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_subr.c868 #define FSID_CACHE_SIZE 256 in vfs_busyfs() macro
870 static vmp_t cache[FSID_CACHE_SIZE]; in vfs_busyfs()
877 hash = (hash >> 16 ^ hash) & (FSID_CACHE_SIZE - 1); in vfs_busyfs()