Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/misc/
H A Dfastrpc.c176 struct fastrpc_invoke_ctx { struct
348 struct fastrpc_invoke_ctx *ctx; in fastrpc_context_free()
353 ctx = container_of(ref, struct fastrpc_invoke_ctx, refcount); in fastrpc_context_free()
373 static void fastrpc_context_get(struct fastrpc_invoke_ctx *ctx) in fastrpc_context_get()
378 static void fastrpc_context_put(struct fastrpc_invoke_ctx *ctx) in fastrpc_context_put()
385 struct fastrpc_invoke_ctx *ctx = in fastrpc_context_put_wq()
386 container_of(work, struct fastrpc_invoke_ctx, put_work); in fastrpc_context_put_wq()
404 static void fastrpc_get_buff_overlaps(struct fastrpc_invoke_ctx *ctx) in fastrpc_get_buff_overlaps()
440 static struct fastrpc_invoke_ctx *fastrpc_context_alloc( in fastrpc_context_alloc()
445 struct fastrpc_invoke_ctx *ctx = NULL; in fastrpc_context_alloc()
[all …]