Home
last modified time | relevance | path

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

1234

/linux/fs/xfs/libxfs/
H A Dxfs_inode_fork.c58 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_init_local_fork()
387 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_broot_alloc()
420 ifp->if_broot = kmalloc(new_size, GFP_KERNEL | __GFP_NOFAIL); in xfs_broot_realloc()
432 GFP_KERNEL | __GFP_NOFAIL); in xfs_broot_realloc()
466 GFP_KERNEL | __GFP_NOFAIL); in xfs_idata_realloc()
665 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_ifork_init_cow()
H A Dxfs_dir2.c251 args = kzalloc(sizeof(*args), GFP_KERNEL | __GFP_NOFAIL); in xfs_dir_init()
344 args = kzalloc(sizeof(*args), GFP_KERNEL | __GFP_NOFAIL); in xfs_dir_createname()
441 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_dir_lookup()
506 args = kzalloc(sizeof(*args), GFP_KERNEL | __GFP_NOFAIL); in xfs_dir_removename()
566 args = kzalloc(sizeof(*args), GFP_KERNEL | __GFP_NOFAIL); in xfs_dir_replace()
H A Dxfs_dir2_sf.c279 sfp = kmalloc(mp->m_sb.sb_inodesize, GFP_KERNEL | __GFP_NOFAIL); in xfs_dir2_block_to_sf()
527 buf = kmalloc(old_isize, GFP_KERNEL | __GFP_NOFAIL); in xfs_dir2_sf_addname_hard()
1154 buf = kmalloc(oldsize, GFP_KERNEL | __GFP_NOFAIL); in xfs_dir2_sf_toino4()
1226 buf = kmalloc(oldsize, GFP_KERNEL | __GFP_NOFAIL); in xfs_dir2_sf_toino8()
H A Dxfs_defer.c830 GFP_KERNEL | __GFP_NOFAIL); in xfs_defer_alloc()
985 dfc = kzalloc(sizeof(*dfc), GFP_KERNEL | __GFP_NOFAIL); in xfs_defer_ops_capture()
H A Dxfs_iext_tree.c401 return kzalloc(size, GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_iext_alloc_node()
614 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_iext_realloc_root()
H A Dxfs_exchmaps.c502 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_exchmaps_link_to_sf()
983 GFP_NOFS | __GFP_NOFAIL); in xfs_exchmaps_init_intent()
/linux/fs/xfs/
H A Dxfs_refcount_item.c158 GFP_KERNEL | __GFP_NOFAIL); in xfs_cui_init()
161 GFP_KERNEL | __GFP_NOFAIL); in xfs_cui_init()
357 cudp = kmem_cache_zalloc(xfs_cud_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_refcount_update_create_done()
488 GFP_KERNEL | __GFP_NOFAIL); in xfs_cui_recover_work()
H A Dxfs_rmap_item.c159 GFP_KERNEL | __GFP_NOFAIL); in xfs_rui_init()
162 GFP_KERNEL | __GFP_NOFAIL); in xfs_rui_init()
382 rudp = kmem_cache_zalloc(xfs_rud_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_rmap_update_create_done()
517 ri = kmem_cache_alloc(xfs_rmap_intent_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_rui_recover_work()
H A Dxfs_iunlink_item.c163 iup = kmem_cache_zalloc(xfs_iunlink_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_iunlink_log_inode()
H A Dxfs_buf.c135 bp->b_addr = kmalloc(size, gfp_mask | __GFP_NOFAIL); in xfs_buf_alloc_kmem()
207 gfp_mask |= __GFP_NOFAIL; in xfs_buf_alloc_backing_mem()
266 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_buf_alloc()
299 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_NOFAIL); in xfs_buf_alloc()
1798 btp = kzalloc(sizeof(*btp), GFP_KERNEL | __GFP_NOFAIL); in xfs_alloc_buftarg()
H A Dxfs_icreate_item.c101 icp = kmem_cache_zalloc(xfs_icreate_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_icreate_log()
H A Dxfs_exchmaps_item.c137 xmi_lip = kmem_cache_zalloc(xfs_xmi_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_xmi_init()
256 xmd_lip = kmem_cache_zalloc(xfs_xmd_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_exchmaps_create_done()
H A Dxfs_buf_item.c49 GFP_KERNEL | __GFP_NOFAIL); in xfs_buf_item_get_format()
878 bip = kmem_cache_zalloc(xfs_buf_item_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_buf_item_init()
H A Dxfs_extent_busy.c45 GFP_KERNEL | __GFP_NOFAIL); in xfs_extent_busy_insert_list()
H A Dxfs_trans.c98 ntp = kmem_cache_zalloc(xfs_trans_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_dup()
222 tp = kmem_cache_zalloc(xfs_trans_cache, GFP_KERNEL | __GFP_NOFAIL); in __xfs_trans_alloc()
H A Dxfs_iwalk.c663 GFP_KERNEL | __GFP_NOFAIL); in xfs_iwalk_threaded()
/linux/Documentation/translations/zh_CN/core-api/
H A Dmemory-allocation.rst103 * ``GFP_KERNEL | __GFP_NOFAIL`` - 覆盖默认的分配器行为,所有分配请求将无休止地循
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_dmem.c375 src_pfns = kvcalloc(npages, sizeof(*src_pfns), GFP_KERNEL | __GFP_NOFAIL); in nouveau_dmem_evict_chunk()
376 dst_pfns = kvcalloc(npages, sizeof(*dst_pfns), GFP_KERNEL | __GFP_NOFAIL); in nouveau_dmem_evict_chunk()
377 dma_addrs = kvcalloc(npages, sizeof(*dma_addrs), GFP_KERNEL | __GFP_NOFAIL); in nouveau_dmem_evict_chunk()
391 dpage = alloc_page(GFP_HIGHUSER | __GFP_NOFAIL); in nouveau_dmem_evict_chunk()
/linux/fs/bcachefs/
H A Drcu_pending.c359 head = kmalloc(sizeof(*head), GFP_KERNEL|__GFP_NOFAIL); in rcu_pending_enqueue_list()
469 gfp |= __GFP_NOFAIL; in __rcu_pending_enqueue()
/linux/fs/erofs/
H A Dfileio.c74 GFP_KERNEL | __GFP_NOFAIL); in erofs_fileio_rq_alloc()
/linux/lib/tests/
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()
832 list4 = kzalloc(sizeof(*list4), GFP_KERNEL | __GFP_NOFAIL); in hlist_test_init()
835 list5 = kmalloc(sizeof(*list5), GFP_KERNEL | __GFP_NOFAIL); in hlist_test_init()
/linux/lib/
H A Dtest_hmm.c1204 src_pfns = kvcalloc(npages, sizeof(*src_pfns), GFP_KERNEL | __GFP_NOFAIL); in dmirror_device_evict_chunk()
1205 dst_pfns = kvcalloc(npages, sizeof(*dst_pfns), GFP_KERNEL | __GFP_NOFAIL); in dmirror_device_evict_chunk()
1219 dpage = alloc_page(GFP_HIGHUSER_MOVABLE | __GFP_NOFAIL); in dmirror_device_evict_chunk()
/linux/fs/gfs2/
H A Dtrans.c168 bd = kmem_cache_zalloc(gfs2_bufdata_cachep, GFP_NOFS | __GFP_NOFAIL); in gfs2_alloc_bufdata()
/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()
/linux/fs/jbd2/
H A Drevoke.c144 gfp_mask |= __GFP_NOFAIL; in insert_revoke_hash()

1234