Home
last modified time | relevance | path

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

/glibc-2.36/sunrpc/
Dsvc_udp.c422 typedef struct cache_node *cache_ptr; typedef
441 cache_ptr cache_next;
452 cache_ptr *uc_entries; /* hash table of entries in cache */
453 cache_ptr *uc_fifo; /* fifo list of entries in cache */
492 uc->uc_entries = CALLOC (cache_ptr, size * SPARSENESS); in svcudp_enablecache()
499 uc->uc_fifo = CALLOC (cache_ptr, size); in svcudp_enablecache()
519 cache_ptr victim; in libc_hidden_nolink_sunrpc()
520 cache_ptr *vicp; in libc_hidden_nolink_sunrpc()
591 cache_ptr ent; in cache_get()