Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dsvc_dg.c488 struct cl_cache { struct
503 (xid % (SPARSENESS * ((struct cl_cache *) \ argument
518 struct cl_cache *uc; in svc_dg_enablecache()
526 uc = ALLOC(struct cl_cache, 1); in svc_dg_enablecache()
537 FREE(uc, struct cl_cache, 1); in svc_dg_enablecache()
546 FREE(uc, struct cl_cache, 1); in svc_dg_enablecache()
575 struct cl_cache *uc = (struct cl_cache *) su->su_cache; in cache_set()
663 struct cl_cache *uc = (struct cl_cache *) su->su_cache; in cache_get()