Home
last modified time | relevance | path

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

12

/linux/mm/
H A Dfail_page_alloc.c32 if (gfp_mask & __GFP_NOFAIL) in should_fail_alloc_page()
H A Dfailslab.c27 if (gfpflags & __GFP_NOFAIL) in should_failslab()
/linux/Documentation/translations/zh_CN/core-api/
H A Dmemory-allocation.rst103 * ``GFP_KERNEL | __GFP_NOFAIL`` - 覆盖默认的分配器行为,所有分配请求将无休止地循
/linux/fs/xfs/
H A Dxfs_mru_cache.c336 mru = kzalloc_obj(*mru, GFP_KERNEL | __GFP_NOFAIL); in xfs_mru_cache_create()
343 GFP_KERNEL | __GFP_NOFAIL); in xfs_mru_cache_create()
H A Dxfs_buf_item.c49 GFP_KERNEL | __GFP_NOFAIL); in xfs_buf_item_get_format()
873 bip = kmem_cache_zalloc(xfs_buf_item_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_buf_item_init()
H A Dxfs_iwalk.c663 GFP_KERNEL | __GFP_NOFAIL); in xfs_iwalk_threaded()
H A Dxfs_log_recover.c2095 item = kzalloc_obj(struct xlog_recover_item, GFP_KERNEL | __GFP_NOFAIL); in xlog_recover_add_item()
2226 GFP_KERNEL | __GFP_NOFAIL); in xlog_recover_add_to_trans()
2369 trans = kzalloc_obj(struct xlog_recover, GFP_KERNEL | __GFP_NOFAIL); in xlog_recover_ophdr_to_trans()
H A Dxfs_buf_item_recover.c93 bcp = kmalloc_obj(struct xfs_buf_cancel, GFP_KERNEL | __GFP_NOFAIL); in xlog_add_buffer_cancelled()
H A Dxfs_log_cil.c103 ctx = kzalloc_obj(*ctx, GFP_KERNEL | __GFP_NOFAIL); in xlog_cil_ctx_alloc()
/linux/tools/include/linux/
H A Dgfp_types.h261 #define __GFP_NOFAIL ((__force gfp_t)___GFP_NOFAIL) macro
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_dmem.c482 src_pfns = kvcalloc(npages, sizeof(*src_pfns), GFP_KERNEL | __GFP_NOFAIL); in nouveau_dmem_evict_chunk()
483 dst_pfns = kvcalloc(npages, sizeof(*dst_pfns), GFP_KERNEL | __GFP_NOFAIL); in nouveau_dmem_evict_chunk()
484 dma_info = kvzalloc_objs(*dma_info, npages, GFP_KERNEL | __GFP_NOFAIL); in nouveau_dmem_evict_chunk()
506 dpage = alloc_page(GFP_HIGHUSER | __GFP_NOFAIL); in nouveau_dmem_evict_chunk()
/linux/drivers/gpu/drm/
H A Ddrm_modeset_lock.c151 ctx = kzalloc_obj(*ctx, GFP_KERNEL | __GFP_NOFAIL); in drm_modeset_lock_all()
/linux/fs/erofs/
H A Dfileio.c69 struct erofs_fileio_rq *rq = kzalloc_obj(*rq, GFP_KERNEL | __GFP_NOFAIL); in erofs_fileio_rq_alloc()
/linux/lib/tests/
H A Dlist-test.c29 list4 = kzalloc_obj(*list4, GFP_KERNEL | __GFP_NOFAIL); in list_test_list_init()
32 list5 = kmalloc_obj(*list5, GFP_KERNEL | __GFP_NOFAIL); in list_test_list_init()
832 list4 = kzalloc_obj(*list4, GFP_KERNEL | __GFP_NOFAIL); in hlist_test_init()
835 list5 = kmalloc_obj(*list5, GFP_KERNEL | __GFP_NOFAIL); in hlist_test_init()
/linux/fs/xfs/libxfs/
H A Dxfs_defer.c830 GFP_KERNEL | __GFP_NOFAIL); in xfs_defer_alloc()
985 dfc = kzalloc_obj(*dfc, GFP_KERNEL | __GFP_NOFAIL); in xfs_defer_ops_capture()
H A Dxfs_btree.h684 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_btree_alloc_cursor()
H A Dxfs_refcount.c1587 GFP_KERNEL | __GFP_NOFAIL); in __xfs_refcount_add()
2036 GFP_KERNEL | __GFP_NOFAIL); in xfs_refcount_recover_extent()
/linux/lib/
H A Dref_tracker.c269 gfp_mask |= __GFP_NOFAIL; in ref_tracker_alloc()
/linux/drivers/md/
H A Ddm-region-hash.c297 nreg = kmalloc_obj(*nreg, GFP_NOIO | __GFP_NOFAIL); in __rh_alloc()
/linux/Documentation/core-api/
H A Dmemory-allocation.rst128 * ``GFP_KERNEL | __GFP_NOFAIL`` - overrides the default allocator behavior
/linux/net/ceph/
H A Dosdmap.c2149 GFP_NOIO | __GFP_NOFAIL); in ceph_oid_copy()
2417 buf = kmalloc(total, GFP_NOIO | __GFP_NOFAIL); in __ceph_object_locator_to_pg()
/linux/fs/ext4/
H A Dmballoc.c5686 GFP_NOFS|__GFP_NOFAIL); in ext4_discard_preallocations()
5992 GFP_NOFS|__GFP_NOFAIL); in ext4_mb_discard_lg_preallocations()
6581 GFP_NOFS|__GFP_NOFAIL); in ext4_mb_clear_bb()
6622 GFP_NOFS|__GFP_NOFAIL); in ext4_mb_clear_bb()
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c113 vbuf = kmem_cache_zalloc(vgdev->vbufs, GFP_KERNEL | __GFP_NOFAIL); in virtio_gpu_get_vbuf()
/linux/security/smack/
H A Dsmackfs.c3024 GFP_KERNEL | __GFP_NOFAIL); in init_smk_fs()
/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c700 struct sk_buff *skb = alloc_skb(0, GFP_KERNEL | __GFP_NOFAIL); in cxgbit_abort_conn()

12