Searched refs:PORT_SCACHE_SIZE (Results 1 – 3 of 3) sorted by relevance
188 for (source = 0; source < PORT_SCACHE_SIZE; source++) { in port_close()231 for (source = 0; source < PORT_SCACHE_SIZE; source++) { in port_close()242 PORT_SCACHE_SIZE * sizeof (port_source_t *)); in port_close()
831 PORT_SCACHE_SIZE * sizeof (port_source_t *), KM_SLEEP); in port_init()
77 #define PORT_SCACHE_SIZE 16 /* start source cache size */ macro78 #define PORT_SHASH(cookie) (cookie & (PORT_SCACHE_SIZE-1))