Searched refs:SPIHASH (Results 1 – 1 of 1) sorted by relevance
171 #define SPIHASH(x) (((x) ^ ((x) >> 16)) % SPIHASHSIZE) macro1367 LIST_FOREACH(sav, &spihash[SPIHASH(spi)], spihash) { in key_allocsa()4214 LIST_FOREACH(sav, &spihash[SPIHASH(spi)], spihash) { in key_checkspidup()4242 LIST_INSERT_HEAD(&spihash[SPIHASH(spi)], sav, spihash); in key_setspi()4263 LIST_FOREACH(sav, &spihash[SPIHASH(spi)], spihash) { in key_getsavbyspi()