/titanic_51/usr/src/contrib/ast/src/lib/libast/vmalloc/ |
H A D | vmclear.c | 56 CACHE(vd)[s] = NIL(Block_t*); 71 LINK(tp) = CACHE(vd)[C_INDEX(SIZE(tp))]; 72 CACHE(vd)[C_INDEX(SIZE(tp))] = tp;
|
H A D | vmbest.c | 124 for(t = CACHE(vd)[C_INDEX(SIZE(b))]; t; t = LINK(t)) 130 for(t = CACHE(vd)[S_CACHE]; t; t = LINK(t)) 377 { LINK(fp) = CACHE(vd)[S_CACHE]; CACHE(vd)[S_CACHE] = fp; 383 { list = CACHE(vd)[n]; CACHE(vd)[n] = NIL(Block_t*); 592 LINK(bp) = CACHE(vd)[C_INDEX(SIZE(bp))]; 593 CACHE(vd)[C_INDEX(SIZE(bp))] = bp; 656 LINK(tp) = CACHE(vd)[S_CACHE]; 657 CACHE(v [all...] |
H A D | vmprivate.c | 173 LINK(tp) = CACHE(vd)[C_INDEX(SIZE(tp))]; 174 CACHE(vd)[C_INDEX(SIZE(tp))] = tp;
|
H A D | vmopen.c | 126 CACHE(vd)[k] = NIL(Block_t*);
|
H A D | vmhdr.h | 303 #define CACHE(vd) ((vd)->cache) macro
|
/titanic_51/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(vd)[S_CACHE] = tp; 894 { /**/ASSERT(!vmonlist(CACHE(vd)[INDEX(s)], bp) ); 895 LINK(bp) = CACHE(vd)[INDEX(s)]; [all …]
|
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 | vmopen.c | 133 CACHE(vd)[e] = NIL(Block_t*);
|
H A D | vmhdr.h | 338 #define CACHE(vd) ((vd)->cache) macro
|
/titanic_51/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.c | 187 CACHE(hdp)->update_count = DB_HDR(hdp)->update_count; in di_devlink_open() 475 CACHE(hdp)->hash = calloc(hash_sz, sizeof (cache_link_t *)); in cache_alloc() 476 if (CACHE(hdp)->hash == NULL) { in cache_alloc() 479 CACHE(hdp)->hash_sz = hash_sz; in cache_alloc() 705 CACHE(hdp)->update_count); in di_devlink_close() 713 if (CACHE(hdp)->update_count == 0) { in di_devlink_close() 714 CACHE(hdp)->update_count = 1; in di_devlink_close() 751 (void) write_links(hdp, NULL, CACHE(hdp)->dngl, next); in di_devlink_close() 752 DB_HDR(hdp)->update_count = CACHE(hdp)->update_count; in di_devlink_close() 925 if (clp != NULL && ((pdmp == NULL) ^ (clp == CACHE(hd in write_links() [all...] |
H A D | devinfo_devlink.h | 248 #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)
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/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))) in regcache() 115 matchstate.size = CACHE; in regcache()
|
/titanic_51/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))) in regcache() 115 matchstate.size = CACHE; in regcache()
|
/titanic_51/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); in read_tree_node() 706 cache = CACHE(num_cached); in read_tree_node() 769 cache = CACHE (depth); in next_key()
|
/titanic_51/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(); in ppcpp() 398 CACHE(); in ppcpp() 444 CACHE(); in ppcpp() 1661 CACHE(); in ppcpp() 1736 CACHE(); in ppcpp() 1762 CACHE(); in ppcpp() 1773 CACHE(); in ppcpp()
|
H A D | ppproto.c | 479 #define CACHE() do{CACHEIN();CACHEOUT();call=proto->call;}while(0) macro 584 CACHE(); in lex() 1866 CACHE(); in lex()
|
/titanic_51/usr/src/contrib/ast/src/lib/libpp/ |
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(); in ppcpp() 398 CACHE(); in ppcpp() 444 CACHE(); in ppcpp() 1661 CACHE(); in ppcpp() 1736 CACHE(); in ppcpp() 1762 CACHE(); in ppcpp() 1773 CACHE(); in ppcpp()
|
H A D | ppproto.c | 511 #define CACHE() do{CACHEIN();CACHEOUT();call=proto->call;}while(0) macro 616 CACHE(); in lex() 1898 CACHE(); in lex()
|
/titanic_51/usr/src/uts/common/avs/ns/sdbc/ |
H A D | cache_kstats_readme.txt | 116 2.2 KSTATS (PER CACHE DESCRIPTOR): 227 3.2 IO KSTATS (PER CACHE DESCRIPTOR):
|
/titanic_51/usr/src/lib/libidmap/common/ |
H A D | idmap_api.c | 1960 return_cmp(CACHE); in idmap_string2stat()
|