Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dsvc_udp.c309 typedef struct cache_node *cache_ptr; typedef
327 cache_ptr cache_next;
337 cache_ptr *uc_entries; /* hash table of entries in cache */
338 cache_ptr *uc_fifo; /* fifo list of entries in cache */
378 uc->uc_entries = ALLOC(cache_ptr, size * SPARSENESS);
385 BZERO(uc->uc_entries, cache_ptr, size * SPARSENESS);
386 uc->uc_fifo = ALLOC(cache_ptr, size);
394 BZERO(uc->uc_fifo, cache_ptr, size);
408 register cache_ptr victim;
409 register cache_ptr *vicp;
[all …]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_dg.c634 typedef struct cache_node *cache_ptr; typedef
652 cache_ptr cache_next;
660 cache_ptr *uc_entries; /* hash table of entries in cache */
661 cache_ptr *uc_fifo; /* fifo list of entries in cache */
718 uc->uc_entries = calloc(size * SPARSENESS, sizeof (cache_ptr)); in svc_dg_enablecache()
725 uc->uc_fifo = calloc(size, sizeof (cache_ptr)); in svc_dg_enablecache()
755 cache_ptr victim; in cache_set()
756 cache_ptr *vicp; in cache_set()
871 cache_ptr ent; in cache_get()