Lines Matching refs:tcache_t
44 tcache_event_hard(tsd_t *tsd, tcache_t *tcache) { in tcache_event_hard()
92 tcache_alloc_small_hard(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache, in tcache_alloc_small_hard()
108 tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin, in tcache_bin_flush_small()
198 unsigned rem, tcache_t *tcache) { in tcache_bin_flush_large()
301 tcache_arena_associate(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena) { in tcache_arena_associate()
322 tcache_arena_dissociate(tsdn_t *tsdn, tcache_t *tcache) { in tcache_arena_dissociate()
330 tcache_t *iter; in tcache_arena_dissociate()
349 tcache_arena_reassociate(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena) { in tcache_arena_reassociate()
370 tcache_init(tsd_t *tsd, tcache_t *tcache, void *avail_stack) { in tcache_init()
371 memset(&tcache->link, 0, sizeof(ql_elm(tcache_t))); in tcache_init()
405 tcache_t *tcache = tsd_tcachep_get_unsafe(tsd); in tsd_tcache_data_init()
445 tcache_t *
447 tcache_t *tcache; in tcache_create_explicit()
450 size = sizeof(tcache_t); in tcache_create_explicit()
472 tcache_flush_cache(tsd_t *tsd, tcache_t *tcache) { in tcache_flush_cache()
510 tcache_destroy(tsd_t *tsd, tcache_t *tcache, bool tsd_tcache) { in tcache_destroy()
529 tcache_t *tcache = tsd_tcachep_get(tsd); in tcache_cleanup()
547 tcache_stats_merge(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena) { in tcache_stats_merge()
579 tcaches = base_alloc(tsd_tsdn(tsd), b0get(), sizeof(tcache_t *) in tcaches_create_prep()
609 tcache_t *tcache = tcache_create_explicit(tsd); in tcaches_create()
636 static tcache_t *
643 tcache_t *tcache = elm->tcache; in tcaches_elm_remove()
651 tcache_t *tcache = tcaches_elm_remove(tsd, &tcaches[ind]); in tcaches_flush()
662 tcache_t *tcache = tcaches_elm_remove(tsd, elm); in tcaches_destroy()