Home
last modified time | relevance | path

Searched refs:__GFP_NOFAIL (Results 1 – 25 of 92) sorted by relevance

1234

/linux-6.1.9/fs/ntfs/
Dmalloc.h69 return __ntfs_malloc(size, GFP_NOFS | __GFP_HIGHMEM | __GFP_NOFAIL); in ntfs_malloc_nofs_nofail()
/linux-6.1.9/mm/
Dfailslab.c25 if (gfpflags & __GFP_NOFAIL) in __should_failslab()
/linux-6.1.9/fs/xfs/
Dxfs_extfree_item.c151 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()
Dxfs_iunlink_item.c164 iup = kmem_cache_zalloc(xfs_iunlink_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_iunlink_log_inode()
Dxfs_icreate_item.c101 icp = kmem_cache_zalloc(xfs_icreate_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_icreate_log()
Dxfs_bmap_item.c143 buip = kmem_cache_zalloc(xfs_bui_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_bui_init()
230 budp = kmem_cache_zalloc(xfs_bud_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_get_bud()
Dxfs_refcount_item.c149 GFP_KERNEL | __GFP_NOFAIL); in xfs_cui_init()
236 cudp = kmem_cache_zalloc(xfs_cud_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_get_cud()
Dxfs_rmap_item.c147 GFP_KERNEL | __GFP_NOFAIL); in xfs_rui_init()
234 rudp = kmem_cache_zalloc(xfs_rud_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_get_rud()
Dxfs_attr_item.c231 attrip = kmem_cache_zalloc(xfs_attri_cache, GFP_NOFS | __GFP_NOFAIL); in xfs_attri_init()
792 attrdp = kmem_cache_zalloc(xfs_attrd_cache, GFP_NOFS | __GFP_NOFAIL); in xfs_trans_get_attrd()
Dxfs_trans.c95 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.1.9/Documentation/translations/zh_CN/core-api/
Dmemory-allocation.rst103 * ``GFP_KERNEL | __GFP_NOFAIL`` - 覆盖默认的分配器行为,所有分配请求将无休止地循
/linux-6.1.9/fs/erofs/
Ddecompressor_lzma.c222 GFP_KERNEL | __GFP_NOFAIL); in z_erofs_lzma_decompress()
262 GFP_KERNEL | __GFP_NOFAIL); in z_erofs_lzma_decompress()
Dzdata.c804 fe->candidate_bvpage = alloc_page(GFP_NOFS | __GFP_NOFAIL); in z_erofs_do_read_page()
904 item = kmalloc(sizeof(*item), GFP_KERNEL | __GFP_NOFAIL); in z_erofs_do_decompressed_bvec()
1051 GFP_KERNEL | __GFP_NOFAIL); in z_erofs_decompress_pcluster()
1055 GFP_KERNEL | __GFP_NOFAIL); in z_erofs_decompress_pcluster()
1291 page = erofs_allocpage(pagepool, gfp | __GFP_NOFAIL); in pickup_page_for_submission()
Ddecompressor.c116 GFP_KERNEL | __GFP_NOFAIL); in z_erofs_lz4_prepare_dstpages()
/linux-6.1.9/include/linux/
Dgfp_types.h220 #define __GFP_NOFAIL ((__force gfp_t)___GFP_NOFAIL) macro
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_inode_fork.c400 GFP_NOFS | __GFP_NOFAIL); in xfs_iroot_realloc()
504 GFP_NOFS | __GFP_NOFAIL); in xfs_idata_realloc()
678 GFP_NOFS | __GFP_NOFAIL); in xfs_ifork_init_cow()
Dxfs_btree.h593 cur = kmem_cache_zalloc(cache, GFP_NOFS | __GFP_NOFAIL); in xfs_btree_alloc_cursor()
/linux-6.1.9/lib/
Dref_tracker.c84 gfp_mask |= __GFP_NOFAIL; in ref_tracker_alloc()
Dlist-test.c28 list4 = kzalloc(sizeof(*list4), GFP_KERNEL | __GFP_NOFAIL); in list_test_list_init()
31 list5 = kmalloc(sizeof(*list5), GFP_KERNEL | __GFP_NOFAIL); in list_test_list_init()
823 list4 = kzalloc(sizeof(*list4), GFP_KERNEL | __GFP_NOFAIL); in hlist_test_init()
826 list5 = kmalloc(sizeof(*list5), GFP_KERNEL | __GFP_NOFAIL); in hlist_test_init()
Drhashtable.c188 if (tbl == NULL && (gfp & ~__GFP_NOFAIL) != GFP_KERNEL) { in bucket_table_alloc()
1064 tbl = bucket_table_alloc(ht, size, GFP_KERNEL | __GFP_NOFAIL); in rhashtable_init()
/linux-6.1.9/include/trace/events/
Dmmflags.h39 gfpflag_string(__GFP_NOFAIL), \
/linux-6.1.9/drivers/gpu/drm/
Ddrm_modeset_lock.c149 ctx = kzalloc(sizeof(*ctx), GFP_KERNEL | __GFP_NOFAIL); in drm_modeset_lock_all()
/linux-6.1.9/fs/gfs2/
Dtrans.c168 bd = kmem_cache_zalloc(gfs2_bufdata_cachep, GFP_NOFS | __GFP_NOFAIL); in gfs2_alloc_bufdata()
/linux-6.1.9/drivers/infiniband/hw/cxgb4/
Dmem.c78 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()
/linux-6.1.9/fs/jbd2/
Drevoke.c144 gfp_mask |= __GFP_NOFAIL; in insert_revoke_hash()

1234