/linux-6.6.21/fs/ntfs/ |
D | malloc.h | 69 return __ntfs_malloc(size, GFP_NOFS | __GFP_HIGHMEM | __GFP_NOFAIL); in ntfs_malloc_nofs_nofail()
|
/linux-6.6.21/mm/ |
D | failslab.c | 25 if (gfpflags & __GFP_NOFAIL) in __should_failslab()
|
D | fail_page_alloc.c | 30 if (gfp_mask & __GFP_NOFAIL) in __should_fail_alloc_page()
|
D | vmalloc.c | 3009 gfp_t bulk_gfp = gfp & ~__GFP_NOFAIL; in vm_area_alloc_pages() 3047 } else if (gfp & __GFP_NOFAIL) { in vm_area_alloc_pages() 3053 alloc_gfp &= ~__GFP_NOFAIL; in vm_area_alloc_pages() 3071 alloc_gfp |= __GFP_NOFAIL; in vm_area_alloc_pages() 3106 bool nofail = gfp_mask & __GFP_NOFAIL; in __vmalloc_area_node() 3284 bool nofail = gfp_mask & __GFP_NOFAIL; in __vmalloc_node_range()
|
/linux-6.6.21/fs/erofs/ |
D | decompressor_deflate.c | 163 GFP_KERNEL | __GFP_NOFAIL); in z_erofs_deflate_decompress() 216 GFP_KERNEL | __GFP_NOFAIL); in z_erofs_deflate_decompress()
|
D | decompressor_lzma.c | 222 GFP_KERNEL | __GFP_NOFAIL); in z_erofs_lzma_decompress() 265 GFP_KERNEL | __GFP_NOFAIL); in z_erofs_lzma_decompress()
|
D | zdata.c | 1125 item = kmalloc(sizeof(*item), GFP_KERNEL | __GFP_NOFAIL); in z_erofs_do_decompressed_bvec() 1272 GFP_KERNEL | __GFP_NOFAIL); in z_erofs_decompress_pcluster() 1276 GFP_KERNEL | __GFP_NOFAIL); in z_erofs_decompress_pcluster() 1526 page = erofs_allocpage(pagepool, gfp | __GFP_NOFAIL); in pickup_page_for_submission()
|
D | decompressor.c | 116 GFP_KERNEL | __GFP_NOFAIL); in z_erofs_lz4_prepare_dstpages()
|
/linux-6.6.21/Documentation/translations/zh_CN/core-api/ |
D | memory-allocation.rst | 103 * ``GFP_KERNEL | __GFP_NOFAIL`` - 覆盖默认的分配器行为,所有分配请求将无休止地循
|
/linux-6.6.21/fs/xfs/ |
D | xfs_extfree_item.c | 151 GFP_KERNEL | __GFP_NOFAIL); in xfs_efi_init() 154 GFP_KERNEL | __GFP_NOFAIL); in xfs_efi_init() 323 GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_get_efd() 326 GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_get_efd()
|
D | xfs_iunlink_item.c | 164 iup = kmem_cache_zalloc(xfs_iunlink_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_iunlink_log_inode()
|
D | xfs_icreate_item.c | 101 icp = kmem_cache_zalloc(xfs_icreate_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_icreate_log()
|
D | xfs_bmap_item.c | 144 buip = kmem_cache_zalloc(xfs_bui_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_bui_init() 231 budp = kmem_cache_zalloc(xfs_bud_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_get_bud()
|
D | xfs_refcount_item.c | 150 GFP_KERNEL | __GFP_NOFAIL); in xfs_cui_init() 237 cudp = kmem_cache_zalloc(xfs_cud_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_get_cud()
|
D | xfs_rmap_item.c | 148 GFP_KERNEL | __GFP_NOFAIL); in xfs_rui_init() 235 rudp = kmem_cache_zalloc(xfs_rud_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_get_rud()
|
D | xfs_attr_item.c | 231 attrip = kmem_cache_zalloc(xfs_attri_cache, GFP_NOFS | __GFP_NOFAIL); in xfs_attri_init() 793 attrdp = kmem_cache_zalloc(xfs_attrd_cache, GFP_NOFS | __GFP_NOFAIL); in xfs_trans_get_attrd()
|
D | xfs_trans.c | 95 ntp = kmem_cache_zalloc(xfs_trans_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_dup() 261 tp = kmem_cache_zalloc(xfs_trans_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_alloc()
|
/linux-6.6.21/include/linux/ |
D | gfp_types.h | 214 #define __GFP_NOFAIL ((__force gfp_t)___GFP_NOFAIL) macro
|
/linux-6.6.21/fs/xfs/libxfs/ |
D | xfs_inode_fork.c | 415 GFP_NOFS | __GFP_NOFAIL); in xfs_iroot_realloc() 519 GFP_NOFS | __GFP_NOFAIL); in xfs_idata_realloc() 693 GFP_NOFS | __GFP_NOFAIL); in xfs_ifork_init_cow()
|
/linux-6.6.21/include/trace/events/ |
D | mmflags.h | 38 gfpflag_string(__GFP_NOFAIL), \
|
/linux-6.6.21/drivers/gpu/drm/ |
D | drm_modeset_lock.c | 149 ctx = kzalloc(sizeof(*ctx), GFP_KERNEL | __GFP_NOFAIL); in drm_modeset_lock_all()
|
/linux-6.6.21/lib/ |
D | ref_tracker.c | 202 gfp_mask |= __GFP_NOFAIL; in ref_tracker_alloc()
|
D | list-test.c | 29 list4 = kzalloc(sizeof(*list4), GFP_KERNEL | __GFP_NOFAIL); in list_test_list_init() 32 list5 = kmalloc(sizeof(*list5), GFP_KERNEL | __GFP_NOFAIL); in list_test_list_init() 824 list4 = kzalloc(sizeof(*list4), GFP_KERNEL | __GFP_NOFAIL); in hlist_test_init() 827 list5 = kmalloc(sizeof(*list5), GFP_KERNEL | __GFP_NOFAIL); in hlist_test_init()
|
/linux-6.6.21/fs/gfs2/ |
D | trans.c | 168 bd = kmem_cache_zalloc(gfs2_bufdata_cachep, GFP_NOFS | __GFP_NOFAIL); in gfs2_alloc_bufdata()
|
/linux-6.6.21/drivers/infiniband/hw/cxgb4/ |
D | mem.c | 78 skb = alloc_skb(wr_len, GFP_KERNEL | __GFP_NOFAIL); in _c4iw_write_mem_dma_aligned() 138 skb = alloc_skb(wr_len, GFP_KERNEL | __GFP_NOFAIL); in _c4iw_write_mem_inline()
|