Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/rpc/
H A Dsvc_dg.c390 struct cl_cache { struct
405 (xid % (SPARSENESS * ((struct cl_cache *) \ argument
420 struct cl_cache *uc; in svc_dg_enablecache()
432 uc = ALLOC(struct cl_cache, 1); in svc_dg_enablecache()
443 FREE(uc, struct cl_cache, 1); in svc_dg_enablecache()
452 FREE(uc, struct cl_cache, 1); in svc_dg_enablecache()
481 struct cl_cache *uc; in cache_set()
492 uc = (struct cl_cache *) su->su_cache; in cache_set()
575 struct cl_cache *uc; in cache_get()
587 uc = (struct cl_cache *) su->su_cache; in cache_get()