Lines Matching defs:gfp
637 * @gfp: Allocation flags.
641 static struct topa *topa_alloc(int cpu, gfp_t gfp)
647 p = alloc_pages_node(node, gfp | __GFP_ZERO, 0);
723 * @gfp: Allocation flags.
730 static int topa_insert_pages(struct pt_buffer *buf, int cpu, gfp_t gfp)
741 topa = topa_alloc(cpu, gfp);
1195 * @gfp: Allocation flags.
1198 unsigned long nr_pages, gfp_t gfp)
1203 topa = topa_alloc(cpu, gfp);
1210 err = topa_insert_pages(buf, cpu, gfp);