Searched refs:CACHE (Results 1 - 14 of 14) sorted by relevance
/osnet-11/usr/src/lib/libast/common/vmalloc/ |
H A D | vmclear.c | 65 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 D | vmbest.c | 133 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 D | vmopen.c | 133 CACHE(vd)[e] = NIL(Block_t*);
|
H A D | vmprivate.c | 198 LINK(t) = CACHE(vd)[C_INDEX(SIZE(t))]; 199 CACHE(vd)[C_INDEX(SIZE(t))] = t;
|
H A D | vmhdr.h | 338 #define CACHE(vd) ((vd)->cache) macro
|
/osnet-11/usr/src/lib/libast/common/regex/ |
H A D | regcache.c | 32 #define CACHE 8 /* default # cached re's */ macro 113 if (!(matchstate.cache = newof(0, Cache_t*, CACHE, 0))) 115 matchstate.size = CACHE;
|
/osnet-11/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.c | 191 CACHE(hdp)->update_count = DB_HDR(hdp)->update_count; 479 CACHE(hdp)->hash = calloc(hash_sz, sizeof (cache_link_t *)); 480 if (CACHE(hdp)->hash == NULL) { 483 CACHE(hdp)->hash_sz = hash_sz; 709 CACHE(hdp)->update_count); 717 if (CACHE(hdp)->update_count == 0) { 718 CACHE(hdp)->update_count = 1; 755 (void) write_links(hdp, NULL, CACHE(hdp)->dngl, next); 756 DB_HDR(hdp)->update_count = CACHE(hdp)->update_count; 929 if (clp != NULL && ((pdmp == NULL) ^ (clp == CACHE(hd [all...] |
H A D | devinfo_devlink.h | 247 #define CACHE(h) (&(h)->cache) macro 248 #define CACHE_ROOT(h) (CACHE(h)->root) 249 #define CACHE_HASH(h, i) (CACHE(h)->hash[i]) 250 #define CACHE_LAST(h) (CACHE(h)->last_minor) 251 #define CACHE_EMPTY(h) (CACHE(h)->root == NULL && CACHE(h)->dngl == NULL)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Html.pm | 763 open(CACHE, "<$itemcache") || 768 $_ = <CACHE>; 773 $_ = <CACHE>; 779 close(CACHE); 784 while (<CACHE>) { 788 close(CACHE); 791 open(CACHE, "<$dircache") || 797 $_ = <CACHE>; 802 $_ = <CACHE>; 808 close(CACHE); [all...] |
/osnet-11/usr/src/lib/libpp/common/ |
H A D | pplex.c | 51 #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 D | ppproto.c | 479 #define CACHE() do{CACHEIN();CACHEOUT();call=proto->call;}while(0) macro 584 CACHE(); 1866 CACHE();
|
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_reiserfs.c | 345 #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);
|
/osnet-11/usr/src/lib/libidmap/common/ |
H A D | idmap_api.c | 1955 return_cmp(CACHE);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | Memoize.pm | 920 =head1 PERSISTENT CACHE SUPPORT
|
Completed in 59 milliseconds