Home
last modified time | relevance | path

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

/linux-6.15/drivers/misc/
H A Dfastrpc.c233 int nscalars; member
589 ctx->nscalars = REMOTE_SCALARS_LENGTH(sc); in fastrpc_context_alloc()
593 if (ctx->nscalars) { in fastrpc_context_alloc()
594 ctx->maps = kcalloc(ctx->nscalars, in fastrpc_context_alloc()
600 ctx->olaps = kcalloc(ctx->nscalars, in fastrpc_context_alloc()
908 for (i = 0; i < ctx->nscalars; ++i) { in fastrpc_create_maps()
1045 for (i = ctx->nbufs; i < ctx->nscalars; ++i) { in fastrpc_get_args()
1669 u32 nscalars; in fastrpc_invoke() local
1676 nscalars = REMOTE_SCALARS_LENGTH(inv.sc); in fastrpc_invoke()
1677 if (nscalars) { in fastrpc_invoke()
[all …]