Home
last modified time | relevance | path

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

/src/sys/rpc/
H A Dreplay.c61 #define REPLAY_HASH_SIZE 256 macro
65 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()