Home
last modified time | relevance | path

Searched refs:RTE_FINI_PRIO (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/eal/include/
H A Drte_common.h209 #ifndef RTE_FINI_PRIO /* Allow to override from EAL */
210 #define RTE_FINI_PRIO(func, prio) \ macro
223 RTE_FINI_PRIO(func, LAST)
H A Drte_class.h123 RTE_FINI_PRIO(classfinifn_ ##nm, CLASS) \