Lines Matching refs:__GFP_COMP
1861 if (order && (gfp_flags & __GFP_COMP))
5192 struct page *page = __alloc_pages_noprof(gfp | __GFP_COMP, order,
5307 * @gfp_mask: GFP flags for the allocation, must not contain __GFP_COMP
5324 if (WARN_ON_ONCE(gfp_mask & (__GFP_COMP | __GFP_HIGHMEM)))
5325 gfp_mask &= ~(__GFP_COMP | __GFP_HIGHMEM);
5337 * @gfp_mask: GFP flags for the allocation, must not contain __GFP_COMP
5349 if (WARN_ON_ONCE(gfp_mask & (__GFP_COMP | __GFP_HIGHMEM)))
5350 gfp_mask &= ~(__GFP_COMP | __GFP_HIGHMEM);
6786 const gfp_t action_mask = __GFP_COMP | __GFP_RETRY_MAYFAIL | __GFP_NOWARN |
6944 if (!(gfp_mask & __GFP_COMP)) {