Lines Matching defs:gfp
653 * @gfp: Allocation flags.
657 static struct topa *topa_alloc(int cpu, gfp_t gfp)
663 p = alloc_pages_node(node, gfp | __GFP_ZERO, 0);
739 * @gfp: Allocation flags.
746 static int topa_insert_pages(struct pt_buffer *buf, int cpu, gfp_t gfp)
757 topa = topa_alloc(cpu, gfp);
1211 * @gfp: Allocation flags.
1214 unsigned long nr_pages, gfp_t gfp)
1219 topa = topa_alloc(cpu, gfp);
1226 err = topa_insert_pages(buf, cpu, gfp);