Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/core/
Ducma.c85 struct ucma_context { struct
108 struct ucma_context *ctx; argument
119 struct ucma_context *ctx;
132 static inline struct ucma_context *_ucma_find_context(int id, in _ucma_find_context()
135 struct ucma_context *ctx; in _ucma_find_context()
145 static struct ucma_context *ucma_get_ctx(struct ucma_file *file, int id) in ucma_get_ctx()
147 struct ucma_context *ctx; in ucma_get_ctx()
161 static void ucma_put_ctx(struct ucma_context *ctx) in ucma_put_ctx()
171 static struct ucma_context *ucma_get_ctx_dev(struct ucma_file *file, int id) in ucma_get_ctx_dev()
173 struct ucma_context *ctx = ucma_get_ctx(file, id); in ucma_get_ctx_dev()
[all …]