Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/rpc/
H A Dsvc_dg.c494 struct cl_cache { struct
509 (xid % (SPARSENESS * ((struct cl_cache *) \ argument
524 struct cl_cache *uc; in svc_dg_enablecache()
532 uc = ALLOC(struct cl_cache, 1); in svc_dg_enablecache()
543 FREE(uc, struct cl_cache, 1); in svc_dg_enablecache()
552 FREE(uc, struct cl_cache, 1); in svc_dg_enablecache()
581 struct cl_cache *uc = (struct cl_cache *) su->su_cache; in cache_set()
669 struct cl_cache *uc = (struct cl_cache *) su->su_cache; in cache_get()