Home
last modified time | relevance | path

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

1234

/openbmc/linux/arch/s390/include/asm/
H A Dkexec.h34 #define KEXEC_CONTROL_MEMORY_GFP (GFP_DMA | __GFP_NORETRY)
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dmemory-allocation.rst97 * ``GFP_KERNEL | __GFP_NORETRY`` - 覆盖默认的分配器行为,所有的分配请求都会提前
/openbmc/linux/include/linux/
H A Dgfp_types.h217 #define __GFP_NORETRY ((__force gfp_t)___GFP_NORETRY) macro
H A Dkexec.h54 #define KEXEC_CONTROL_MEMORY_GFP (GFP_KERNEL | __GFP_NORETRY)
/openbmc/linux/mm/
H A Dballoon_compaction.c127 __GFP_NOMEMALLOC | __GFP_NORETRY | in balloon_page_alloc()
H A Dhugetlb_vmemmap.c322 gfp_t gfp_mask = GFP_KERNEL | __GFP_THISNODE | __GFP_NORETRY | in vmemmap_remap_free()
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_internal.c17 #define QUIET (__GFP_NORETRY | __GFP_NOWARN)
H A Di915_gem_ttm_move.c641 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 Dfloppy.h156 return __get_dma_pages(GFP_KERNEL|__GFP_NORETRY, get_order(size)); in dma_mem_alloc()
/openbmc/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()
/openbmc/linux/include/linux/sched/
H A Dmm.h283 !(gfp_flags & __GFP_NORETRY)) in memalloc_retry_wait()
/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_dump.c164 __GFP_NORETRY); in panfrost_core_dump()
/openbmc/linux/drivers/md/
H A Ddm-flakey.c425 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 Detnaviv_dump.c163 __GFP_NORETRY); in etnaviv_core_dump()
/openbmc/linux/include/trace/events/
H A Dmmflags.h39 gfpflag_string(__GFP_NORETRY), \
/openbmc/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-dump.c267 __GFP_ZERO | __GFP_NORETRY); in mcp251xfd_dump()
/openbmc/linux/net/sunrpc/
H A Dbackchannel_rqst.c77 gfp_t gfp_flags = GFP_KERNEL | __GFP_NORETRY | __GFP_NOWARN; in xprt_alloc_bc_req()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_print.c159 buf = kmalloc(len + 1, GFP_KERNEL | __GFP_NOWARN | __GFP_NORETRY); in __drm_printfn_coredump()
/openbmc/linux/drivers/nvme/host/
H A Dzns.c140 buf = __vmalloc(bufsize, GFP_KERNEL | __GFP_NORETRY); in nvme_zns_alloc_report_buffer()
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Dscatterlist.c228 GFP_KERNEL | __GFP_NORETRY | __GFP_NOWARN)) in alloc_table()
/openbmc/linux/net/sunrpc/xprtrdma/
H A Dxprt_rdma.h156 #define XPRTRDMA_GFP_FLAGS (__GFP_NOMEMALLOC | __GFP_NORETRY | __GFP_NOWARN)
/openbmc/linux/fs/xfs/
H A Dxfs_log_priv.h703 flags |= __GFP_NOWARN | __GFP_NORETRY; in xlog_kvmalloc()
/openbmc/linux/kernel/power/
H A Dswap.c388 __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 Dsystem_heap.c45 | __GFP_NORETRY) & ~__GFP_RECLAIM) \
/openbmc/linux/fs/btrfs/
H A Dzlib.c75 __GFP_NOMEMALLOC | __GFP_NORETRY | in zlib_alloc_workspace()

1234