| /linux-6.15/fs/smb/server/ |
| H A D | glob.h | 47 #define KSMBD_DEFAULT_GFP (GFP_KERNEL | __GFP_RETRY_MAYFAIL)
|
| /linux-6.15/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_random.c | 81 GFP_KERNEL | __GFP_RETRY_MAYFAIL | __GFP_NOWARN); in i915_random_order()
|
| /linux-6.15/Documentation/translations/zh_CN/core-api/ |
| H A D | memory-allocation.rst | 100 * ``GFP_KERNEL | __GFP_RETRY_MAYFAIL`` - 覆盖 **默认** 的分配器行为,所有分配请求都非
|
| /linux-6.15/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()
|
| /linux-6.15/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()
|
| /linux-6.15/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()
|
| /linux-6.15/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()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_itable.c | 234 GFP_KERNEL | __GFP_RETRY_MAYFAIL); in xfs_bulkstat_one() 326 GFP_KERNEL | __GFP_RETRY_MAYFAIL); in xfs_bulkstat()
|
| H A D | xfs_filestream.c | 313 item = kmalloc(sizeof(*item), GFP_KERNEL | __GFP_RETRY_MAYFAIL); in xfs_filestream_create_association()
|
| H A D | xfs_error.c | 250 GFP_KERNEL | __GFP_RETRY_MAYFAIL); in xfs_errortag_init()
|
| H A D | xfs_iwalk.c | 155 iwag->recs = kmalloc(size, GFP_KERNEL | __GFP_RETRY_MAYFAIL); in xfs_iwalk_alloc()
|
| /linux-6.15/include/linux/ |
| H A D | gfp_types.h | 264 #define __GFP_RETRY_MAYFAIL ((__force gfp_t)___GFP_RETRY_MAYFAIL) macro
|
| /linux-6.15/drivers/s390/char/ |
| H A D | vmcp.c | 80 session->response = (char *)__get_free_pages(GFP_KERNEL | __GFP_RETRY_MAYFAIL, order); in vmcp_response_alloc()
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | scrub.h | 61 __GFP_RETRY_MAYFAIL))
|
| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gt_buffer_pool.c | 147 GFP_KERNEL | __GFP_RETRY_MAYFAIL | __GFP_NOWARN); in node_create()
|
| /linux-6.15/drivers/gpu/drm/ttm/ |
| H A D | ttm_pool.c | 719 gfp_flags |= __GFP_RETRY_MAYFAIL; in __ttm_pool_alloc() 848 gfp |= __GFP_RETRY_MAYFAIL; in ttm_pool_restore_and_alloc() 1021 alloc_gfp = GFP_KERNEL | __GFP_HIGH | __GFP_NOWARN | __GFP_RETRY_MAYFAIL; in ttm_pool_backup()
|
| /linux-6.15/drivers/md/dm-vdo/ |
| H A D | memory-alloc.c | 213 const gfp_t gfp_flags = GFP_KERNEL | __GFP_ZERO | __GFP_RETRY_MAYFAIL; in vdo_allocate_memory()
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_dir2.c | 120 GFP_KERNEL | __GFP_RETRY_MAYFAIL); in xfs_da_mount() 122 GFP_KERNEL | __GFP_RETRY_MAYFAIL); in xfs_da_mount() 383 GFP_KERNEL | __GFP_NOLOCKDEP | __GFP_RETRY_MAYFAIL); in xfs_dir_cilookup_result()
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | i915_request.h | 362 #define I915_FENCE_GFP (GFP_KERNEL | __GFP_RETRY_MAYFAIL | __GFP_NOWARN)
|
| /linux-6.15/mm/ |
| H A D | sparse-vmemmap.c | 63 gfp_t gfp_mask = GFP_KERNEL|__GFP_RETRY_MAYFAIL|__GFP_NOWARN; in vmemmap_alloc_block()
|
| H A D | hugetlb_vmemmap.c | 389 gfp_t gfp_mask = GFP_KERNEL | __GFP_RETRY_MAYFAIL; in alloc_vmemmap_page_list()
|
| /linux-6.15/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.
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_gem_shmem_helper.c | 102 __GFP_RETRY_MAYFAIL | __GFP_NOWARN); in __drm_gem_shmem_create()
|
| /linux-6.15/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_drv.c | 548 priv->shm_gfp_mask = GFP_HIGHUSER | __GFP_RETRY_MAYFAIL | __GFP_NOWARN; in etnaviv_bind()
|