Home
last modified time | relevance | path

Searched refs:__GFP_RETRY_MAYFAIL (Results 1 – 25 of 58) sorted by relevance

123

/openbmc/linux/fs/xfs/
H A Dkmem.h48 lflags |= __GFP_RETRY_MAYFAIL; in kmem_flags_convert()
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_random.c81 GFP_KERNEL | __GFP_RETRY_MAYFAIL | __GFP_NOWARN); in i915_random_order()
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dmemory-allocation.rst100 * ``GFP_KERNEL | __GFP_RETRY_MAYFAIL`` - 覆盖 **默认** 的分配器行为,所有分配请求都非
/openbmc/linux/include/linux/
H A Dgfp_types.h215 #define __GFP_RETRY_MAYFAIL ((__force gfp_t)___GFP_RETRY_MAYFAIL) macro
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_gem_object.c30 #define GFP (GFP_KERNEL | __GFP_NOWARN | __GFP_RETRY_MAYFAIL) in huge_get_pages()
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h31 page = alloc_pages(pgtable_gfp_flags(mm, PGALLOC_GFP | __GFP_RETRY_MAYFAIL), in radix__pgd_alloc()
/openbmc/linux/fs/xfs/scrub/
H A Dscrub.h18 __GFP_RETRY_MAYFAIL))
/openbmc/linux/fs/notify/inotify/
H A Dinotify_fsnotify.c96 event = kmalloc(alloc_len, GFP_KERNEL_ACCOUNT | __GFP_RETRY_MAYFAIL); in inotify_handle_inode_event()
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_internal.c18 #define MAYFAIL (__GFP_RETRY_MAYFAIL | __GFP_NOWARN)
H A Di915_gem_shmem.c150 gfp |= __GFP_RETRY_MAYFAIL | __GFP_NOWARN; in shmem_sg_alloc_table()
/openbmc/linux/drivers/s390/char/
H A Dvmcp.c79 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 Dintel_gt_buffer_pool.c147 GFP_KERNEL | __GFP_RETRY_MAYFAIL | __GFP_NOWARN); in node_create()
H A Dintel_gtt.h35 #define I915_GFP_ALLOW_FAIL (GFP_KERNEL | __GFP_RETRY_MAYFAIL | __GFP_NOWARN)
/openbmc/linux/include/trace/events/
H A Dmmflags.h37 gfpflag_string(__GFP_RETRY_MAYFAIL), \
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_request.h362 #define I915_FENCE_GFP (GFP_KERNEL | __GFP_RETRY_MAYFAIL | __GFP_NOWARN)
H A Di915_request.c858 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 Dhugetlb_vmemmap.c383 gfp_t gfp_mask = GFP_KERNEL | __GFP_RETRY_MAYFAIL | __GFP_THISNODE; in alloc_vmemmap_page_list()
H A Dsparse-vmemmap.c53 gfp_t gfp_mask = GFP_KERNEL|__GFP_RETRY_MAYFAIL|__GFP_NOWARN; in vmemmap_alloc_block()
H A Dutil.c610 if (!(kmalloc_flags & __GFP_RETRY_MAYFAIL)) in kvmalloc_node()
H A Dmemory_hotplug.c1771 .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 Ddma-isa-lpc.rst46 __GFP_RETRY_MAYFAIL and __GFP_NOWARN to make the allocator try a bit harder.
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_gem_shmem_helper.c102 __GFP_RETRY_MAYFAIL | __GFP_NOWARN); in __drm_gem_shmem_create()
/openbmc/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_drv.c528 priv->shm_gfp_mask = GFP_HIGHUSER | __GFP_RETRY_MAYFAIL | __GFP_NOWARN; in etnaviv_bind()
/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_pool.c446 gfp_flags |= __GFP_RETRY_MAYFAIL; in ttm_pool_alloc()
/openbmc/linux/kernel/bpf/
H A Dringbuf.c91 const gfp_t flags = GFP_KERNEL_ACCOUNT | __GFP_RETRY_MAYFAIL | in bpf_ringbuf_area_alloc()

123