Searched refs:fastrpc_invoke_ctx (Results 1 – 1 of 1) sorted by relevance
148 struct fastrpc_invoke_ctx { struct317 struct fastrpc_invoke_ctx *ctx; in fastrpc_context_free()322 ctx = container_of(ref, struct fastrpc_invoke_ctx, refcount); in fastrpc_context_free()342 static void fastrpc_context_get(struct fastrpc_invoke_ctx *ctx) in fastrpc_context_get()347 static void fastrpc_context_put(struct fastrpc_invoke_ctx *ctx) in fastrpc_context_put()354 struct fastrpc_invoke_ctx *ctx = in fastrpc_context_put_wq()355 container_of(work, struct fastrpc_invoke_ctx, put_work); in fastrpc_context_put_wq()373 static void fastrpc_get_buff_overlaps(struct fastrpc_invoke_ctx *ctx) in fastrpc_get_buff_overlaps()409 static struct fastrpc_invoke_ctx *fastrpc_context_alloc( in fastrpc_context_alloc()414 struct fastrpc_invoke_ctx *ctx = NULL; in fastrpc_context_alloc()[all …]