Searched defs:ib_ucontext (Results 1 – 1 of 1) sorted by relevance
1487 struct ib_ucontext { struct1488 struct ib_device *device;1489 struct ib_uverbs_file *ufile;1495 int closing;1497 bool cleanup_retryable;1499 struct pid *tgid;1501 struct rb_root_cached umem_tree;1525 struct ib_ucontext *context; /* associated user context */ argument