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

/freebsd-10.0-release/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++)
177 int h = HASHSTEP(HASHINIT, msg->rm_xid) % REPLAY_HASH_SIZE;
231 int h = HASHSTEP(HASHINIT, repmsg->rm_xid) % REPLAY_HASH_SIZE;

Completed in 88 milliseconds