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

/illumos-gate/usr/src/uts/common/sys/
H A Dport_impl.h285 #define PORTFOP_PVFSHASH_SZ 256 macro
286 #define PORTFOP_PVFSHASH(vfsp) (((uintptr_t)(vfsp) >> 4) % PORTFOP_PVFSHASH_SZ)
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c189 portfop_vfs_hash_t portvfs_hash[PORTFOP_PVFSHASH_SZ];

Completed in 50 milliseconds