Home
last modified time | relevance | path

Searched refs:ucma_context (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/infiniband/core/
Ducma.c81 struct ucma_context { struct
104 struct ucma_context *ctx; argument
114 struct ucma_context *ctx;
126 static inline struct ucma_context *_ucma_find_context(int id, in _ucma_find_context()
129 struct ucma_context *ctx; in _ucma_find_context()
139 static struct ucma_context *ucma_get_ctx(struct ucma_file *file, int id) in ucma_get_ctx()
141 struct ucma_context *ctx; in ucma_get_ctx()
155 static void ucma_put_ctx(struct ucma_context *ctx) in ucma_put_ctx()
171 struct ucma_context *ctx = container_of(work, struct ucma_context, close_work); in ucma_close_id()
183 static struct ucma_context *ucma_alloc_ctx(struct ucma_file *file) in ucma_alloc_ctx()
[all …]