Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/starcat/sys/
H A Diosramvar.h67 #define IOSRAM_HASH(key) ((((key) >> 24) ^ ((key) >> 16) ^\ macro
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Diosram.c2901 bucket = IOSRAM_HASH(chunkp->toc_data.key); in iosram_init_hashtab()
2962 int index = IOSRAM_HASH(key); in iosram_find_chunk()