Lines Matching refs:gfp
18 gfp_t gfp;
27 frag = kunit_kzalloc(ctx->test, sizeof(*frag), ctx->gfp);
32 frag->fragment = kunit_kmalloc(ctx->test, ctx->len, ctx->gfp);
51 struct kunit *test, int len, gfp_t gfp)
56 .gfp = gfp
62 gfp,
91 stream->gfp);
137 buf = kunit_kzalloc(stream->test, buf_len, stream->gfp);
169 gfp_t gfp;
177 stream = kunit_kzalloc(ctx->test, sizeof(*stream), ctx->gfp);
182 stream->gfp = ctx->gfp;
197 struct string_stream *alloc_string_stream(struct kunit *test, gfp_t gfp)
201 .gfp = gfp
207 gfp,