Lines Matching refs:cache_ptr
311 typedef struct cache_node *cache_ptr; typedef
329 cache_ptr cache_next;
339 cache_ptr *uc_entries; /* hash table of entries in cache */
340 cache_ptr *uc_fifo; /* fifo list of entries in cache */
380 uc->uc_entries = ALLOC(cache_ptr, size * SPARSENESS);
387 BZERO(uc->uc_entries, cache_ptr, size * SPARSENESS);
388 uc->uc_fifo = ALLOC(cache_ptr, size);
392 FREE((char *)uc->uc_entries, cache_ptr, size * SPARSENESS);
396 BZERO(uc->uc_fifo, cache_ptr, size);
410 register cache_ptr victim;
411 register cache_ptr *vicp;
482 register cache_ptr ent;