HomeSort by relevance Sort by last modified time
    Searched refs:iomem_alloc (Results 1 - 2 of 2) sorted by null

  /external/fio/
ioengines.h 41 int (*iomem_alloc)(struct thread_data *, size_t); member in struct:ioengine_ops
memory.c 308 if (td->io_ops->iomem_alloc) {
313 ret = td->io_ops->iomem_alloc(td, total_mem);
342 if (td->io_ops->iomem_alloc) {

Completed in 101 milliseconds