Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/rpc/
H A Dsvc_dg.c453 #define SPARSENESS 4 /* 75% sparse */ macro
506 (xid % (SPARSENESS * ((struct cl_cache *) \
537 uc->uc_entries = ALLOC(cache_ptr, size * SPARSENESS); in svc_dg_enablecache()
544 MEMZERO(uc->uc_entries, cache_ptr, size * SPARSENESS); in svc_dg_enablecache()
548 FREE(uc->uc_entries, cache_ptr, size * SPARSENESS); in svc_dg_enablecache()