Home
last modified time | relevance | path

Searched refs:__GFP_NORETRY (Results 1 – 25 of 34) sorted by relevance

12

/linux/drivers/gpu/drm/msm/
H A Dmsm_syncobj.c23 GFP_KERNEL | __GFP_NOWARN | __GFP_NORETRY); in msm_syncobj_parse_deps()
98 GFP_KERNEL | __GFP_NOWARN | __GFP_NORETRY); in msm_syncobj_parse_post_deps()
/linux/Documentation/translations/zh_CN/core-api/
H A Dmemory-allocation.rst97 * ``GFP_KERNEL | __GFP_NORETRY`` - 覆盖默认的分配器行为,所有的分配请求都会提前
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_internal.c16 #define QUIET (__GFP_NORETRY | __GFP_NOWARN)
H A Di915_gem_shmem.c99 noreclaim |= __GFP_NORETRY | __GFP_NOWARN; in shmem_sg_alloc_table()
/linux/tools/include/linux/
H A Dgfp_types.h262 #define __GFP_NORETRY ((__force gfp_t)___GFP_NORETRY) macro
/linux/fs/iomap/
H A Dbio.c115 gfp |= __GFP_NORETRY | __GFP_NOWARN; in iomap_read_alloc_bio()
/linux/include/linux/sched/
H A Dmm.h297 !(gfp_flags & __GFP_NORETRY)) in memalloc_retry_wait()
/linux/drivers/staging/media/ipu3/
H A Dipu3-dmamap.c39 const gfp_t high_order_gfp = __GFP_NOWARN | __GFP_NORETRY; in imgu_dmamap_alloc_buffer()
/linux/drivers/md/
H A Ddm-flakey.c440 clone = bio_kmalloc(nr_iovecs, GFP_NOIO | __GFP_NORETRY | __GFP_NOWARN); in clone_bio()
461 pages = alloc_pages(GFP_NOIO | __GFP_NORETRY | __GFP_NOWARN | __GFP_COMP, order); in clone_bio()
H A Ddm-kcopyd.c272 pl = alloc_pl(__GFP_NOWARN | __GFP_NORETRY | __GFP_KSWAPD_RECLAIM); in kcopyd_get_pages()
/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-dump.c267 __GFP_ZERO | __GFP_NORETRY); in mcp251xfd_dump()
/linux/include/linux/
H A Dkexec.h56 #define KEXEC_CONTROL_MEMORY_GFP (GFP_KERNEL | __GFP_NORETRY)
/linux/drivers/nvme/host/
H A Dzns.c139 buf = __vmalloc(bufsize, GFP_KERNEL | __GFP_NORETRY); in nvme_zns_alloc_report_buffer()
/linux/net/sunrpc/
H A Dbackchannel_rqst.c93 gfp_t gfp_flags = GFP_KERNEL | __GFP_NORETRY | __GFP_NOWARN; in xprt_alloc_bc_req()
/linux/drivers/dibs/
H A Ddibs_loopback.c78 __GFP_NORETRY | __GFP_ZERO, in dibs_lo_register_dmb()
/linux/fs/xfs/
H A Dxfs_verify_media.c200 folio_alloc(GFP_KERNEL | __GFP_NORETRY, order); in xfs_verify_alloc_folio()
/linux/net/sunrpc/xprtrdma/
H A Dxprt_rdma.h159 #define XPRTRDMA_GFP_FLAGS (__GFP_NOMEMALLOC | __GFP_NORETRY | __GFP_NOWARN)
/linux/drivers/xen/
H A Dballoon.c144 (GFP_HIGHUSER | __GFP_NOWARN | __GFP_NORETRY | __GFP_NOMEMALLOC)
/linux/arch/sparc/mm/
H A Dtsb.c422 gfp_flags |= __GFP_NOWARN | __GFP_NORETRY; in tsb_grow()
/linux/fs/
H A Dmpage.c174 gfp |= __GFP_NORETRY | __GFP_NOWARN; in do_mpage_readpage()
/linux/block/
H A Dblk-mq-sched.c510 gfp_t gfp = GFP_NOIO | __GFP_ZERO | __GFP_NOWARN | __GFP_NORETRY; in blk_mq_alloc_sched_tags()
/linux/fs/btrfs/
H A Dzlib.c88 __GFP_NOMEMALLOC | __GFP_NORETRY | in zlib_alloc_workspace()
/linux/security/integrity/ima/
H A Dima_crypto.c
/linux/kernel/events/
H A Dring_buffer.c616 #define PERF_AUX_GFP (GFP_KERNEL | __GFP_ZERO | __GFP_NOWARN | __GFP_NORETRY)
/linux/Documentation/core-api/
H A Dmemory-allocation.rst118 * ``GFP_KERNEL | __GFP_NORETRY`` - overrides the default allocator behavior

12