| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | prof.c | 645 prof_tdata_t *tdata = tctx->tdata; in prof_tctx_destroy() local 705 tdata); in prof_tctx_destroy() 826 prof_gctx_try_destroy(tsd, tdata, gctx, tdata); in prof_lookup() 830 ret.p->tdata = tdata; in prof_lookup() 843 prof_gctx_try_destroy(tsd, tdata, gctx, tdata); in prof_lookup() 1257 prof_gctx_try_destroy(tsd, tdata, gctx, tdata); in prof_gctx_finish() 1315 tdata->thr_uid, tdata->cnt_summed.curobjs, in prof_tdata_dump_iter() 1320 return tdata; in prof_tdata_dump_iter() 1931 tdata->prng_state = (uint64_t)(uintptr_t)tdata; in prof_tdata_init_impl() 1945 return tdata; in prof_tdata_init_impl() [all …]
|
| H A D | ckh.c | 136 const void *key, *data, *tkey, *tdata; in ckh_evict_reloc_insert() local 159 tkey = cell->key; tdata = cell->data; in ckh_evict_reloc_insert() 161 key = tkey; data = tdata; in ckh_evict_reloc_insert()
|
| H A D | jemalloc.c | 409 arena_tdata_t *tdata, *arenas_tdata_old; in arena_tdata_get_hard() local 443 tdata = NULL; in arena_tdata_get_hard() 475 tdata = &arenas_tdata[ind]; in arena_tdata_get_hard() 480 return tdata; in arena_tdata_get_hard()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | prof_inlines_b.h | 18 prof_tdata_t *tdata; in prof_tdata_get() local 30 tdata = prof_tdata_reinit(tsd, tdata); in prof_tdata_get() 33 assert(tdata == NULL || tdata->attached); in prof_tdata_get() 36 return tdata; in prof_tdata_get() 67 prof_tdata_t *tdata; in prof_sample_accum_update() local 73 tdata = NULL; in prof_sample_accum_update() 77 *tdata_out = tdata; in prof_sample_accum_update() 97 return !tdata->active; in prof_sample_accum_update() 104 prof_tdata_t *tdata; in prof_alloc_prep() local 110 &tdata))) { in prof_alloc_prep() [all …]
|
| H A D | jemalloc_internal_inlines_a.h | 59 arena_tdata_t *tdata; in arena_tdata_get() local 75 tdata = &arenas_tdata[ind]; in arena_tdata_get() 76 if (likely(tdata != NULL) || !refresh_if_missing) { in arena_tdata_get() 77 return tdata; in arena_tdata_get() 100 arena_tdata_t *tdata; in decay_ticker_get() local 102 tdata = arena_tdata_get(tsd, ind, true); in decay_ticker_get() 103 if (unlikely(tdata == NULL)) { in decay_ticker_get() 106 return &tdata->decay_ticker; in decay_ticker_get()
|
| H A D | prof_externs.h | 70 prof_tdata_t *prof_tdata_reinit(tsd_t *tsd, prof_tdata_t *tdata); 90 void prof_sample_threshold_update(prof_tdata_t *tdata);
|
| H A D | prof_structs.h | 49 prof_tdata_t *tdata; member
|
| /f-stack/dpdk/app/test/ |
| H A D | test_cryptodev.c | 2696 tdata->key.data, tdata->key.len, in test_snow3g_authentication() 2787 tdata->key.data, tdata->key.len, in test_snow3g_authentication_verify() 2872 tdata->key.data, tdata->key.len, in test_kasumi_authentication() 4440 tdata->key.data, tdata->key.len, in test_snow3g_cipher_auth() 4569 tdata->key.data, tdata->key.len, in test_snow3g_auth_cipher() 4771 tdata->key.data, tdata->key.len, in test_snow3g_auth_cipher_sgl() 4968 tdata->key.data, tdata->key.len, in test_kasumi_auth_cipher() 5172 tdata->key.data, tdata->key.len, in test_kasumi_auth_cipher_sgl() 5353 tdata->key.data, tdata->key.len, in test_kasumi_cipher_auth() 7630 tdata->aad.len, tdata->iv.len)) in test_authenticated_encryption() [all …]
|
| H A D | test_cryptodev_blockcipher.c | 41 tdata->cipher_key.len, in verify_algo_support() 42 tdata->iv.len); in verify_algo_support() 56 tdata->auth_key.len, in verify_algo_support() 170 tdata->cipher_key.len); in test_blockcipher_one_case() 171 if (tdata->auth_key.len) in test_blockcipher_one_case() 173 tdata->auth_key.len); in test_blockcipher_one_case() 405 tdata->cipher_offset; in test_blockcipher_one_case() 407 tdata->iv.data, in test_blockcipher_one_case() 408 tdata->iv.len); in test_blockcipher_one_case() 438 tdata->auth_offset; in test_blockcipher_one_case() [all …]
|
| H A D | test_acl.c | 1642 fill_u32_range_data(struct ipv4_7tuple tdata[], uint32_t start, uint32_t num) in fill_u32_range_data() argument 1648 tdata[i].ip_src = start + i; in fill_u32_range_data() 1651 tdata[i].allow = r->data.userdata; in fill_u32_range_data()
|
| /f-stack/freebsd/arm/mv/armada/ |
| H A D | thermal.c | 115 const armada_tdata_t *tdata; member 188 tdata = sc->tdata; in armada_thermal_attach() 189 tdata->tsen_init(sc); in armada_thermal_attach() 252 tdata = sc->tdata; in armada_tsen_readout_valid() 269 tdata = sc->tdata; in armada_tsen_get_temp() 271 if ((tdata->is_valid != NULL) && !tdata->is_valid(sc)) in armada_tsen_get_temp() 275 reg = (reg >> tdata->temp_shift) & tdata->temp_mask; in armada_tsen_get_temp() 278 b = tdata->coef_b; in armada_tsen_get_temp() 279 m = tdata->coef_m; in armada_tsen_get_temp() 280 div = tdata->coef_div; in armada_tsen_get_temp() [all …]
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-shared-linux-o32.ld | 92 .rel.tdata : { *(.rel.tdata .rel.tdata.* .rel.gnu.linkonce.td.*) } 93 .rela.tdata : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) } 163 .tdata : { *(.tdata .tdata.* .gnu.linkonce.td.*) }
|
| H A D | cvmx-shared-linux-n32.ld | 94 .rel.tdata : { *(.rel.tdata .rel.tdata.* .rel.gnu.linkonce.td.*) } 95 .rela.tdata : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) } 154 .tdata : { *(.tdata .tdata.* .gnu.linkonce.td.*) }
|
| H A D | cvmx-shared-linux.ld | 93 .rel.tdata : { *(.rel.tdata .rel.tdata.* .rel.gnu.linkonce.td.*) } 94 .rela.tdata : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) } 153 .tdata : { *(.tdata .tdata.* .gnu.linkonce.td.*) }
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_state.c | 2011 tcpdata_t *fdata, *tdata; local 2019 tdata = &is->is_tcp.ts_data[source]; 2160 tcpdata_t *fdata, *tdata; 2221 ack = tdata->td_end; 2225 ack = tdata->td_end; 2228 maxwin = tdata->td_maxwin; 2229 ackskew = tdata->td_end - ack; 2259 (tdata->td_winflags & TCP_SACK_PERMIT)) { 2316 tdata->td_end = ack; 2323 if (SEQ_GE(ack + win, tdata->td_maxend)) [all …]
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_indata.c | 947 struct mbuf *tdata; in sctp_inject_old_unordered_data() local 982 tdata = control->data; in sctp_inject_old_unordered_data() 984 chk->data = tdata; in sctp_inject_old_unordered_data()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | ChangeLog | 625 - Fix prof_alloc_rollback() to read tdata from thread-specific data rather
|