Home
last modified time | relevance | path

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

/titanic_50/usr/src/ucblib/librpcsoc/
H A Dsvc_udp.c297 #define SPARSENESS 4 /* 75% sparse */ macro
353 (xid % (SPARSENESS*((struct udp_cache *) \
380 uc->uc_entries = ALLOC(cache_ptr, size * SPARSENESS);
387 BZERO(uc->uc_entries, cache_ptr, size * SPARSENESS);
392 FREE((char *)uc->uc_entries, cache_ptr, size * SPARSENESS);
/titanic_50/usr/src/lib/libnsl/rpc/
H A Dsvc_dg.c629 #define SPARSENESS 4 /* 75% sparse */ macro
673 (xid % (SPARSENESS * ((struct cl_cache *) \
718 uc->uc_entries = calloc(size * SPARSENESS, sizeof (cache_ptr)); in svc_dg_enablecache()