nscalars          149 drivers/misc/fastrpc.c 	int nscalars;
nscalars          325 drivers/misc/fastrpc.c 	for (i = 0; i < ctx->nscalars; i++)
nscalars          424 drivers/misc/fastrpc.c 	ctx->nscalars = REMOTE_SCALARS_LENGTH(sc);
nscalars          428 drivers/misc/fastrpc.c 	if (ctx->nscalars) {
nscalars          429 drivers/misc/fastrpc.c 		ctx->maps = kcalloc(ctx->nscalars,
nscalars          435 drivers/misc/fastrpc.c 		ctx->olaps = kcalloc(ctx->nscalars,
nscalars          686 drivers/misc/fastrpc.c 		sizeof(struct fastrpc_phy_page)) * ctx->nscalars +
nscalars          699 drivers/misc/fastrpc.c 	for (i = 0; i < ctx->nscalars; i++) {
nscalars          717 drivers/misc/fastrpc.c 	for (i = 0; i < ctx->nscalars; ++i) {
nscalars          764 drivers/misc/fastrpc.c 	list = ctx->buf->virt + ctx->nscalars * sizeof(*rpra);
nscalars          765 drivers/misc/fastrpc.c 	pages = ctx->buf->virt + ctx->nscalars * (sizeof(*list) +
nscalars          842 drivers/misc/fastrpc.c 	for (i = ctx->nbufs; i < ctx->nscalars; ++i) {
nscalars          924 drivers/misc/fastrpc.c 	if (ctx->nscalars) {
nscalars          947 drivers/misc/fastrpc.c 	if (ctx->nscalars) {
nscalars         1262 drivers/misc/fastrpc.c 	u32 nscalars;
nscalars         1269 drivers/misc/fastrpc.c 	nscalars = REMOTE_SCALARS_LENGTH(inv.sc);
nscalars         1270 drivers/misc/fastrpc.c 	if (nscalars) {
nscalars         1271 drivers/misc/fastrpc.c 		args = kcalloc(nscalars, sizeof(*args), GFP_KERNEL);
nscalars         1276 drivers/misc/fastrpc.c 				   nscalars * sizeof(*args))) {