Lines Matching defs:gfp
276 gfp_t gfp = __GFP_RECLAIMABLE | __GFP_NOWARN | GFP_NOIO;
277 gfp_t gfp_comp = (gfp | __GFP_NORETRY | __GFP_COMP) & ~__GFP_RECLAIM;
297 page = alloc_pages_node(nid, order ? gfp_comp : gfp, order);
321 while (sg_alloc_table(&table, chunks, gfp)) {
398 gfp_t gfp = __GFP_RECLAIMABLE | __GFP_NOWARN | GFP_NOIO;
402 while (sg_alloc_table(&table, nr_pages, gfp)) {
412 while ((page = __page_cache_alloc(gfp)) == NULL) {
484 gfp_t gfp = __GFP_NOWARN | GFP_NOIO;
489 gfp_t gfp_zero_page = gfp | __GFP_ZERO;
499 while (sg_alloc_table(&table, nr_pages, gfp)) {