Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_subr.c1008 #define FSID_CACHE_SIZE 256 in vfs_busyfs() macro
1010 static vmp_t cache[FSID_CACHE_SIZE]; in vfs_busyfs()
1017 hash = (hash >> 16 ^ hash) & (FSID_CACHE_SIZE - 1); in vfs_busyfs()