Lines Matching defs:maps
193 struct fastrpc_map **maps;
221 struct list_head maps;
280 list_for_each_entry(map, &fl->maps, node) {
366 fastrpc_map_put(ctx->maps[i]);
375 kfree(ctx->maps);
469 ctx->maps = kcalloc(ctx->nscalars,
470 sizeof(*ctx->maps), GFP_KERNEL);
471 if (!ctx->maps) {
478 kfree(ctx->maps);
519 kfree(ctx->maps);
670 list_add_tail(&map->node, &fl->maps);
762 ctx->args[i].length, &ctx->maps[i]);
820 if (ctx->maps[i]) {
824 pages[i].addr = ctx->maps[i]->phys;
863 if (i < inbufs && !ctx->maps[i]) {
884 pages[i].addr = ctx->maps[i]->phys;
885 pages[i].size = ctx->maps[i]->size;
1201 list_for_each_entry_safe(map, m, &fl->maps, node)
1236 INIT_LIST_HEAD(&fl->maps);