Home
last modified time | relevance | path

Searched refs:RTE_DEFINE_PER_LCORE (Results 1 – 19 of 19) sorted by relevance

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_errno.c18 RTE_DEFINE_PER_LCORE(int, _rte_errno);
30 static RTE_DEFINE_PER_LCORE(char[RETVAL_SZ], retval); in rte_strerror()
H A Deal_common_thread.c26 RTE_DEFINE_PER_LCORE(unsigned int, _lcore_id) = LCORE_ID_ANY;
27 RTE_DEFINE_PER_LCORE(int, _thread_id) = -1;
28 static RTE_DEFINE_PER_LCORE(unsigned int, _socket_id) =
30 static RTE_DEFINE_PER_LCORE(rte_cpuset_t, _cpuset);
H A Deal_common_trace.c18 RTE_DEFINE_PER_LCORE(volatile int, trace_point_sz);
19 RTE_DEFINE_PER_LCORE(void *, trace_mem);
20 static RTE_DEFINE_PER_LCORE(char *, ctf_field);
H A Deal_common_log.c67 static RTE_DEFINE_PER_LCORE(struct log_cur_msg, log_cur_msg);
/f-stack/dpdk/app/test/
H A Dtest_mcslock.c40 RTE_DEFINE_PER_LCORE(rte_mcslock_t, _ml_me);
41 RTE_DEFINE_PER_LCORE(rte_mcslock_t, _ml_try_me);
42 RTE_DEFINE_PER_LCORE(rte_mcslock_t, _ml_perf_me);
H A Dtest_per_lcore.c35 static RTE_DEFINE_PER_LCORE(unsigned, test) = 0x12345678;
H A Dtest_timer_racecond.c79 RTE_DEFINE_PER_LCORE(unsigned, n_reset_collisions);
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_per_lcore.h32 #define RTE_DEFINE_PER_LCORE(type, name) \ macro
/f-stack/dpdk/lib/librte_eal/windows/
H A Deal.c217 RTE_DEFINE_PER_LCORE(volatile int, trace_point_sz);
218 RTE_DEFINE_PER_LCORE(void *, trace_mem);
/f-stack/dpdk/app/test-pmd/
H A Dtxonly.c54 RTE_DEFINE_PER_LCORE(uint8_t, _ip_var); /**< IP address variation */
56 RTE_DEFINE_PER_LCORE(uint64_t, timestamp_qskew);
58 RTE_DEFINE_PER_LCORE(uint32_t, timestamp_idone); /**< Timestamp init done. */
/f-stack/dpdk/examples/ipsec-secgw/
H A Dsad.c11 RTE_DEFINE_PER_LCORE(struct ipsec_sad_cache, sad_cache) = {
/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread_sched.c54 RTE_DEFINE_PER_LCORE(struct lthread_sched *, this_sched) = NULL;
/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dbman.c30 static RTE_DEFINE_PER_LCORE(struct bman_portal, bman_affine_portal);
H A Dqman.c111 static RTE_DEFINE_PER_LCORE(struct qman_portal, qman_affine_portal);
/f-stack/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_dpio.c44 RTE_DEFINE_PER_LCORE(struct dpaa2_io_portal_t, _dpaa2_io);
/f-stack/dpdk/drivers/bus/dpaa/
H A Ddpaa_bus.c57 RTE_DEFINE_PER_LCORE(struct dpaa_portal *, dpaa_io);
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_interrupts.c45 static RTE_DEFINE_PER_LCORE(int, _epfd) = -1; /**< epoll fd per thread */
/f-stack/dpdk/drivers/crypto/aesni_mb/
H A Drte_aesni_mb_pmd.c28 static RTE_DEFINE_PER_LCORE(MB_MGR *, sync_mb_mgr);
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c557 RTE_DEFINE_PER_LCORE(struct lcore_conf *, lcore_conf);