Searched refs:RTE_CACHE_LINE_MIN_SIZE (Results 1 – 5 of 5) sorted by relevance
23 #define RTE_CACHE_LINE_MIN_SIZE 64 macro91 __attribute__((__aligned__(RTE_CACHE_LINE_MIN_SIZE)))
358 #define RTE_CACHE_LINE_MIN_SIZE 64 macro364 #define __rte_cache_min_aligned __rte_aligned(RTE_CACHE_LINE_MIN_SIZE)
397 #define RTE_CACHE_LINE_MIN_SIZE 64 macro403 #define __rte_cache_min_aligned __rte_aligned(RTE_CACHE_LINE_MIN_SIZE)
67 RTE_CACHE_LINE_MIN_SIZE); in __rte_node_register()
2688 RTE_BUILD_BUG_ON(sizeof(struct rte_mbuf) != RTE_CACHE_LINE_MIN_SIZE * 2); in test_mbuf()