Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/
Dfastrpc.c149 int nscalars; member
325 for (i = 0; i < ctx->nscalars; i++) in fastrpc_context_free()
424 ctx->nscalars = REMOTE_SCALARS_LENGTH(sc); in fastrpc_context_alloc()
428 if (ctx->nscalars) { in fastrpc_context_alloc()
429 ctx->maps = kcalloc(ctx->nscalars, in fastrpc_context_alloc()
435 ctx->olaps = kcalloc(ctx->nscalars, in fastrpc_context_alloc()
686 sizeof(struct fastrpc_phy_page)) * ctx->nscalars + in fastrpc_get_meta_size()
699 for (i = 0; i < ctx->nscalars; i++) { in fastrpc_get_payload_size()
717 for (i = 0; i < ctx->nscalars; ++i) { in fastrpc_create_maps()
764 list = ctx->buf->virt + ctx->nscalars * sizeof(*rpra); in fastrpc_get_args()
[all …]