Searched refs:__GFP_MOVABLE (Results 1 – 18 of 18) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | gfp_types.h | 117 #define __GFP_MOVABLE ((__force gfp_t)___GFP_MOVABLE) /* ZONE_MOVABLE allowed */ macro 118 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE) 387 #define GFP_HIGHUSER_MOVABLE (GFP_HIGHUSER | __GFP_MOVABLE | __GFP_SKIP_KASAN)
|
| H A D | buffer_head.h | 348 return __bread_gfp(sb->s_bdev, block, sb->s_blocksize, __GFP_MOVABLE); in sb_bread() 380 gfp |= __GFP_MOVABLE | __GFP_NOFAIL; in __getblk() 489 return __bread_gfp(bdev, block, size, __GFP_MOVABLE); in __bread()
|
| H A D | gfp.h | 16 #define GFP_MOVABLE_MASK (__GFP_RECLAIMABLE|__GFP_MOVABLE)
|
| /linux-6.15/include/linux/sched/ |
| H A D | mm.h | 265 flags &= ~__GFP_MOVABLE; in current_gfp_context()
|
| /linux-6.15/mm/ |
| H A D | vmpressure.c | 268 if (!(gfp & (__GFP_HIGHMEM | __GFP_MOVABLE | __GFP_IO | __GFP_FS))) in vmpressure()
|
| H A D | memfd.c | 85 gfp_mask &= ~(__GFP_HIGHMEM | __GFP_MOVABLE); in memfd_alloc_folio()
|
| H A D | compaction.c | 85 post_alloc_hook(page, order, __GFP_MOVABLE); in mark_allocated_noprof() 107 mark_allocated(page, order, __GFP_MOVABLE); in release_free_list() 1872 post_alloc_hook(&dst->page, order, __GFP_MOVABLE); in compaction_alloc_noprof()
|
| H A D | zsmalloc.c | 420 gfp & ~(__GFP_HIGHMEM|__GFP_MOVABLE)); in cache_alloc_handle() 431 flags & ~(__GFP_HIGHMEM|__GFP_MOVABLE)); in cache_alloc_zspage()
|
| H A D | zswap.c | 983 gfp = GFP_NOWAIT | __GFP_NORETRY | __GFP_HIGHMEM | __GFP_MOVABLE; in zswap_compress()
|
| H A D | memory_hotplug.c | 1851 .gfp_mask = GFP_KERNEL | __GFP_MOVABLE | __GFP_RETRY_MAYFAIL, in do_migrate_range()
|
| H A D | memory-failure.c | 2682 .gfp_mask = GFP_USER | __GFP_MOVABLE | __GFP_RETRY_MAYFAIL, in soft_offline_in_use_page()
|
| H A D | page_alloc.c | 6646 __GFP_HARDWALL | __GFP_THISNODE | __GFP_MOVABLE); in __alloc_contig_verify_gfp_mask() 6664 __GFP_MOVABLE | __GFP_RETRY_MAYFAIL; in __alloc_contig_verify_gfp_mask()
|
| H A D | huge_memory.c | 218 zero_folio = folio_alloc((GFP_TRANSHUGE | __GFP_ZERO) & ~__GFP_MOVABLE, in get_huge_zero_page()
|
| /linux-6.15/drivers/block/zram/ |
| H A D | zram_drv.c | 1697 __GFP_HIGHMEM | __GFP_MOVABLE); in write_incompressible_page() 1764 __GFP_HIGHMEM | __GFP_MOVABLE); in zram_write_page() 1987 __GFP_HIGHMEM | __GFP_MOVABLE); in recompress_slot()
|
| /linux-6.15/fs/f2fs/ |
| H A D | inode.c | 602 GFP_NOFS | __GFP_HIGHMEM | __GFP_MOVABLE); in f2fs_iget()
|
| /linux-6.15/fs/ext4/ |
| H A D | extents.c | 558 gfp_t gfp_flags = __GFP_MOVABLE | GFP_NOFS; in __read_extent_tree_block() 1126 bh = sb_getblk_gfp(inode->i_sb, newblock, __GFP_MOVABLE | GFP_NOFS); in ext4_ext_split() 1334 bh = sb_getblk_gfp(inode->i_sb, newblock, __GFP_MOVABLE | GFP_NOFS); in ext4_ext_grow_indepth()
|
| H A D | super.c | 254 ~__GFP_FS) | __GFP_MOVABLE; in ext4_sb_bread()
|
| /linux-6.15/fs/ |
| H A D | buffer.c | 1477 GFP_NOWAIT | __GFP_MOVABLE); in __breadahead()
|