Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Dmboxsc.c176 #define HASH_KEY(key) ((((key) >> 24) ^ ((key) >> 16) ^ ((key) >> 9) ^\ macro
1590 hash = HASH_KEY(mailboxp->mbox_key); in mboxsc_hashinsert_mailbox()
1620 hash = HASH_KEY(key); in mboxsc_hashfind_mailbox_by_key()
1658 hash = HASH_KEY(key); in mboxsc_hashremove_mailbox_by_key()