Lines Matching refs:tcache
778 tcache_t *tcache; in prof_lookup() local
792 tcache = tcache_get(tsd, true); in prof_lookup()
794 size2index(sizeof(prof_tctx_t)), false, tcache, true, NULL, in prof_lookup()
815 idalloctm(tsd, ret.v, tcache, true, true); in prof_lookup()
1727 tcache_t *tcache; in prof_tdata_init_impl() local
1732 tcache = tcache_get(tsd, true); in prof_tdata_init_impl()
1734 size2index(sizeof(prof_tdata_t)), false, tcache, true, NULL, true); in prof_tdata_init_impl()
1748 idalloctm(tsd, tdata, tcache, true, true); in prof_tdata_init_impl()
1794 tcache_t *tcache; in prof_tdata_destroy_locked() local
1801 tcache = tcache_get(tsd, false); in prof_tdata_destroy_locked()
1803 idalloctm(tsd, tdata->thread_name, tcache, true, true); in prof_tdata_destroy_locked()
1805 idalloctm(tsd, tdata, tcache, true, true); in prof_tdata_destroy_locked()