Home
last modified time | relevance | path

Searched refs:is_allocated (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/usb/musb/
H A Dux500_dma.c39 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 Dcppi_dma.h132 u8 is_allocated; member
H A Dmusb_cppi41.c501 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 D019109 is_allocated $(( offset + 1024 * 1024)) $CLUSTER_SIZE $CLUSTER_SIZE 1
H A Dcommon.pattern30 is_allocated() {
/openbmc/qemu/block/
H A Dtrace-events22 …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 Damd_iommu_types.h1043 bool (*is_allocated)(struct irq_remap_table *, int); member
H A Diommu.c3041 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 Dqed_dbg_hsi.h1179 bool is_allocated; member
H A Dqed_debug.c6782 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()