Lines Matching refs:ctx
24 struct string_stream_fragment_alloc_context *ctx = context;
27 frag = kunit_kzalloc(ctx->test, sizeof(*frag), ctx->gfp);
31 frag->test = ctx->test;
32 frag->fragment = kunit_kmalloc(ctx->test, ctx->len, ctx->gfp);
175 struct string_stream_alloc_context *ctx = context;
177 stream = kunit_kzalloc(ctx->test, sizeof(*stream), ctx->gfp);
182 stream->gfp = ctx->gfp;
183 stream->test = ctx->test;