Home
last modified time | relevance | path

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

/linux/drivers/misc/
H A Dfastrpc.c259 struct fastrpc_invoke_ctx { struct
555 static void fastrpc_context_put(struct fastrpc_invoke_ctx *ctx);
560 struct fastrpc_invoke_ctx *ctx, *n; in fastrpc_user_free()
596 struct fastrpc_invoke_ctx *ctx; in fastrpc_context_free()
602 ctx = container_of(ref, struct fastrpc_invoke_ctx, refcount); in fastrpc_context_free()
624 static void fastrpc_context_get(struct fastrpc_invoke_ctx *ctx) in fastrpc_context_get()
629 static void fastrpc_context_put(struct fastrpc_invoke_ctx *ctx) in fastrpc_context_put()
636 struct fastrpc_invoke_ctx *ctx = in fastrpc_context_put_wq()
637 container_of(work, struct fastrpc_invoke_ctx, put_work); in fastrpc_context_put_wq()
655 static void fastrpc_get_buff_overlaps(struct fastrpc_invoke_ctx *ctx) in fastrpc_get_buff_overlaps()
[all …]