Searched refs:pfs_vncache_hash (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/fs/pseudofs/
H A Dpseudofs_vncache.c83 static u_long pfs_vncache_hash; variable
84 #define PFS_VNCACHE_HASH(pid) (&pfs_vncache_hashtbl[(pid) & pfs_vncache_hash])
94 pfs_vncache_hashtbl = hashinit(maxproc / 4, M_PFSVNCACHE, &pfs_vncache_hash);
309 for (i = 0; i < pfs_vncache_hash; i++) {

Completed in 113 milliseconds