Searched refs:tpi_hashshift (Results 1 – 1 of 1) sorted by relevance
47 #define TPI_HASH(p) ((((uintptr_t *)p)[0] >> tpi_hashshift) % TPI_NHASH)55 static int tpi_hashshift; variable78 tpi_hashshift = highbit(sizeof (tpi_provinfo_t)); in tpi_init()