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