Home
last modified time | relevance | path

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

/src/crypto/krb5/src/lib/rpc/
H A Dsvc_udp.c343 #define SPARSENESS 4 /* 75% sparse */ macro
399 (xid % (SPARSENESS*((struct udp_cache *) su_data(transp)->su_cache)->uc_size))
425 uc->uc_entries = ALLOC(cache_ptr, size * SPARSENESS); in svcudp_enablecache()
430 BZERO(uc->uc_entries, cache_ptr, size * SPARSENESS); in svcudp_enablecache()
/src/lib/libc/rpc/
H A Dsvc_dg.c450 #define SPARSENESS 4 /* 75% sparse */ macro
503 (xid % (SPARSENESS * ((struct cl_cache *) \
534 uc->uc_entries = ALLOC(cache_ptr, size * SPARSENESS); in svc_dg_enablecache()
541 MEMZERO(uc->uc_entries, cache_ptr, size * SPARSENESS); in svc_dg_enablecache()
545 FREE(uc->uc_entries, cache_ptr, size * SPARSENESS); in svc_dg_enablecache()