Searched refs:CACHE (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmclear.c65 CACHE(vd)[s] = NIL(Block_t*);
80 LINK(tp) = CACHE(vd)[C_INDEX(SIZE(tp))];
81 CACHE(vd)[C_INDEX(SIZE(tp))] = tp;
H A Dvmbest.c133 for(t = CACHE(vd)[C_INDEX(SIZE(b))]; t; t = LINK(t))
139 for(t = CACHE(vd)[S_CACHE]; t; t = LINK(t))
387 { LINK(fp) = CACHE(vd)[S_CACHE]; CACHE(vd)[S_CACHE] = fp;
393 { list = CACHE(vd)[n]; CACHE(vd)[n] = NIL(Block_t*);
635 LINK(bp) = CACHE(vd)[C_INDEX(SIZE(bp))];
636 CACHE(vd)[C_INDEX(SIZE(bp))] = bp;
711 LINK(tp) = CACHE(vd)[S_CACHE];
712 CACHE(v
[all...]
H A Dvmopen.c133 CACHE(vd)[e] = NIL(Block_t*);
H A Dvmprivate.c198 LINK(t) = CACHE(vd)[C_INDEX(SIZE(t))];
199 CACHE(vd)[C_INDEX(SIZE(t))] = t;
H A Dvmhdr.h338 #define CACHE(vd) ((vd)->cache) macro
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcache.c32 #define CACHE 8 /* default # cached re's */ macro
113 if (!(matchstate.cache = newof(0, Cache_t*, CACHE, 0)))
115 matchstate.size = CACHE;
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c187 CACHE(hdp)->update_count = DB_HDR(hdp)->update_count;
475 CACHE(hdp)->hash = calloc(hash_sz, sizeof (cache_link_t *));
476 if (CACHE(hdp)->hash == NULL) {
479 CACHE(hdp)->hash_sz = hash_sz;
705 CACHE(hdp)->update_count);
713 if (CACHE(hdp)->update_count == 0) {
714 CACHE(hdp)->update_count = 1;
751 (void) write_links(hdp, NULL, CACHE(hdp)->dngl, next);
752 DB_HDR(hdp)->update_count = CACHE(hdp)->update_count;
925 if (clp != NULL && ((pdmp == NULL) ^ (clp == CACHE(hd
[all...]
H A Ddevinfo_devlink.h248 #define CACHE(h) (&(h)->cache) macro
249 #define CACHE_ROOT(h) (CACHE(h)->root)
250 #define CACHE_HASH(h, i) (CACHE(h)->hash[i])
251 #define CACHE_LAST(h) (CACHE(h)->last_minor)
252 #define CACHE_EMPTY(h) (CACHE(h)->root == NULL && CACHE(h)->dngl == NULL)
/illumos-gate/usr/src/lib/libpp/common/
H A Dpplex.c51 #define CACHE() do{CACHEINX();CACHEOUTX();st=pp.state;if(!pp.hidden)spliced=0;}while(0) macro
159 #define CACHE() do{CACHEIN();CACHEOUT();}while(0) macro
212 CACHE();
398 CACHE();
444 CACHE();
1661 CACHE();
1736 CACHE();
1762 CACHE();
1773 CACHE();
H A Dppproto.c479 #define CACHE() do{CACHEIN();CACHEOUT();call=proto->call;}while(0) macro
584 CACHE();
1866 CACHE();
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_reiserfs.c345 #define CACHE(i) (ROOT + ((i) << INFO->fullblocksize_shift)) macro
346 #define LEAF CACHE (DISK_LEAF_NODE_LEVEL)
695 char* cache = CACHE(depth);
706 cache = CACHE(num_cached);
769 cache = CACHE (depth);
/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_api.c1960 return_cmp(CACHE);

Completed in 90 milliseconds