Searched refs:__GFP_COLD (Results 1 – 18 of 18) sorted by relevance
25 {(unsigned long)__GFP_COLD, "GFP_COLD"}, \
230 return __page_cache_alloc(mapping_gfp_mask(x)|__GFP_COLD); in page_cache_alloc_cold()236 __GFP_COLD | __GFP_NORETRY | __GFP_NOWARN); in page_cache_alloc_readahead()
75 #define __GFP_COLD ((__force gfp_t)___GFP_COLD) /* Cache-cold page required */ macro
2214 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()
2150 page = __page_cache_alloc(gfp | __GFP_COLD); in __read_cache_page()
1732 bool cold = ((gfp_flags & __GFP_COLD) != 0); in buffered_rmqueue()
260 __GFP_COLD); in cachefiles_read_backing_file_one()500 __GFP_COLD); in cachefiles_read_backing_file()
163 frag_info, GFP_KERNEL | __GFP_COLD)) in mlx4_en_init_allocator()285 GFP_KERNEL | __GFP_COLD)) { in mlx4_en_fill_rx_buffers()669 GFP_ATOMIC | __GFP_COLD)) in mlx4_en_refill_rx_buffers()
266 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()
39 #define DT3155_COH_FLAGS (GFP_KERNEL | GFP_DMA32 | __GFP_COLD | __GFP_NOWARN)
817 GFP_DMA32 | __GFP_COLD); in netcp_allocate_rx_buf()831 page = alloc_page(GFP_ATOMIC | GFP_DMA32 | __GFP_COLD); in netcp_allocate_rx_buf()
786 GFP_NOFS | __GFP_COLD); in ubifs_do_bulk_read()
453 return __netdev_alloc_frag(fragsz, GFP_ATOMIC | __GFP_COLD); in netdev_alloc_frag()464 return __napi_alloc_frag(fragsz, GFP_ATOMIC | __GFP_COLD); in napi_alloc_frag()
661 gfp |= __GFP_COLD; in try_fill_recv()
1095 rx_ring->pg_chunk.page = alloc_pages(__GFP_COLD | __GFP_COMP | in ql_get_next_chunk()