Searched refs:head_t (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/stand/lib/fs/common/ |
H A D | cache.c | 79 } head_t; typedef 96 get_cache(cache_t *cap, head_t *chp) in get_cache() 142 reclaim_cache(head_t *chp, int dev) in reclaim_cache() 203 set_cache(cache_t **ccp, head_t *chp, int noreclaim) in set_cache() 278 static head_t ic_head = cache_head(ic_head, cmp_icache, ic_t, ICACHE_SIZE); 373 static head_t dc_head = cache_head(dc_head, cmp_dcache, dc_t, DCACHE_SIZE); 501 static head_t bc_head = cache_head(bc_head, cmp_bcache, bc_t, BCACHE_SIZE); 602 static head_t *hdp[] = { &ic_head, &dc_head, &bc_head, 0}; in print_cache_data() 611 head_t *hp = hdp[j]; in print_cache_data()
|