Searched refs:REPLAY_HASH_SIZE (Results 1 – 1 of 1) sorted by relevance
61 #define REPLAY_HASH_SIZE 256 macro65 struct replay_cache_list rc_cache[REPLAY_HASH_SIZE];80 for (i = 0; i < REPLAY_HASH_SIZE; i++) in replay_newcache()177 int h = HASHSTEP(HASHINIT, msg->rm_xid) % REPLAY_HASH_SIZE; in replay_find()231 int h = HASHSTEP(HASHINIT, repmsg->rm_xid) % REPLAY_HASH_SIZE; in replay_setreply()