Searched defs:ib_ucontext (Results 1 – 1 of 1) sorted by relevance
1454 struct ib_ucontext { struct1455 struct ib_device *device;1456 struct ib_uverbs_file *ufile;1457 int closing;1460 struct mutex uobjects_lock;1461 struct list_head uobjects;1463 struct rw_semaphore cleanup_rwsem;1464 enum rdma_remove_reason cleanup_reason;1489 struct ib_ucontext *context; /* associated user context */ argument