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.c972 #define FSID_CACHE_SIZE 256 in vfs_busyfs() macro
974 static vmp_t cache[FSID_CACHE_SIZE]; in vfs_busyfs()
981 hash = (hash >> 16 ^ hash) & (FSID_CACHE_SIZE - 1); in vfs_busyfs()