Searched defs:ib_ucontext (Results 1 – 1 of 1) sorted by relevance
1480 struct ib_ucontext { struct1481 struct ib_device *device;1482 struct ib_uverbs_file *ufile;1488 int closing;1490 bool cleanup_retryable;1492 struct pid *tgid;1494 struct rb_root_cached umem_tree;1518 struct ib_ucontext *context; /* associated user context */ argument