Searched refs:olaps (Results 1 – 1 of 1) sorted by relevance
501 kfree(ctx->olaps); in fastrpc_context_free()545 ctx->olaps[i].end = ctx->olaps[i].start + ctx->args[i].length; in fastrpc_get_buff_overlaps()549 sort(ctx->olaps, ctx->nbufs, sizeof(*ctx->olaps), olaps_cmp, NULL); in fastrpc_get_buff_overlaps()555 ctx->olaps[i].mend = ctx->olaps[i].end; in fastrpc_get_buff_overlaps()556 ctx->olaps[i].offset = max_end - ctx->olaps[i].start; in fastrpc_get_buff_overlaps()566 ctx->olaps[i].mend = ctx->olaps[i].end; in fastrpc_get_buff_overlaps()567 ctx->olaps[i].mstart = ctx->olaps[i].start; in fastrpc_get_buff_overlaps()602 if (!ctx->olaps) { in fastrpc_context_alloc()645 kfree(ctx->olaps); in fastrpc_context_alloc()896 size += (ctx->olaps[oix].mend - ctx->olaps[oix].mstart); in fastrpc_get_payload_size()[all …]