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

/freebsd-11.0-release/sys/rpc/
H A Dreplay.c62 #define REPLAY_HASH_SIZE 256 macro
66 struct replay_cache_list rc_cache[REPLAY_HASH_SIZE];
81 for (i = 0; i < REPLAY_HASH_SIZE; i++)
178 int h = HASHSTEP(HASHINIT, msg->rm_xid) % REPLAY_HASH_SIZE;
232 int h = HASHSTEP(HASHINIT, repmsg->rm_xid) % REPLAY_HASH_SIZE;

Completed in 93 milliseconds