Home
last modified time | relevance | path

Searched refs:UMF_PTC (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/mdb/common/modules/libumem/
H A Dlibumem.c126 if (!(cp->cache_flags & UMF_PTC)) in umastat_cache_nptc()
137 if (!(cp->cache_flags & UMF_PTC)) in umastat_cache_hdr()
159 if (!(cp->cache_flags & UMF_PTC)) in umastat_lwp_cache()
239 if (cp->cache_flags & UMF_PTC) { in umastat_cache()
271 mdb_printf((dfp++)->fmt, cp->cache_flags & UMF_PTC ? buf : "-"); in umastat_cache()
H A Dumem.c174 if (!(c->cache_flags & UMF_PTC)) in umem_init_walkers()
1039 if (!(cp->cache_flags & UMF_PTC)) in umem_read_ptc()
/titanic_50/usr/src/lib/libumem/common/
H A Dumem_impl.h69 #define UMF_PTC 0x00000800 /* cache has per-thread caching */ macro
/titanic_50/usr/src/lib/libumem/amd64/
H A Dumem_genasm.c601 caches[i]->cache_flags |= UMF_PTC; in umem_genasm()
/titanic_50/usr/src/lib/libumem/i386/
H A Dumem_genasm.c592 caches[i]->cache_flags |= UMF_PTC; in umem_genasm()