Home
last modified time | relevance | path

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++) { in port_close()
235 for (source = 0; source < PORT_SCACHE_SIZE; source++) { in port_close()
246 PORT_SCACHE_SIZE * sizeof (port_source_t *)); in port_close()
H A Dport.c835 PORT_SCACHE_SIZE * sizeof (port_source_t *), KM_SLEEP); in port_init()
/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))