Home
last modified time | relevance | path

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

/src/sys/rpc/
H A Dreplay.h40 struct replay_cache;
45 struct replay_cache *replay_newcache(size_t);
50 void replay_setsize(struct replay_cache *, size_t);
56 void replay_freecache(struct replay_cache *rc);
75 enum replay_state replay_find(struct replay_cache *rc,
82 void replay_setreply(struct replay_cache *rc,
H A Dreplay.c55 replay_alloc(struct replay_cache *rc, struct rpc_msg *msg,
57 static void replay_free(struct replay_cache *rc,
59 static void replay_prune(struct replay_cache *rc);
64 struct replay_cache { struct
73 struct replay_cache * argument
76 struct replay_cache *rc; in replay_newcache()
90 replay_setsize(struct replay_cache *rc, size_t newmaxsize) in replay_setsize()
100 replay_freecache(struct replay_cache *rc) in replay_freecache()
111 replay_alloc(struct replay_cache *rc, in replay_alloc()
133 replay_free(struct replay_cache *rc, struct replay_cache_entry *rce) in replay_free()
[all …]
H A Dsvc.h336 struct replay_cache *sp_rcache; /* optional replay cache */