Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/starcat/sys/
H A Diosramvar.h66 #define IOSRAM_HASHSZ 0x20 /* # hash entries */ macro
68 ((key) >> 9) ^ (key)) & (IOSRAM_HASHSZ - 1))
/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Diosram.c73 static iosram_chunk_t *iosram_hashtab[IOSRAM_HASHSZ]; /* key hash table */
227 for (i = 0; i < IOSRAM_HASHSZ; i++) { in _init()
2884 for (i = 0; i < IOSRAM_HASHSZ; i++) { in iosram_init_hashtab()