| /linux/mm/ |
| H A D | fail_page_alloc.c | 32 if (gfp_mask & __GFP_NOFAIL) in should_fail_alloc_page()
|
| H A D | failslab.c | 27 if (gfpflags & __GFP_NOFAIL) in should_failslab()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | memory-allocation.rst | 103 * ``GFP_KERNEL | __GFP_NOFAIL`` - 覆盖默认的分配器行为,所有分配请求将无休止地循
|
| /linux/fs/xfs/ |
| H A D | xfs_mru_cache.c | 336 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 D | xfs_buf_item.c | 49 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 D | xfs_iwalk.c | 663 GFP_KERNEL | __GFP_NOFAIL); in xfs_iwalk_threaded()
|
| H A D | xfs_log_recover.c | 2095 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 D | xfs_buf_item_recover.c | 93 bcp = kmalloc_obj(struct xfs_buf_cancel, GFP_KERNEL | __GFP_NOFAIL); in xlog_add_buffer_cancelled()
|
| H A D | xfs_log_cil.c | 103 ctx = kzalloc_obj(*ctx, GFP_KERNEL | __GFP_NOFAIL); in xlog_cil_ctx_alloc()
|
| /linux/tools/include/linux/ |
| H A D | gfp_types.h | 261 #define __GFP_NOFAIL ((__force gfp_t)___GFP_NOFAIL) macro
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_dmem.c | 482 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 D | drm_modeset_lock.c | 151 ctx = kzalloc_obj(*ctx, GFP_KERNEL | __GFP_NOFAIL); in drm_modeset_lock_all()
|
| /linux/fs/erofs/ |
| H A D | fileio.c | 69 struct erofs_fileio_rq *rq = kzalloc_obj(*rq, GFP_KERNEL | __GFP_NOFAIL); in erofs_fileio_rq_alloc()
|
| /linux/lib/tests/ |
| H A D | list-test.c | 29 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 D | xfs_defer.c | 830 GFP_KERNEL | __GFP_NOFAIL); in xfs_defer_alloc() 985 dfc = kzalloc_obj(*dfc, GFP_KERNEL | __GFP_NOFAIL); in xfs_defer_ops_capture()
|
| H A D | xfs_btree.h | 684 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_btree_alloc_cursor()
|
| H A D | xfs_refcount.c | 1587 GFP_KERNEL | __GFP_NOFAIL); in __xfs_refcount_add() 2036 GFP_KERNEL | __GFP_NOFAIL); in xfs_refcount_recover_extent()
|
| /linux/lib/ |
| H A D | ref_tracker.c | 269 gfp_mask |= __GFP_NOFAIL; in ref_tracker_alloc()
|
| /linux/drivers/md/ |
| H A D | dm-region-hash.c | 297 nreg = kmalloc_obj(*nreg, GFP_NOIO | __GFP_NOFAIL); in __rh_alloc()
|
| /linux/Documentation/core-api/ |
| H A D | memory-allocation.rst | 128 * ``GFP_KERNEL | __GFP_NOFAIL`` - overrides the default allocator behavior
|
| /linux/net/ceph/ |
| H A D | osdmap.c | 2149 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 D | mballoc.c | 5686 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 D | virtgpu_vq.c | 113 vbuf = kmem_cache_zalloc(vgdev->vbufs, GFP_KERNEL | __GFP_NOFAIL); in virtio_gpu_get_vbuf()
|
| /linux/security/smack/ |
| H A D | smackfs.c | 3024 GFP_KERNEL | __GFP_NOFAIL); in init_smk_fs()
|
| /linux/drivers/target/iscsi/cxgbit/ |
| H A D | cxgbit_cm.c | 700 struct sk_buff *skb = alloc_skb(0, GFP_KERNEL | __GFP_NOFAIL); in cxgbit_abort_conn()
|