Home
last modified time | relevance | path

Searched refs:tpi_hashshift (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/io/
H A Dsuntpi.c47 #define TPI_HASH(p) ((((uintptr_t *)p)[0] >> tpi_hashshift) % TPI_NHASH)
55 static int tpi_hashshift; variable
78 tpi_hashshift = highbit(sizeof (tpi_provinfo_t)); in tpi_init()