Home
last modified time | relevance | path

Searched refs:__ATOMIC_SEQ_CST (Results 1 – 17 of 17) sorted by relevance

/f-stack/dpdk/lib/librte_eal/include/generic/
H A Drte_atomic.h179 return __atomic_exchange_n(dst, val, __ATOMIC_SEQ_CST); in rte_atomic16_exchange()
181 return __atomic_exchange_2(dst, val, __ATOMIC_SEQ_CST); in rte_atomic16_exchange()
462 return __atomic_exchange_n(dst, val, __ATOMIC_SEQ_CST); in rte_atomic32_exchange()
464 return __atomic_exchange_4(dst, val, __ATOMIC_SEQ_CST); in rte_atomic32_exchange()
744 return __atomic_exchange_n(dst, val, __ATOMIC_SEQ_CST); in rte_atomic64_exchange()
746 return __atomic_exchange_8(dst, val, __ATOMIC_SEQ_CST); in rte_atomic64_exchange()
/f-stack/dpdk/lib/librte_eal/ppc/include/
H A Drte_atomic.h87 return __atomic_exchange_2(dst, val, __ATOMIC_SEQ_CST); in rte_atomic16_exchange()
195 return __atomic_exchange_4(dst, val, __ATOMIC_SEQ_CST); in rte_atomic32_exchange()
406 return __atomic_exchange_8(dst, val, __ATOMIC_SEQ_CST); in rte_atomic64_exchange()
/f-stack/dpdk/app/test/
H A Dtest_rcu_qsbr_perf.c141 __atomic_store_n(&thr_id, 0, __ATOMIC_SEQ_CST); in test_rcu_qsbr_perf()
199 __atomic_store_n(&thr_id, 0, __ATOMIC_SEQ_CST); in test_rcu_qsbr_rperf()
247 __atomic_store_n(&thr_id, 0, __ATOMIC_SEQ_CST); in test_rcu_qsbr_wperf()
397 __atomic_store_n(&thr_id, 0, __ATOMIC_SEQ_CST); in test_rcu_qsbr_sw_sv_1qs()
514 __atomic_store_n(&thr_id, 0, __ATOMIC_SEQ_CST); in test_rcu_qsbr_sw_sv_1qs_non_blocking()
H A Dtest_lpm_perf.c548 __atomic_store_n(&thr_id, 0, __ATOMIC_SEQ_CST); in test_lpm_rcu_perf_multi_writer()
/f-stack/dpdk/lib/librte_eal/arm/include/
H A Drte_atomic_64.h108 success == __ATOMIC_SEQ_CST); in rte_atomic128_cmp_exchange()
126 (mo) == __ATOMIC_SEQ_CST) in rte_atomic128_cmp_exchange()
/f-stack/tools/libnetgraph/
H A Dmsg.c64 #ifndef __ATOMIC_SEQ_CST
65 #define __ATOMIC_SEQ_CST 5 macro
69 memory_order_seq_cst = __ATOMIC_SEQ_CST
/f-stack/freebsd/sys/
H A Dstdatomic.h116 #ifndef __ATOMIC_SEQ_CST
117 #define __ATOMIC_SEQ_CST 5 macro
133 memory_order_seq_cst = __ATOMIC_SEQ_CST
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_trace_ctf.c368 if (!__atomic_load_n(&trace->ctf_fixup_done, __ATOMIC_SEQ_CST) && in rte_trace_metadata_dump()
371 __atomic_store_n(&trace->ctf_fixup_done, 1, __ATOMIC_SEQ_CST); in rte_trace_metadata_dump()
H A Drte_service.c461 __atomic_store_n(&cs->thread_active, 1, __ATOMIC_SEQ_CST); in service_runner_func()
485 __atomic_store_n(&cs->thread_active, 0, __ATOMIC_SEQ_CST); in service_runner_func()
/f-stack/dpdk/lib/librte_eal/x86/include/
H A Drte_atomic.h92 if (memorder == __ATOMIC_SEQ_CST) in rte_atomic_thread_fence()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Datomic_gcc_atomic.h28 return __ATOMIC_SEQ_CST; in atomic_enum_to_builtin()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev_driver.h1136 __ATOMIC_SEQ_CST); in rte_eth_linkstatus_set()
1159 *dst = __atomic_load_n(src, __ATOMIC_SEQ_CST); in rte_eth_linkstatus_get()
/f-stack/dpdk/lib/librte_rcu/
H A Drte_rcu_qsbr.h336 __atomic_thread_fence(__ATOMIC_SEQ_CST); in rte_rcu_qsbr_thread_online()
/f-stack/dpdk/drivers/event/dlb2/
H A Ddlb2.c630 __atomic_store_n(&dlb2->inflights, 0, __ATOMIC_SEQ_CST); in dlb2_eventdev_configure()
2141 __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST))) in dlb2_port_credits_get()
2157 __atomic_fetch_sub(&dlb2->inflights, val, __ATOMIC_SEQ_CST); in dlb2_replenish_sw_credits()
2167 __ATOMIC_SEQ_CST); in dlb2_check_enqueue_sw_credits()
2190 __ATOMIC_SEQ_CST); in dlb2_check_enqueue_sw_credits()
2841 batch_size, __ATOMIC_SEQ_CST); in dlb2_port_credits_inc()
2849 batch_size, __ATOMIC_SEQ_CST); in dlb2_port_credits_inc()
H A Ddlb2_xstats.c169 return __atomic_load_n(&dlb2->inflights, __ATOMIC_SEQ_CST); in get_dev_stat()
/f-stack/dpdk/drivers/event/dlb/
H A Ddlb.c691 __atomic_store_n(&dlb->inflights, 0, __ATOMIC_SEQ_CST); in dlb_eventdev_configure()
2183 __ATOMIC_SEQ_CST); in dlb_check_enqueue_sw_credits()
2206 __ATOMIC_SEQ_CST); in dlb_check_enqueue_sw_credits()
2231 __atomic_fetch_sub(&dlb->inflights, val, __ATOMIC_SEQ_CST); in dlb_replenish_sw_credits()
H A Ddlb_xstats.c157 return __atomic_load_n(&dlb->inflights, __ATOMIC_SEQ_CST); in get_dev_stat()