Searched defs:ib_umem (Results 1 – 1 of 1) sorted by relevance
44 struct ib_umem { struct45 struct ib_ucontext *context;46 size_t length;47 int offset;48 int page_size;49 int writable;50 int hugetlb;51 struct list_head chunk_list;53 struct work_struct work;54 struct mm_struct *mm;[all …]