Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/
H A Dfastrpc.c177 int nscalars; member
365 for (i = 0; i < ctx->nscalars; i++) in fastrpc_context_free()
464 ctx->nscalars = REMOTE_SCALARS_LENGTH(sc); in fastrpc_context_alloc()
468 if (ctx->nscalars) { in fastrpc_context_alloc()
469 ctx->maps = kcalloc(ctx->nscalars, in fastrpc_context_alloc()
475 ctx->olaps = kcalloc(ctx->nscalars, in fastrpc_context_alloc()
719 sizeof(struct fastrpc_phy_page)) * ctx->nscalars + in fastrpc_get_meta_size()
752 for (i = 0; i < ctx->nscalars; ++i) { in fastrpc_create_maps()
799 list = ctx->buf->virt + ctx->nscalars * sizeof(*rpra); in fastrpc_get_args()
800 pages = ctx->buf->virt + ctx->nscalars * (sizeo in fastrpc_get_args()
1324 u32 nscalars; fastrpc_invoke() local
[all...]
/kernel/linux/linux-6.6/drivers/misc/
H A Dfastrpc.c232 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()
875 sizeof(struct fastrpc_phy_page)) * ctx->nscalars + in fastrpc_get_meta_size()
908 for (i = 0; i < ctx->nscalars; ++i) { in fastrpc_create_maps()
963 list = fastrpc_invoke_buf_start(rpra, ctx->nscalars); in fastrpc_get_args()
964 pages = fastrpc_phy_page_start(list, ctx->nscalars); in fastrpc_get_args()
1042 for (i = ctx->nbufs; i < ctx->nscalars; in fastrpc_get_args()
1664 u32 nscalars; fastrpc_invoke() local
[all...]

Completed in 5 milliseconds