HomeSort by: relevance | last modified time | path
    Searched defs:cache_ptr (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/rpc/
svc_dg.c 366 typedef struct cache_node *cache_ptr; typedef in typeref:struct:cache_node *
384 cache_ptr cache_next;
392 cache_ptr *uc_entries; /* hash table of entries in cache */
393 cache_ptr *uc_fifo; /* fifo list of entries in cache */
440 uc->uc_entries = ALLOC(cache_ptr, size * SPARSENESS);
447 MEMZERO(uc->uc_entries, cache_ptr, size * SPARSENESS);
448 uc->uc_fifo = ALLOC(cache_ptr, size);
451 FREE(uc->uc_entries, cache_ptr, size * SPARSENESS);
456 MEMZERO(uc->uc_fifo, cache_ptr, size);
478 cache_ptr victim
    [all...]

Completed in 11 milliseconds