Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/misc/
Dfastrpc.c216 int nscalars; member
535 ctx->nscalars = REMOTE_SCALARS_LENGTH(sc); in fastrpc_context_alloc()
539 if (ctx->nscalars) { in fastrpc_context_alloc()
540 ctx->maps = kcalloc(ctx->nscalars, in fastrpc_context_alloc()
546 ctx->olaps = kcalloc(ctx->nscalars, in fastrpc_context_alloc()
808 sizeof(struct fastrpc_phy_page)) * ctx->nscalars + in fastrpc_get_meta_size()
841 for (i = 0; i < ctx->nscalars; ++i) { in fastrpc_create_maps()
895 list = fastrpc_invoke_buf_start(rpra, ctx->nscalars); in fastrpc_get_args()
896 pages = fastrpc_phy_page_start(list, ctx->nscalars); in fastrpc_get_args()
974 for (i = ctx->nbufs; i < ctx->nscalars; ++i) { in fastrpc_get_args()
[all …]