Searched refs:iomem_alloc (Results 1 – 2 of 2) sorted by relevance
308 if (td->io_ops->iomem_alloc) { in allocate_io_mem()313 ret = td->io_ops->iomem_alloc(td, total_mem); in allocate_io_mem()342 if (td->io_ops->iomem_alloc) { in free_io_mem()
41 int (*iomem_alloc)(struct thread_data *, size_t); member