Home
last modified time | relevance | path

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

/linux/drivers/misc/
H A Dfastrpc.c230 int nscalars; member
609 ctx->nscalars = REMOTE_SCALARS_LENGTH(sc); in fastrpc_context_alloc()
613 if (ctx->nscalars) { in fastrpc_context_alloc()
614 ctx->maps = kzalloc_objs(*ctx->maps, ctx->nscalars); in fastrpc_context_alloc()
619 ctx->olaps = kzalloc_objs(*ctx->olaps, ctx->nscalars); in fastrpc_context_alloc()
922 sizeof(struct fastrpc_phy_page)) * ctx->nscalars + in fastrpc_get_meta_size()
955 for (i = 0; i < ctx->nscalars; ++i) { in fastrpc_create_maps()
1017 list = fastrpc_invoke_buf_start(rpra, ctx->nscalars); in fastrpc_get_args()
1018 pages = fastrpc_phy_page_start(list, ctx->nscalars); in fastrpc_get_args()
1096 for (i = ctx->nbufs; i < ctx->nscalars; ++i) { in fastrpc_get_args()
[all …]