Home
last modified time | relevance | path

Searched refs:noinline (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/common/dpaax/
H A Dcompat.h57 #ifndef noinline
58 #define noinline __rte_noinline macro
/dpdk/lib/eal/include/
H A Drte_common.h263 #define __rte_noinline __attribute__((noinline))
/dpdk/drivers/bus/dpaa/base/qbman/
H A Dqman.c961 static noinline void clear_vdqcr(struct qman_portal *p, struct qman_fq *fq) in clear_vdqcr()
2217 static noinline void update_eqcr_ci(struct qman_portal *p, u8 avail) in update_eqcr_ci()