Searched refs:__GFP_COLD (Results 1 – 17 of 17) sorted by relevance
25 {(unsigned long)__GFP_COLD, "GFP_COLD"}, \
237 return __page_cache_alloc(mapping_gfp_mask(x)|__GFP_COLD); in page_cache_alloc_cold()243 __GFP_COLD | __GFP_NORETRY | __GFP_NOWARN); in page_cache_alloc_readahead()
177 #define __GFP_COLD ((__force gfp_t)___GFP_COLD) macro
2366 gfp_mask |= __GFP_COLD | __GFP_COMP | __GFP_MEMALLOC; in __dev_alloc_pages()
85 const gfp_t gfp = GFP_KERNEL | __GFP_HIGHMEM | __GFP_COLD; in pcpu_alloc_pages()
2216 page = __page_cache_alloc(gfp | __GFP_COLD); in __read_cache_page()
2217 bool cold = ((gfp_flags & __GFP_COLD) != 0); in buffered_rmqueue()
260 __GFP_COLD); in cachefiles_read_backing_file_one()497 __GFP_COLD); in cachefiles_read_backing_file()
163 frag_info, GFP_KERNEL | __GFP_COLD)) in mlx4_en_init_allocator()284 GFP_KERNEL | __GFP_COLD)) { in mlx4_en_fill_rx_buffers()663 GFP_ATOMIC | __GFP_COLD)) in mlx4_en_refill_rx_buffers()
271 gfp |= __GFP_COLD | __GFP_COMP | __GFP_NOWARN; in xgbe_alloc_pages()
1760 buffer = get_image_page(GFP_ATOMIC | __GFP_COLD, safe_needed); in get_highmem_buffer()1823 page = alloc_image_page(GFP_ATOMIC | __GFP_COLD); in swsusp_alloc()
166 page = alloc_pages(__GFP_COLD | __GFP_COMP | in efx_init_rx_buffers()
785 GFP_NOFS | __GFP_COLD); in ubifs_do_bulk_read()
377 return __netdev_alloc_frag(fragsz, GFP_ATOMIC | __GFP_COLD); in netdev_alloc_frag()390 return __napi_alloc_frag(fragsz, GFP_ATOMIC | __GFP_COLD); in napi_alloc_frag()
667 gfp |= __GFP_COLD; in try_fill_recv()
849 page = alloc_page(GFP_ATOMIC | GFP_DMA | __GFP_COLD); in netcp_allocate_rx_buf()
1095 rx_ring->pg_chunk.page = alloc_pages(__GFP_COLD | __GFP_COMP | in ql_get_next_chunk()