• Home
  • Raw
  • Download

Lines Matching refs:tsd_tsdn

113 			if (arena_prof_accum(tsd_tsdn(tsd), arena,  in tcache_bin_flush_small()
115 prof_idump(tsd_tsdn(tsd)); in tcache_bin_flush_small()
119 malloc_mutex_lock(tsd_tsdn(tsd), &bin->lock); in tcache_bin_flush_small()
137 arena_dalloc_bin_junked_locked(tsd_tsdn(tsd), in tcache_bin_flush_small()
150 malloc_mutex_unlock(tsd_tsdn(tsd), &bin->lock); in tcache_bin_flush_small()
151 arena_decay_ticks(tsd_tsdn(tsd), bin_arena, nflush - ndeferred); in tcache_bin_flush_small()
159 malloc_mutex_lock(tsd_tsdn(tsd), &bin->lock); in tcache_bin_flush_small()
163 malloc_mutex_unlock(tsd_tsdn(tsd), &bin->lock); in tcache_bin_flush_small()
196 malloc_mutex_lock(tsd_tsdn(tsd), &locked_arena->lock); in tcache_bin_flush_large()
219 arena_dalloc_large_junked_locked(tsd_tsdn(tsd), in tcache_bin_flush_large()
232 malloc_mutex_unlock(tsd_tsdn(tsd), &locked_arena->lock); in tcache_bin_flush_large()
234 prof_idump(tsd_tsdn(tsd)); in tcache_bin_flush_large()
235 arena_decay_ticks(tsd_tsdn(tsd), locked_arena, nflush - in tcache_bin_flush_large()
243 malloc_mutex_lock(tsd_tsdn(tsd), &arena->lock); in tcache_bin_flush_large()
248 malloc_mutex_unlock(tsd_tsdn(tsd), &arena->lock); in tcache_bin_flush_large()
317 return (tcache_create(tsd_tsdn(tsd), arena)); in tcache_get_hard()
367 tcache_arena_dissociate(tsd_tsdn(tsd), tcache, arena); in tcache_destroy()
375 malloc_mutex_lock(tsd_tsdn(tsd), &bin->lock); in tcache_destroy()
377 malloc_mutex_unlock(tsd_tsdn(tsd), &bin->lock); in tcache_destroy()
386 malloc_mutex_lock(tsd_tsdn(tsd), &arena->lock); in tcache_destroy()
390 malloc_mutex_unlock(tsd_tsdn(tsd), &arena->lock); in tcache_destroy()
395 arena_prof_accum(tsd_tsdn(tsd), arena, tcache->prof_accumbytes)) in tcache_destroy()
396 prof_idump(tsd_tsdn(tsd)); in tcache_destroy()
398 idalloctm(tsd_tsdn(tsd), tcache, NULL, true, true); in tcache_destroy()
454 malloc_mutex_lock(tsd_tsdn(tsd), &tcaches_mtx); in tcaches_create_prep()
457 tcaches = base_alloc(tsd_tsdn(tsd), sizeof(tcache_t *) * in tcaches_create_prep()
472 malloc_mutex_unlock(tsd_tsdn(tsd), &tcaches_mtx); in tcaches_create_prep()
493 tcache = tcache_create(tsd_tsdn(tsd), arena); in tcaches_create()
499 malloc_mutex_lock(tsd_tsdn(tsd), &tcaches_mtx); in tcaches_create()
511 malloc_mutex_unlock(tsd_tsdn(tsd), &tcaches_mtx); in tcaches_create()
515 malloc_mutex_assert_not_owner(tsd_tsdn(tsd), &tcaches_mtx); in tcaches_create()
521 malloc_mutex_assert_owner(tsd_tsdn(tsd), &tcaches_mtx); in tcaches_elm_flush()
532 malloc_mutex_lock(tsd_tsdn(tsd), &tcaches_mtx); in tcaches_flush()
534 malloc_mutex_unlock(tsd_tsdn(tsd), &tcaches_mtx); in tcaches_flush()
541 malloc_mutex_lock(tsd_tsdn(tsd), &tcaches_mtx); in tcaches_destroy()
546 malloc_mutex_unlock(tsd_tsdn(tsd), &tcaches_mtx); in tcaches_destroy()