Searched refs:RTE_DEFINE_PER_LCORE (Results 1 – 19 of 19) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_errno.c | 18 RTE_DEFINE_PER_LCORE(int, _rte_errno); 30 static RTE_DEFINE_PER_LCORE(char[RETVAL_SZ], retval); in rte_strerror()
|
| H A D | eal_common_thread.c | 26 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 D | eal_common_trace.c | 18 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 D | eal_common_log.c | 67 static RTE_DEFINE_PER_LCORE(struct log_cur_msg, log_cur_msg);
|
| /f-stack/dpdk/app/test/ |
| H A D | test_mcslock.c | 40 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 D | test_per_lcore.c | 35 static RTE_DEFINE_PER_LCORE(unsigned, test) = 0x12345678;
|
| H A D | test_timer_racecond.c | 79 RTE_DEFINE_PER_LCORE(unsigned, n_reset_collisions);
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_per_lcore.h | 32 #define RTE_DEFINE_PER_LCORE(type, name) \ macro
|
| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | eal.c | 217 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 D | txonly.c | 54 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 D | sad.c | 11 RTE_DEFINE_PER_LCORE(struct ipsec_sad_cache, sad_cache) = {
|
| /f-stack/dpdk/examples/performance-thread/common/ |
| H A D | lthread_sched.c | 54 RTE_DEFINE_PER_LCORE(struct lthread_sched *, this_sched) = NULL;
|
| /f-stack/dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | bman.c | 30 static RTE_DEFINE_PER_LCORE(struct bman_portal, bman_affine_portal);
|
| H A D | qman.c | 111 static RTE_DEFINE_PER_LCORE(struct qman_portal, qman_affine_portal);
|
| /f-stack/dpdk/drivers/bus/fslmc/portal/ |
| H A D | dpaa2_hw_dpio.c | 44 RTE_DEFINE_PER_LCORE(struct dpaa2_io_portal_t, _dpaa2_io);
|
| /f-stack/dpdk/drivers/bus/dpaa/ |
| H A D | dpaa_bus.c | 57 RTE_DEFINE_PER_LCORE(struct dpaa_portal *, dpaa_io);
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_interrupts.c | 45 static RTE_DEFINE_PER_LCORE(int, _epfd) = -1; /**< epoll fd per thread */
|
| /f-stack/dpdk/drivers/crypto/aesni_mb/ |
| H A D | rte_aesni_mb_pmd.c | 28 static RTE_DEFINE_PER_LCORE(MB_MGR *, sync_mb_mgr);
|
| /f-stack/dpdk/examples/performance-thread/l3fwd-thread/ |
| H A D | main.c | 557 RTE_DEFINE_PER_LCORE(struct lcore_conf *, lcore_conf);
|