Searched refs:__GFP_NOFAIL (Results 1 – 25 of 84) sorted by relevance
1234
/linux/fs/xfs/libxfs/ |
A D | xfs_inode_fork.c | 287 ifp = kmem_cache_zalloc(xfs_ifork_cache, GFP_NOFS | __GFP_NOFAIL); in xfs_ifork_alloc() 397 GFP_NOFS | __GFP_NOFAIL); in xfs_iroot_realloc() 506 GFP_NOFS | __GFP_NOFAIL); in xfs_idata_realloc() 680 GFP_NOFS | __GFP_NOFAIL); in xfs_ifork_init_cow()
|
A D | xfs_btree.h | 593 cur = kmem_cache_zalloc(cache, GFP_NOFS | __GFP_NOFAIL); in xfs_btree_alloc_cursor()
|
/linux/fs/ntfs/ |
A D | malloc.h | 69 return __ntfs_malloc(size, GFP_NOFS | __GFP_HIGHMEM | __GFP_NOFAIL); in ntfs_malloc_nofs_nofail()
|
/linux/mm/ |
A D | failslab.c | 23 if (gfpflags & __GFP_NOFAIL) in __should_failslab()
|
A D | internal.h | 22 __GFP_NOWARN|__GFP_RETRY_MAYFAIL|__GFP_NOFAIL|\
|
/linux/Documentation/translations/zh_CN/core-api/ |
A D | memory-allocation.rst | 103 * ``GFP_KERNEL | __GFP_NOFAIL`` - 覆盖默认的分配器行为,所有分配请求将无休止地循
|
/linux/fs/xfs/ |
A D | xfs_icreate_item.c | 100 icp = kmem_cache_zalloc(xfs_icreate_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_icreate_log()
|
A D | xfs_refcount_item.c | 147 GFP_KERNEL | __GFP_NOFAIL); in xfs_cui_init() 224 cudp = kmem_cache_zalloc(xfs_cud_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_get_cud()
|
A D | xfs_bmap_item.c | 141 buip = kmem_cache_zalloc(xfs_bui_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_bui_init() 218 budp = kmem_cache_zalloc(xfs_bud_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_get_bud()
|
A D | xfs_rmap_item.c | 145 GFP_KERNEL | __GFP_NOFAIL); in xfs_rui_init() 247 rudp = kmem_cache_zalloc(xfs_rud_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_get_rud()
|
A D | xfs_extfree_item.c | 165 GFP_KERNEL | __GFP_NOFAIL); in xfs_efi_init() 337 GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_get_efd()
|
A D | xfs_trans.c | 98 ntp = kmem_cache_zalloc(xfs_trans_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_dup() 266 tp = kmem_cache_zalloc(xfs_trans_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_alloc()
|
/linux/include/trace/events/ |
A D | mmflags.h | 37 {(unsigned long)__GFP_NOFAIL, "__GFP_NOFAIL"}, \
|
/linux/drivers/gpu/drm/ |
A D | drm_modeset_lock.c | 141 ctx = kzalloc(sizeof(*ctx), GFP_KERNEL | __GFP_NOFAIL); in drm_modeset_lock_all()
|
/linux/lib/ |
A D | list-test.c | 28 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()
|
A D | rhashtable.c | 188 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/fs/erofs/ |
A D | zdata.c | 724 alloc_page(GFP_NOFS | __GFP_NOFAIL); in z_erofs_do_read_page() 856 gfp_flags |= __GFP_NOFAIL; in z_erofs_decompress_pcluster() 1153 page = erofs_allocpage(pagepool, gfp | __GFP_NOFAIL); in pickup_page_for_submission()
|
A D | decompressor_lzma.c | 261 GFP_KERNEL | __GFP_NOFAIL); in z_erofs_lzma_decompress()
|
A D | decompressor.c | 107 GFP_KERNEL | __GFP_NOFAIL); in z_erofs_lz4_prepare_dstpages()
|
/linux/fs/gfs2/ |
A D | trans.c | 168 bd = kmem_cache_zalloc(gfs2_bufdata_cachep, GFP_NOFS | __GFP_NOFAIL); in gfs2_alloc_bufdata()
|
/linux/drivers/infiniband/hw/cxgb4/ |
A D | mem.c | 78 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/include/linux/ |
A D | gfp.h | 220 #define __GFP_NOFAIL ((__force gfp_t)___GFP_NOFAIL) macro
|
/linux/fs/jbd2/ |
A D | revoke.c | 144 gfp_mask |= __GFP_NOFAIL; in insert_revoke_hash()
|
A D | transaction.c | 374 gfp_mask |= __GFP_NOFAIL; in start_this_handle() 1120 GFP_NOFS | __GFP_NOFAIL); in do_get_write_access() 1384 GFP_NOFS|__GFP_NOFAIL); in jbd2_journal_get_undo_access()
|
/linux/drivers/tty/ |
A D | tty_ldisc.c | 172 ld = kmalloc(sizeof(struct tty_ldisc), GFP_KERNEL | __GFP_NOFAIL); in tty_ldisc_get()
|
Completed in 59 milliseconds
1234