Searched refs:alloc_flags (Results 1 – 2 of 2) sorted by relevance
83 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()
17 uint32_t alloc_flags; /**< flags passed at allocation */ member