Searched defs: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 in typeref:struct:head 96 get_cache(cache_t *cap, head_t *chp) 142 reclaim_cache(head_t *chp, int dev) 203 set_cache(cache_t **ccp, head_t *chp, int noreclaim) 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}; 609 * ("head_t" struct) of each of the above caches. 611 head_t *h [all...] |
Completed in 59 milliseconds