Searched refs:is_allocated (Results 1 – 7 of 7) sorted by relevance
39 u8 is_allocated; member151 if (ux500_channel->is_allocated) in ux500_dma_channel_allocate()155 ux500_channel->is_allocated = 1; in ux500_dma_channel_allocate()170 if (ux500_channel->is_allocated) { in ux500_dma_channel_release()171 ux500_channel->is_allocated = 0; in ux500_dma_channel_release()
135 u8 is_allocated; member
501 if (cppi41_channel->is_allocated) in cppi41_dma_channel_allocate()505 cppi41_channel->is_allocated = 1; in cppi41_dma_channel_allocate()516 if (cppi41_channel->is_allocated) { in cppi41_dma_channel_release()517 cppi41_channel->is_allocated = 0; in cppi41_dma_channel_release()
1015 bool (*is_allocated)(struct irq_remap_table *, int); member
2967 if (!iommu->irte_ops->is_allocated(table, index)) { in alloc_irq_index()3272 .is_allocated = irte_is_allocated,3282 .is_allocated = irte_ga_is_allocated,
1179 bool is_allocated; member
6782 if (meta->is_allocated) in qed_mcp_trace_alloc_meta_data()6850 meta->is_allocated = true; in qed_mcp_trace_alloc_meta_data()6882 if (!meta->is_allocated) in qed_parse_mcp_trace_buf()7651 if (!meta->is_allocated) in qed_mcp_trace_free_meta_data()7668 meta->is_allocated = false; in qed_mcp_trace_free_meta_data()
Completed in 36 milliseconds