Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/rpc/
H A Dsvc_dg.c456 #define SPARSENESS 4 /* 75% sparse */ macro
509 (xid % (SPARSENESS * ((struct cl_cache *) \
540 uc->uc_entries = ALLOC(cache_ptr, size * SPARSENESS); in svc_dg_enablecache()
547 MEMZERO(uc->uc_entries, cache_ptr, size * SPARSENESS); in svc_dg_enablecache()
551 FREE(uc->uc_entries, cache_ptr, size * SPARSENESS); in svc_dg_enablecache()