Home
last modified time | relevance | path

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

12

/Linux-v4.19/fs/ntfs/
Dmalloc.h83 return __ntfs_malloc(size, GFP_NOFS | __GFP_HIGHMEM | __GFP_NOFAIL); in ntfs_malloc_nofs_nofail()
/Linux-v4.19/mm/
Dfailslab.c23 if (gfpflags & __GFP_NOFAIL) in __should_failslab()
Dinternal.h26 __GFP_NOWARN|__GFP_RETRY_MAYFAIL|__GFP_NOFAIL|\
Dpage_alloc.c2992 WARN_ON_ONCE((gfp_flags & __GFP_NOFAIL) && (order > 1)); in rmqueue()
3049 if (gfp_mask & __GFP_NOFAIL) in should_fail_alloc_page()
3522 if (out_of_memory(&oc) || WARN_ON_ONCE(gfp_mask & __GFP_NOFAIL)) { in __alloc_pages_may_oom()
3529 if (gfp_mask & __GFP_NOFAIL) in __alloc_pages_may_oom()
4260 if (gfp_mask & __GFP_NOFAIL) { in __alloc_pages_slowpath()
/Linux-v4.19/include/trace/events/
Dmmflags.h37 {(unsigned long)__GFP_NOFAIL, "__GFP_NOFAIL"}, \
/Linux-v4.19/drivers/staging/erofs/
Dutils.c25 page = alloc_pages(gfp | __GFP_NOFAIL, 0); in erofs_allocpage()
Ddata.c55 mapping_gfp_constraint(mapping, ~__GFP_FS) | __GFP_NOFAIL); in erofs_get_meta_page()
Dinternal.h436 bio = bio_alloc(gfp | __GFP_NOFAIL, 1); in prepare_bio()
Dsuper.c310 __GFP_MOVABLE | __GFP_NOFAIL); in erofs_init_managed_cache()
Dxattr.c67 GFP_KERNEL | __GFP_NOFAIL); in init_inode_xattrs()
/Linux-v4.19/drivers/gpu/drm/
Ddrm_modeset_lock.c96 ctx = kzalloc(sizeof(*ctx), GFP_KERNEL | __GFP_NOFAIL); in drm_modeset_lock_all()
/Linux-v4.19/fs/notify/fanotify/
Dfanotify.c154 gfp |= __GFP_NOFAIL; in fanotify_alloc_event()
/Linux-v4.19/fs/gfs2/
Dtrans.c132 bd = kmem_cache_zalloc(gfs2_bufdata_cachep, GFP_NOFS | __GFP_NOFAIL); in gfs2_alloc_bufdata()
Drgrp.c2213 GFP_NOFS | __GFP_NOFAIL); in rgblk_free()
2608 GFP_NOFS | __GFP_NOFAIL); in gfs2_rlist_add()
2639 GFP_NOFS | __GFP_NOFAIL); in gfs2_rlist_alloc()
/Linux-v4.19/include/linux/
Dgfp.h197 #define __GFP_NOFAIL ((__force gfp_t)___GFP_NOFAIL) macro
/Linux-v4.19/fs/jbd2/
Drevoke.c144 gfp_mask |= __GFP_NOFAIL; in insert_revoke_hash()
Dtransaction.c304 gfp_mask |= __GFP_NOFAIL; in start_this_handle()
983 GFP_NOFS | __GFP_NOFAIL); in do_get_write_access()
1239 GFP_NOFS|__GFP_NOFAIL); in jbd2_journal_get_undo_access()
Djournal.c380 new_bh = alloc_buffer_head(GFP_NOFS|__GFP_NOFAIL); in jbd2_journal_write_metadata_buffer()
2425 GFP_NOFS | __GFP_NOFAIL); in journal_alloc_journal_head()
/Linux-v4.19/fs/ext4/
Dpage-io.c494 gfp_flags |= __GFP_NOFAIL; in ext4_bio_write_page()
/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dmem.c78 skb = alloc_skb(wr_len, GFP_KERNEL | __GFP_NOFAIL); in _c4iw_write_mem_dma_aligned()
137 skb = alloc_skb(wr_len, GFP_KERNEL | __GFP_NOFAIL); in _c4iw_write_mem_inline()
/Linux-v4.19/lib/
Drhashtable.c180 if (tbl == NULL && (gfp & ~__GFP_NOFAIL) != GFP_KERNEL) { in bucket_table_alloc()
1068 tbl = bucket_table_alloc(ht, size, GFP_KERNEL | __GFP_NOFAIL); in rhashtable_init()
/Linux-v4.19/drivers/tty/
Dtty_ldisc.c183 ld = kmalloc(sizeof(struct tty_ldisc), GFP_KERNEL | __GFP_NOFAIL); in tty_ldisc_get()
/Linux-v4.19/drivers/md/
Ddm-region-hash.c294 nreg = kmalloc(sizeof(*nreg), GFP_NOIO | __GFP_NOFAIL); in __rh_alloc()
/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_cm.c180 skb = alloc_skb(len, GFP_KERNEL | __GFP_NOFAIL); in alloc_ctrl_skb()
269 skb = alloc_skb(len, GFP_KERNEL | __GFP_NOFAIL); in chtls_close_conn()
1788 GFP_KERNEL | __GFP_NOFAIL); in send_defer_abort_rpl()
/Linux-v4.19/drivers/char/
Drandom.c823 pool = kcalloc(nr_node_ids, sizeof(*pool), GFP_KERNEL|__GFP_NOFAIL); in do_numa_crng_init()
826 GFP_KERNEL | __GFP_NOFAIL, i); in do_numa_crng_init()

12