| /linux-6.15/arch/s390/include/asm/ |
| H A D | kexec.h | 34 #define KEXEC_CONTROL_MEMORY_GFP (GFP_DMA | __GFP_NORETRY)
|
| /linux-6.15/Documentation/translations/zh_CN/core-api/ |
| H A D | memory-allocation.rst | 97 * ``GFP_KERNEL | __GFP_NORETRY`` - 覆盖默认的分配器行为,所有的分配请求都会提前
|
| /linux-6.15/mm/ |
| H A D | page_frag_cache.c | 58 __GFP_NOWARN | __GFP_NORETRY | __GFP_NOMEMALLOC; in __page_frag_cache_refill()
|
| H A D | balloon_compaction.c | 129 __GFP_NOMEMALLOC | __GFP_NORETRY | in balloon_page_alloc()
|
| /linux-6.15/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_internal.c | 17 #define QUIET (__GFP_NORETRY | __GFP_NOWARN)
|
| H A D | i915_gem_ttm_move.c | 641 i915_deps_init(&deps, GFP_KERNEL | __GFP_NORETRY | __GFP_NOWARN); in i915_ttm_move() 724 i915_deps_init(&deps, GFP_KERNEL | __GFP_NORETRY | __GFP_NOWARN); in i915_gem_obj_copy_ttm()
|
| /linux-6.15/include/linux/ |
| H A D | gfp_types.h | 266 #define __GFP_NORETRY ((__force gfp_t)___GFP_NORETRY) macro
|
| H A D | kexec.h | 52 #define KEXEC_CONTROL_MEMORY_GFP (GFP_KERNEL | __GFP_NORETRY)
|
| H A D | gfp.h | 200 (__GFP_NORETRY | __GFP_NOMEMALLOC | __GFP_NOWARN)); in gfp_nested_mask()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | floppy.h | 156 return __get_dma_pages(GFP_KERNEL|__GFP_NORETRY, get_order(size)); in dma_mem_alloc()
|
| /linux-6.15/include/linux/sched/ |
| H A D | mm.h | 298 !(gfp_flags & __GFP_NORETRY)) in memalloc_retry_wait()
|
| /linux-6.15/drivers/staging/media/ipu3/ |
| H A D | ipu3-dmamap.c | 39 const gfp_t high_order_gfp = __GFP_NOWARN | __GFP_NORETRY; in imgu_dmamap_alloc_buffer()
|
| /linux-6.15/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_dump.c | 164 __GFP_NORETRY); in panfrost_core_dump()
|
| /linux-6.15/drivers/md/ |
| H A D | dm-flakey.c | 425 clone = bio_kmalloc(nr_iovecs, GFP_NOIO | __GFP_NORETRY | __GFP_NOWARN); in clone_bio() 446 pages = alloc_pages(GFP_NOIO | __GFP_NORETRY | __GFP_NOWARN | __GFP_COMP, order); in clone_bio()
|
| /linux-6.15/drivers/net/can/spi/mcp251xfd/ |
| H A D | mcp251xfd-dump.c | 267 __GFP_ZERO | __GFP_NORETRY); in mcp251xfd_dump()
|
| /linux-6.15/net/sunrpc/ |
| H A D | backchannel_rqst.c | 77 gfp_t gfp_flags = GFP_KERNEL | __GFP_NORETRY | __GFP_NOWARN; in xprt_alloc_bc_req()
|
| /linux-6.15/drivers/gpu/drm/i915/selftests/ |
| H A D | scatterlist.c | 228 GFP_KERNEL | __GFP_NORETRY | __GFP_NOWARN)) in alloc_table()
|
| /linux-6.15/drivers/nvme/host/ |
| H A D | zns.c | 139 buf = __vmalloc(bufsize, GFP_KERNEL | __GFP_NORETRY); in nvme_zns_alloc_report_buffer()
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_print.c | 159 buf = kmalloc(len + 1, GFP_KERNEL | __GFP_NOWARN | __GFP_NORETRY); in __drm_printfn_coredump()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_log_priv.h | 691 flags |= __GFP_NOWARN | __GFP_NORETRY; in xlog_kvmalloc()
|
| /linux-6.15/net/sunrpc/xprtrdma/ |
| H A D | xprt_rdma.h | 158 #define XPRTRDMA_GFP_FLAGS (__GFP_NOMEMALLOC | __GFP_NORETRY | __GFP_NOWARN)
|
| /linux-6.15/drivers/gpu/drm/msm/ |
| H A D | msm_gem_submit.c | 491 GFP_KERNEL | __GFP_NOWARN | __GFP_NORETRY); in msm_parse_deps() 565 GFP_KERNEL | __GFP_NOWARN | __GFP_NORETRY); in msm_parse_post_deps()
|
| /linux-6.15/kernel/power/ |
| H A D | swap.c | 391 __GFP_NORETRY); in write_page() 400 __GFP_NORETRY); in write_page() 1331 __GFP_NORETRY); in load_compressed_image()
|
| /linux-6.15/net/smc/ |
| H A D | smc_loopback.c | 78 __GFP_NOWARN | __GFP_NORETRY | in smc_lo_register_dmb()
|
| /linux-6.15/drivers/dma-buf/heaps/ |
| H A D | system_heap.c | 45 | __GFP_NORETRY) & ~__GFP_RECLAIM) \
|