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

/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_vnops.c192 for (source = 0; source < PORT_SCACHE_SIZE; source++) {
235 for (source = 0; source < PORT_SCACHE_SIZE; source++) {
246 PORT_SCACHE_SIZE * sizeof (port_source_t *));
H A Dport.c831 PORT_SCACHE_SIZE * sizeof (port_source_t *), KM_SLEEP);
/illumos-gate/usr/src/uts/common/sys/
H A Dport_impl.h77 #define PORT_SCACHE_SIZE 16 /* start source cache size */ macro
78 #define PORT_SHASH(cookie) (cookie & (PORT_SCACHE_SIZE-1))

Completed in 66 milliseconds