/openbmc/linux/arch/s390/include/asm/ |
H A D | kexec.h | 34 #define KEXEC_CONTROL_MEMORY_GFP (GFP_DMA | __GFP_NORETRY)
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | memory-allocation.rst | 97 * ``GFP_KERNEL | __GFP_NORETRY`` - 覆盖默认的分配器行为,所有的分配请求都会提前
|
/openbmc/linux/include/linux/ |
H A D | gfp_types.h | 217 #define __GFP_NORETRY ((__force gfp_t)___GFP_NORETRY) macro
|
H A D | kexec.h | 54 #define KEXEC_CONTROL_MEMORY_GFP (GFP_KERNEL | __GFP_NORETRY)
|
/openbmc/linux/mm/ |
H A D | balloon_compaction.c | 127 __GFP_NOMEMALLOC | __GFP_NORETRY | in balloon_page_alloc()
|
H A D | hugetlb_vmemmap.c | 322 gfp_t gfp_mask = GFP_KERNEL | __GFP_THISNODE | __GFP_NORETRY | in vmemmap_remap_free()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/include/linux/sched/ |
H A D | mm.h | 283 !(gfp_flags & __GFP_NORETRY)) in memalloc_retry_wait()
|
/openbmc/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_dump.c | 164 __GFP_NORETRY); in panfrost_core_dump()
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_dump.c | 163 __GFP_NORETRY); in etnaviv_core_dump()
|
/openbmc/linux/include/trace/events/ |
H A D | mmflags.h | 39 gfpflag_string(__GFP_NORETRY), \
|
/openbmc/linux/drivers/net/can/spi/mcp251xfd/ |
H A D | mcp251xfd-dump.c | 267 __GFP_ZERO | __GFP_NORETRY); in mcp251xfd_dump()
|
/openbmc/linux/net/sunrpc/ |
H A D | backchannel_rqst.c | 77 gfp_t gfp_flags = GFP_KERNEL | __GFP_NORETRY | __GFP_NOWARN; in xprt_alloc_bc_req()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_print.c | 159 buf = kmalloc(len + 1, GFP_KERNEL | __GFP_NOWARN | __GFP_NORETRY); in __drm_printfn_coredump()
|
/openbmc/linux/drivers/nvme/host/ |
H A D | zns.c | 140 buf = __vmalloc(bufsize, GFP_KERNEL | __GFP_NORETRY); in nvme_zns_alloc_report_buffer()
|
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | scatterlist.c | 228 GFP_KERNEL | __GFP_NORETRY | __GFP_NOWARN)) in alloc_table()
|
/openbmc/linux/net/sunrpc/xprtrdma/ |
H A D | xprt_rdma.h | 156 #define XPRTRDMA_GFP_FLAGS (__GFP_NOMEMALLOC | __GFP_NORETRY | __GFP_NOWARN)
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_log_priv.h | 703 flags |= __GFP_NOWARN | __GFP_NORETRY; in xlog_kvmalloc()
|
/openbmc/linux/kernel/power/ |
H A D | swap.c | 388 __GFP_NORETRY); in write_page() 397 __GFP_NORETRY); in write_page() 1270 __GFP_NORETRY); in load_image_lzo()
|
/openbmc/linux/drivers/dma-buf/heaps/ |
H A D | system_heap.c | 45 | __GFP_NORETRY) & ~__GFP_RECLAIM) \
|
/openbmc/linux/fs/btrfs/ |
H A D | zlib.c | 75 __GFP_NOMEMALLOC | __GFP_NORETRY | in zlib_alloc_workspace()
|