| /f-stack/freebsd/net/route/ |
| H A D | nhop_utils.c | 139 void *old_ptr; in bitmask_swap() local 141 old_ptr = bh->idx; in bitmask_swap() 147 *pidx = old_ptr; in bitmask_swap()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | jemalloc.c | 2154 p = iralloc(tsd, old_ptr, old_usize, LARGE_MINCLASS, 0, false); in irealloc_prof_sample() 2160 p = iralloc(tsd, old_ptr, old_usize, usize, 0, false); in irealloc_prof_sample() 2174 old_tctx = prof_tctx_get(tsd_tsdn(tsd), old_ptr, alloc_ctx); in irealloc_prof() 2177 p = irealloc_prof_sample(tsd, old_ptr, old_usize, usize, tctx); in irealloc_prof() 2179 p = iralloc(tsd, old_ptr, old_usize, usize, 0, false); in irealloc_prof() 2604 p = iralloct(tsdn, old_ptr, old_usize, LARGE_MINCLASS, in irallocx_prof_sample() 2611 p = iralloct(tsdn, old_ptr, old_usize, usize, alignment, zero, in irallocx_prof_sample() 2627 old_tctx = prof_tctx_get(tsd_tsdn(tsd), old_ptr, alloc_ctx); in irallocx_prof() 2630 p = irallocx_prof_sample(tsd_tsdn(tsd), old_ptr, old_usize, in irallocx_prof() 2641 if (p == old_ptr && alignment != 0) { in irallocx_prof() [all …]
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | prof_inlines_b.h | 138 bool prof_active, bool updated, const void *old_ptr, size_t old_usize, in prof_realloc() argument 162 moved = (ptr != old_ptr); in prof_realloc()
|
| /f-stack/dpdk/drivers/event/octeontx/ |
| H A D | timvf_evdev.c | 280 void *old_ptr; in timvf_ring_create() local 283 old_ptr = edev->tim_ring_ids; in timvf_ring_create() 288 edev->tim_ring_ids = old_ptr; in timvf_ring_create()
|
| H A D | ssovf_evdev.c | 395 void *old_ptr; in ssovf_eth_rx_adapter_queue_add() local 432 old_ptr = edev->rxq_pool_array; in ssovf_eth_rx_adapter_queue_add() 439 edev->rxq_pool_array = old_ptr; in ssovf_eth_rx_adapter_queue_add() 443 old_ptr = edev->rxq_pool_rcnt; in ssovf_eth_rx_adapter_queue_add() 449 edev->rxq_pool_rcnt = old_ptr; in ssovf_eth_rx_adapter_queue_add()
|
| /f-stack/dpdk/drivers/event/octeontx2/ |
| H A D | otx2_evdev_adptr.c | 208 uint64_t *old_ptr; in sso_updt_xae_cnt() local 216 old_ptr = dev->rx_adptr_pools; in sso_updt_xae_cnt() 222 dev->rx_adptr_pools = old_ptr; in sso_updt_xae_cnt()
|
| H A D | otx2_tim_evdev.c | 589 struct otx2_tim_ctl *old_ptr; in tim_parse_ring_param() local 610 old_ptr = dev->ring_ctl_data; in tim_parse_ring_param() 615 dev->ring_ctl_data = old_ptr; in tim_parse_ring_param()
|
| H A D | otx2_evdev.c | 1637 struct otx2_sso_qos *old_ptr; in parse_queue_param() local 1654 old_ptr = dev->qos_parse_data; in parse_queue_param() 1659 dev->qos_parse_data = old_ptr; in parse_queue_param()
|
| /f-stack/dpdk/drivers/regex/octeontx2/ |
| H A D | otx2_regexdev.c | 720 struct rte_regexdev_rule *old_ptr; in otx2_ree_rule_db_update() local 756 old_ptr = data->rules; in otx2_ree_rule_db_update() 762 data->rules = old_ptr; in otx2_ree_rule_db_update()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_table_algo.c | 2483 void *old_ptr; in ta_modify_ifidx() local 2488 old_ptr = icfg->main_ptr; in ta_modify_ifidx() 2493 mi->main_ptr = old_ptr; in ta_modify_ifidx() 2940 void *old_ptr; in ta_modify_numarray() local 2945 old_ptr = cfg->main_ptr; in ta_modify_numarray() 2950 mi->main_ptr = old_ptr; in ta_modify_numarray()
|