/openbmc/linux/fs/xfs/ |
H A D | kmem.h | 48 lflags |= __GFP_RETRY_MAYFAIL; in kmem_flags_convert()
|
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | i915_random.c | 81 GFP_KERNEL | __GFP_RETRY_MAYFAIL | __GFP_NOWARN); in i915_random_order()
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | memory-allocation.rst | 100 * ``GFP_KERNEL | __GFP_RETRY_MAYFAIL`` - 覆盖 **默认** 的分配器行为,所有分配请求都非
|
/openbmc/linux/include/linux/ |
H A D | gfp_types.h | 215 #define __GFP_RETRY_MAYFAIL ((__force gfp_t)___GFP_RETRY_MAYFAIL) macro
|
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/ |
H A D | huge_gem_object.c | 30 #define GFP (GFP_KERNEL | __GFP_NOWARN | __GFP_RETRY_MAYFAIL) in huge_get_pages()
|
/openbmc/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgalloc.h | 31 page = alloc_pages(pgtable_gfp_flags(mm, PGALLOC_GFP | __GFP_RETRY_MAYFAIL), in radix__pgd_alloc()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | scrub.h | 18 __GFP_RETRY_MAYFAIL))
|
/openbmc/linux/fs/notify/inotify/ |
H A D | inotify_fsnotify.c | 96 event = kmalloc(alloc_len, GFP_KERNEL_ACCOUNT | __GFP_RETRY_MAYFAIL); in inotify_handle_inode_event()
|
/openbmc/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_internal.c | 18 #define MAYFAIL (__GFP_RETRY_MAYFAIL | __GFP_NOWARN)
|
H A D | i915_gem_shmem.c | 150 gfp |= __GFP_RETRY_MAYFAIL | __GFP_NOWARN; in shmem_sg_alloc_table()
|
/openbmc/linux/drivers/s390/char/ |
H A D | vmcp.c | 79 session->response = (char *)__get_free_pages(GFP_KERNEL | __GFP_RETRY_MAYFAIL, order); in vmcp_response_alloc()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_buffer_pool.c | 147 GFP_KERNEL | __GFP_RETRY_MAYFAIL | __GFP_NOWARN); in node_create()
|
H A D | intel_gtt.h | 35 #define I915_GFP_ALLOW_FAIL (GFP_KERNEL | __GFP_RETRY_MAYFAIL | __GFP_NOWARN)
|
/openbmc/linux/include/trace/events/ |
H A D | mmflags.h | 37 gfpflag_string(__GFP_RETRY_MAYFAIL), \
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_request.h | 362 #define I915_FENCE_GFP (GFP_KERNEL | __GFP_RETRY_MAYFAIL | __GFP_NOWARN)
|
H A D | i915_request.c | 858 gfp | __GFP_RETRY_MAYFAIL | __GFP_NOWARN); in request_alloc_slow() 937 gfp | __GFP_RETRY_MAYFAIL | __GFP_NOWARN); in __i915_request_create()
|
/openbmc/linux/mm/ |
H A D | hugetlb_vmemmap.c | 383 gfp_t gfp_mask = GFP_KERNEL | __GFP_RETRY_MAYFAIL | __GFP_THISNODE; in alloc_vmemmap_page_list()
|
H A D | sparse-vmemmap.c | 53 gfp_t gfp_mask = GFP_KERNEL|__GFP_RETRY_MAYFAIL|__GFP_NOWARN; in vmemmap_alloc_block()
|
H A D | util.c | 610 if (!(kmalloc_flags & __GFP_RETRY_MAYFAIL)) in kvmalloc_node()
|
H A D | memory_hotplug.c | 1771 .gfp_mask = GFP_USER | __GFP_MOVABLE | __GFP_RETRY_MAYFAIL, in do_migrate_range() 1932 GFP_USER | __GFP_MOVABLE | __GFP_RETRY_MAYFAIL); in offline_pages()
|
/openbmc/linux/Documentation/core-api/ |
H A D | dma-isa-lpc.rst | 46 __GFP_RETRY_MAYFAIL and __GFP_NOWARN to make the allocator try a bit harder.
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_gem_shmem_helper.c | 102 __GFP_RETRY_MAYFAIL | __GFP_NOWARN); in __drm_gem_shmem_create()
|
/openbmc/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_drv.c | 528 priv->shm_gfp_mask = GFP_HIGHUSER | __GFP_RETRY_MAYFAIL | __GFP_NOWARN; in etnaviv_bind()
|
/openbmc/linux/drivers/gpu/drm/ttm/ |
H A D | ttm_pool.c | 446 gfp_flags |= __GFP_RETRY_MAYFAIL; in ttm_pool_alloc()
|
/openbmc/linux/kernel/bpf/ |
H A D | ringbuf.c | 91 const gfp_t flags = GFP_KERNEL_ACCOUNT | __GFP_RETRY_MAYFAIL | in bpf_ringbuf_area_alloc()
|