Home
last modified time | relevance | path

Searched defs:DIAG_COUNT_DEC (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread_diag.h84 #define DIAG_COUNT_DEC(o, x) rte_atomic64_dec(&((o)->count_##x)) macro
101 #define DIAG_COUNT_DEC(o, x) do {} while (0) macro