Searched refs:is_allocated (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/usb/musb/ |
H A D | ux500_dma.c | 39 u8 is_allocated; member 151 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()
|
H A D | cppi_dma.h | 132 u8 is_allocated; member
|
H A D | musb_cppi41.c | 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()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 019 | 109 is_allocated $(( offset + 1024 * 1024)) $CLUSTER_SIZE $CLUSTER_SIZE 1
|
H A D | common.pattern | 30 is_allocated() {
|
/openbmc/qemu/block/ |
H A D | trace-events | 22 …d *s, int64_t offset, uint64_t bytes, int is_allocated) "s %p offset %" PRId64 " bytes %" PRIu64 "… 26 …d *s, int64_t offset, uint64_t bytes, int is_allocated) "s %p offset %" PRId64 " bytes %" PRIu64 "…
|
/openbmc/linux/drivers/iommu/amd/ |
H A D | amd_iommu_types.h | 1043 bool (*is_allocated)(struct irq_remap_table *, int); member
|
H A D | iommu.c | 3041 if (!iommu->irte_ops->is_allocated(table, index)) { in alloc_irq_index() 3338 .is_allocated = irte_is_allocated, 3348 .is_allocated = irte_ga_is_allocated,
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dbg_hsi.h | 1179 bool is_allocated; member
|
H A D | qed_debug.c | 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()
|