Searched defs:tsd (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dquarantine.h48 tsd_t *tsd; local
H A Dtsd.h610 tsd_t tsd; member in struct:tsdn_s
663 tsd_t *tsd = tsd_get(); local
681 tsd_tsdn(tsd_t *tsd) argument
688 tsd_nominal(tsd_t *tsd) argument
[all...]
H A Dtcache.h179 tsd_t *tsd; local
190 tsd_t *tsd; local
208 tsd_t *tsd; local
223 tcache_get(tsd_t *tsd, bool create) argument
242 tcache_event(tsd_t *tsd, tcache_t *tcache) argument
280 tcache_alloc_small(tsd_t *tsd, arena_t *arena, tcache_t *tcache, size_t size, szind_t binind, bool zero, bool slow_path) argument
[all...]
H A Dwitness.h122 tsd_t *tsd; local
146 tsd_t *tsd; local
169 tsd_t *tsd; local
189 tsd_t *tsd; local
229 tsd_t *tsd; local
[all...]
H A Dprof.h377 prof_tdata_get(tsd_t *tsd, bool create) argument
432 prof_sample_accum_update(tsd_t *tsd, size_t usize, bool update, prof_tdata_t **tdata_out) argument
462 prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, bool update) argument
497 prof_realloc(tsd_t *tsd, const void *ptr, size_t usize, prof_tctx_t *tctx, bool prof_active, bool updated, const void *old_ptr, size_t old_usize, prof_tctx_t *old_tctx) argument
534 prof_free(tsd_t *tsd, const void *ptr, size_t usize) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_posix.cpp61 void AsanTSDInit(void (*destructor)(void *tsd)) { argument
71 void AsanTSDSet(void *tsd) { argument
78 void PlatformTSDDtor(void *tsd) { argument
89 void AsanTSDInit(void (*destructor)(void *tsd)) { argument
100 void AsanTSDSet(void *tsd) { argument
105 PlatformTSDDtor(void *tsd) argument
[all...]
H A Dasan_fuchsia.cpp70 void AsanTSDSet(void *tsd) { per_thread = tsd; } argument
75 void AsanTSDInit(void (*destructor)(void *tsd)) { argument
79 void PlatformTSDDtor(void *tsd) { UNREACHABLE(__func__); } argument
H A Dasan_rtems.cpp79 void AsanTSDSet(void *tsd) { per_thread = tsd; } argument
84 void AsanTSDInit(void (*destructor)(void *tsd)) { argument
88 void PlatformTSDDtor(void *tsd) { UNREACHABLE(__func__); } argument
H A Dasan_thread.cpp92 void AsanThread::TSDDtor(void *tsd) { argument
H A Dasan_win.cpp223 void AsanTSDInit(void (*destructor)(void *tsd)) { argument
233 void AsanTSDSet(void *tsd) { argument
238 void PlatformTSDDtor(void *tsd) { AsanThread::TSDDtor(tsd); } argument
/freebsd-11-stable/contrib/jemalloc/src/
H A Dwitness.c97 witnesses_cleanup(tsd_t *tsd) argument
106 witness_fork_cleanup(tsd_t *tsd) argument
113 witness_prefork(tsd_t *tsd) argument
120 witness_postfork_parent(tsd_t *tsd) argument
127 witness_postfork_child(tsd_t *tsd) argument
[all...]
H A Dquarantine.c43 quarantine_alloc_hook_work(tsd_t *tsd) argument
62 quarantine_grow(tsd_t *tsd, quarantine_t *quarantine) argument
117 quarantine(tsd_t *tsd, void *ptr) argument
170 quarantine_cleanup(tsd_t *tsd) argument
[all...]
H A Dtsd.c73 tsd_t *tsd = (tsd_t *)arg; local
112 tsd_t *tsd; local
[all...]
H A Dhuge.c362 huge_ralloc(tsd_t *tsd, arena_t *arena, void *ptr, size_t oldsize, argument
H A Dtcache.c34 tcache_event_hard(tsd_t *tsd, tcache_t *tcache) argument
89 tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, tcache_bin_t *tbin, argument
171 tcache_bin_flush_large(tsd_t *tsd, tcache_bin_t *tbin, szind_t binind, unsigned rem, tcache_t *tcache) argument
302 tcache_get_hard(tsd_t *tsd) argument
358 tcache_destroy(tsd_t *tsd, tcache_t *tcache) argument
399 tcache_cleanup(tsd_t *tsd) argument
413 tcache_enabled_cleanup(tsd_t *tsd) argument
486 tcaches_elm_flush(tsd_t *tsd, tcaches_t *elm) argument
496 tcaches_flush(tsd_t *tsd, unsigned ind) argument
503 tcaches_destroy(tsd_t *tsd, unsigned ind) argument
[all...]
H A Dctl.c915 ctl_byname(tsd_t *tsd, const char *name, void *oldp, size_t *oldlenp, argument
962 ctl_bymib(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, argument
1240 epoch_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1309 thread_arena_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1366 thread_tcache_enabled_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1391 thread_tcache_flush_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1410 thread_prof_name_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1440 thread_prof_active_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1470 tcache_create_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1494 tcache_flush_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1518 tcache_destroy_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1585 arena_i_purge_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1600 arena_i_decay_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1615 arena_i_reset_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1649 arena_i_dss_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1705 arena_i_lg_dirty_mult_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1740 arena_i_decay_time_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1775 arena_i_chunk_hooks_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1826 arenas_narenas_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1848 arenas_initialized_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1874 arenas_lg_dirty_mult_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1900 arenas_decay_time_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1966 arenas_extend_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
1990 prof_thread_active_init_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
2016 prof_active_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
2041 prof_dump_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
2064 prof_gdump_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
2089 prof_reset_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
[all...]
H A Dprof.c197 prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx, bool updated) argument
244 prof_free_sampled_object(tsd_t *tsd, size_t usize, prof_tctx_t *tctx) argument
270 prof_enter(tsd_t *tsd, prof_tdata_t *tdata) argument
285 prof_leave(tsd_t *tsd, prof_tdata_t *tdata) argument
576 prof_gctx_try_destroy(tsd_t *tsd, prof_tdata_t *tdata_self, prof_gctx_t *gctx, prof_tdata_t *tdata) argument
640 prof_tctx_destroy(tsd_t *tsd, prof_tctx_t *tctx) argument
714 prof_lookup_global(tsd_t *tsd, prof_bt_t *bt, prof_tdata_t *tdata, void **p_btkey, prof_gctx_t **p_gctx, bool *p_new_gctx) argument
762 prof_lookup(tsd_t *tsd, prof_bt_t *bt) argument
918 tsd_t *tsd; local
1213 prof_gctx_finish(tsd_t *tsd, prof_gctx_tree_t *gctxs) argument
1546 prof_dump(tsd_t *tsd, bool propagate_err, const char *filename, bool leakcheck) argument
1659 tsd_t *tsd; local
1679 tsd_t *tsd; local
1706 prof_mdump(tsd_t *tsd, const char *filename) argument
1731 tsd_t *tsd; local
1897 prof_tdata_detach(tsd_t *tsd, prof_tdata_t *tdata) argument
1920 prof_tdata_reinit(tsd_t *tsd, prof_tdata_t *tdata) argument
1986 prof_tdata_cleanup(tsd_t *tsd) argument
2022 prof_thread_name_get(tsd_t *tsd) argument
2054 prof_thread_name_set(tsd_t *tsd, const char *thread_name) argument
2087 prof_thread_active_get(tsd_t *tsd) argument
2098 prof_thread_active_set(tsd_t *tsd, bool active) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp51 void MsanThread::TSDDtor(void *tsd) { argument
H A Dmsan_linux.cpp196 void MsanTSDInit(void (*destructor)(void *tsd)) { argument
206 void SetCurrentThread(MsanThread *tsd) { argument
213 void MsanTSDDtor(void *tsd) { argument
225 void MsanTSDInit(void (*destructor)(void *tsd)) { argument
246 void MsanTSDDtor(void *tsd) { argument
[all...]
/freebsd-11-stable/sys/geom/raid/
H A Dtr_raid1.c153 struct g_raid_subdisk *tsd, *bestsd; local
H A Dmd_jmicron.c1387 g_raid_md_write_jmicron(struct g_raid_md_object *md, struct g_raid_volume *tvol, struct g_raid_subdisk *tsd, struct g_raid_disk *tdisk) argument
1488 g_raid_md_fail_disk_jmicron(struct g_raid_md_object *md, struct g_raid_subdisk *tsd, struct g_raid_disk *tdisk) argument
H A Dmd_nvidia.c1391 g_raid_md_write_nvidia(struct g_raid_md_object *md, struct g_raid_volume *tvol, struct g_raid_subdisk *tsd, struct g_raid_disk *tdisk) argument
1507 g_raid_md_fail_disk_nvidia(struct g_raid_md_object *md, struct g_raid_subdisk *tsd, struct g_raid_disk *tdisk) argument
H A Dmd_sii.c1475 g_raid_md_write_sii(struct g_raid_md_object *md, struct g_raid_volume *tvol, struct g_raid_subdisk *tsd, struct g_raid_disk *tdisk) argument
1587 g_raid_md_fail_disk_sii(struct g_raid_md_object *md, struct g_raid_subdisk *tsd, struct g_raid_disk *tdisk) argument
H A Dmd_ddf.c2719 g_raid_md_write_ddf(struct g_raid_md_object *md, struct g_raid_volume *tvol, struct g_raid_subdisk *tsd, struct g_raid_disk *tdisk) argument
2992 g_raid_md_fail_disk_ddf(struct g_raid_md_object *md, struct g_raid_subdisk *tsd, struct g_raid_disk *tdisk) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp308 void HwasanTSDDtor(void *tsd) { argument

Completed in 133 milliseconds

12