Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dsvc_udp.c372 typedef struct cache_node *cache_ptr; typedef
391 cache_ptr cache_next;
402 cache_ptr *uc_entries; /* hash table of entries in cache */
403 cache_ptr *uc_fifo; /* fifo list of entries in cache */
443 uc->uc_entries = ALLOC (cache_ptr, size * SPARSENESS); in svcudp_enablecache()
449 BZERO (uc->uc_entries, cache_ptr, size * SPARSENESS); in svcudp_enablecache()
450 uc->uc_fifo = ALLOC (cache_ptr, size); in svcudp_enablecache()
456 BZERO (uc->uc_fifo, cache_ptr, size); in svcudp_enablecache()
468 cache_ptr victim; in cache_set()
469 cache_ptr *vicp; in cache_set()
[all …]

Completed in 3 milliseconds