Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Deal_common_interrupts.c83 intr_handle->alloc_flags = flags; in rte_intr_instance_alloc()
108 intr_handle = rte_intr_instance_alloc(src->alloc_flags); in rte_intr_instance_dup()
138 RTE_INTR_INSTANCE_USES_RTE_MEMORY(intr_handle->alloc_flags); in rte_intr_event_list_update()
177 if (RTE_INTR_INSTANCE_USES_RTE_MEMORY(intr_handle->alloc_flags)) { in rte_intr_instance_free()
417 if (RTE_INTR_INSTANCE_USES_RTE_MEMORY(intr_handle->alloc_flags)) in rte_intr_vec_list_alloc()
474 if (RTE_INTR_INSTANCE_USES_RTE_MEMORY(intr_handle->alloc_flags)) in rte_intr_vec_list_free()
H A Deal_interrupts.h17 uint32_t alloc_flags; /**< flags passed at allocation */ member