#include <linux/mm.h>
#include <linux/dma-mapping.h>
#include <linux/sched.h>
#include <linux/export.h>
#include <linux/hugetlb.h>
#include <linux/dma-attrs.h>
#include <linux/slab.h>
#include "uverbs.h"
Go to the source code of this file.
#define IB_UMEM_MAX_PAGE_CHUNK |
Value:
Definition at line 45 of file umem.c.
ib_umem_get - Pin and DMA map userspace memory. : userspace context to pin memory for : userspace virtual address to start at : length of region to pin : IB_ACCESS_xxx flags for memory being pinned : flush in-flight DMA when the memory region is written
Definition at line 78 of file umem.c.
ib_umem_release - release memory pinned with ib_umem_get : umem struct to release
Definition at line 236 of file umem.c.