Home
last modified time | relevance | path

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

1234

/openbmc/linux/fs/ntfs/
H A Dmalloc.h69 return __ntfs_malloc(size, GFP_NOFS | __GFP_HIGHMEM | __GFP_NOFAIL); in ntfs_malloc_nofs_nofail()
/openbmc/linux/mm/
H A Dfail_page_alloc.c30 if (gfp_mask & __GFP_NOFAIL) in __should_fail_alloc_page()
H A Dfailslab.c25 if (gfpflags & __GFP_NOFAIL) in __should_failslab()
/openbmc/linux/fs/erofs/
H A Ddecompressor_deflate.c166 GFP_KERNEL | __GFP_NOFAIL); in z_erofs_deflate_decompress()
219 GFP_KERNEL | __GFP_NOFAIL); in z_erofs_deflate_decompress()
H A Ddecompressor_lzma.c222 GFP_KERNEL | __GFP_NOFAIL); in z_erofs_lzma_decompress()
265 GFP_KERNEL | __GFP_NOFAIL); in z_erofs_lzma_decompress()
H A Dzdata.c1125 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()
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dmemory-allocation.rst103 * ``GFP_KERNEL | __GFP_NOFAIL`` - 覆盖默认的分配器行为,所有分配请求将无休止地循
/openbmc/linux/fs/xfs/
H A 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()
H A Dxfs_iunlink_item.c164 iup = kmem_cache_zalloc(xfs_iunlink_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_iunlink_log_inode()
H A Dxfs_icreate_item.c101 icp = kmem_cache_zalloc(xfs_icreate_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_icreate_log()
H A Dxfs_refcount_item.c150 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()
H A Dxfs_bmap_item.c144 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()
H A Dxfs_rmap_item.c148 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()
H A Dxfs_attr_item.c231 attrip = kmem_cache_zalloc(xfs_attri_cache, GFP_NOFS | __GFP_NOFAIL); in xfs_attri_init()
864 attrdp = kmem_cache_zalloc(xfs_attrd_cache, GFP_NOFS | __GFP_NOFAIL); in xfs_trans_get_attrd()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_dmem.c381 src_pfns = kvcalloc(npages, sizeof(*src_pfns), GFP_KERNEL | __GFP_NOFAIL); in nouveau_dmem_evict_chunk()
382 dst_pfns = kvcalloc(npages, sizeof(*dst_pfns), GFP_KERNEL | __GFP_NOFAIL); in nouveau_dmem_evict_chunk()
383 dma_addrs = kvcalloc(npages, sizeof(*dma_addrs), GFP_KERNEL | __GFP_NOFAIL); in nouveau_dmem_evict_chunk()
397 dpage = alloc_page(GFP_HIGHUSER | __GFP_NOFAIL); in nouveau_dmem_evict_chunk()
/openbmc/linux/include/linux/
H A Dgfp_types.h216 #define __GFP_NOFAIL ((__force gfp_t)___GFP_NOFAIL) macro
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_inode_fork.c415 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()
H A Dxfs_defer.c670 GFP_NOFS | __GFP_NOFAIL); in xfs_defer_add()
697 GFP_NOFS | __GFP_NOFAIL); in xfs_defer_start_recovery()
/openbmc/linux/include/trace/events/
H A Dmmflags.h38 gfpflag_string(__GFP_NOFAIL), \
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_modeset_lock.c149 ctx = kzalloc(sizeof(*ctx), GFP_KERNEL | __GFP_NOFAIL); in drm_modeset_lock_all()
/openbmc/linux/lib/
H A Dlist-test.c29 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()
H A Dref_tracker.c202 gfp_mask |= __GFP_NOFAIL; in ref_tracker_alloc()
H A Dtest_hmm.c1229 src_pfns = kvcalloc(npages, sizeof(*src_pfns), GFP_KERNEL | __GFP_NOFAIL); in dmirror_device_evict_chunk()
1230 dst_pfns = kvcalloc(npages, sizeof(*dst_pfns), GFP_KERNEL | __GFP_NOFAIL); in dmirror_device_evict_chunk()
1244 dpage = alloc_page(GFP_HIGHUSER_MOVABLE | __GFP_NOFAIL); in dmirror_device_evict_chunk()
/openbmc/linux/fs/gfs2/
H A Dtrans.c168 bd = kmem_cache_zalloc(gfs2_bufdata_cachep, GFP_NOFS | __GFP_NOFAIL); in gfs2_alloc_bufdata()
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A 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()

1234