Home
last modified time | relevance | path

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

/glibc-2.36/sunrpc/
Dsvc_udp.c408 #define SPARSENESS 4 /* 75% sparse */ macro
466 (xid % (SPARSENESS*((struct udp_cache *) su_data(transp)->su_cache)->uc_size))
492 uc->uc_entries = CALLOC (cache_ptr, size * SPARSENESS); in svcudp_enablecache()
502 mem_free (uc->uc_entries, size * SPARSENESS); in svcudp_enablecache()