Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tee/optee/
Drpc.c195 struct optee_call_ctx *call_ctx) in handle_rpc_func_cmd_shm_alloc() argument
259 call_ctx->pages_list = pages_list; in handle_rpc_func_cmd_shm_alloc()
260 call_ctx->num_entries = page_num; in handle_rpc_func_cmd_shm_alloc()
341 static void free_pages_list(struct optee_call_ctx *call_ctx) in free_pages_list() argument
343 if (call_ctx->pages_list) { in free_pages_list()
344 optee_free_pages_list(call_ctx->pages_list, in free_pages_list()
345 call_ctx->num_entries); in free_pages_list()
346 call_ctx->pages_list = NULL; in free_pages_list()
347 call_ctx->num_entries = 0; in free_pages_list()
351 void optee_rpc_finalize_call(struct optee_call_ctx *call_ctx) in optee_rpc_finalize_call() argument
[all …]
Doptee_private.h124 struct optee_call_ctx *call_ctx);
125 void optee_rpc_finalize_call(struct optee_call_ctx *call_ctx);
Dcall.c130 struct optee_call_ctx call_ctx = { }; in optee_do_call_with_arg() local
156 optee_handle_rpc(ctx, &param, &call_ctx); in optee_do_call_with_arg()
163 optee_rpc_finalize_call(&call_ctx); in optee_do_call_with_arg()
/Linux-v5.4/net/sunrpc/auth_gss/
Dgss_rpc_xdr.h130 struct gssx_call_ctx call_ctx; member
Dgss_rpc_xdr.c729 err = gssx_enc_call_ctx(xdr, &arg->call_ctx); in gssx_enc_accept_sec_context()
/Linux-v5.4/drivers/vhost/
Dvhost.h95 struct eventfd_ctx *call_ctx; member
Dvhost.c321 vq->call_ctx = NULL; in vhost_vq_reset()
666 if (dev->vqs[i]->call_ctx) in vhost_dev_cleanup()
667 eventfd_ctx_put(dev->vqs[i]->call_ctx); in vhost_dev_cleanup()
1665 swap(ctx, vq->call_ctx); in vhost_vring_ioctl()
2479 if (vq->call_ctx && vhost_notify(dev, vq)) in vhost_signal()
2480 eventfd_signal(vq->call_ctx, 1); in vhost_signal()