Searched refs:__GFP_NORETRY (Results 1 – 25 of 75) sorted by relevance
123
| /Linux-v4.19/net/xdp/ |
| D | xsk_queue.c | 42 __GFP_COMP | __GFP_NORETRY; in xskq_create()
|
| /Linux-v4.19/arch/powerpc/platforms/pseries/ |
| D | cmm.c | 174 __GFP_NORETRY | __GFP_NOMEMALLOC); in cmm_alloc_pages() 184 __GFP_NORETRY | __GFP_NOMEMALLOC); in cmm_alloc_pages() 605 __GFP_NORETRY | __GFP_NOMEMALLOC); in cmm_mem_going_offline()
|
| /Linux-v4.19/mm/ |
| D | balloon_compaction.c | 25 __GFP_NOMEMALLOC | __GFP_NORETRY); in balloon_page_alloc()
|
| D | internal.h | 27 __GFP_NORETRY|__GFP_MEMALLOC|__GFP_NOMEMALLOC|\
|
| D | zswap.c | 517 gfp_t gfp = __GFP_NORETRY | __GFP_NOWARN | __GFP_KSWAPD_RECLAIM; in zswap_pool_create() 1083 __GFP_NORETRY | __GFP_NOWARN | __GFP_KSWAPD_RECLAIM, in zswap_frontswap_store()
|
| D | mempool.c | 378 gfp_mask |= __GFP_NORETRY; /* don't loop in __alloc_pages */ in mempool_alloc()
|
| /Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
| D | huge_gem_object.c | 42 #define GFP (GFP_KERNEL | __GFP_NOWARN | __GFP_NORETRY) in huge_get_pages()
|
| D | scatterlist.c | 223 GFP_KERNEL | __GFP_NORETRY | __GFP_NOWARN)) in alloc_table()
|
| /Linux-v4.19/drivers/gpu/drm/i915/ |
| D | i915_gem_internal.c | 29 #define QUIET (__GFP_NORETRY | __GFP_NOWARN)
|
| /Linux-v4.19/sound/core/ |
| D | memalloc.c | 95 | __GFP_NORETRY /* don't trigger OOM-killer */ in snd_malloc_dev_pages()
|
| /Linux-v4.19/include/trace/events/ |
| D | mmflags.h | 38 {(unsigned long)__GFP_NORETRY, "__GFP_NORETRY"}, \
|
| /Linux-v4.19/arch/x86/include/asm/ |
| D | floppy.h | 156 return __get_dma_pages(GFP_KERNEL|__GFP_NORETRY, get_order(size)); in dma_mem_alloc()
|
| /Linux-v4.19/kernel/ |
| D | groups.c | 21 gi = kmalloc(len, GFP_KERNEL_ACCOUNT|__GFP_NOWARN|__GFP_NORETRY); in groups_alloc()
|
| /Linux-v4.19/include/linux/ |
| D | kexec.h | 45 #define KEXEC_CONTROL_MEMORY_GFP (GFP_KERNEL | __GFP_NORETRY)
|
| D | gfp.h | 198 #define __GFP_NORETRY ((__force gfp_t)___GFP_NORETRY) macro
|
| D | pagemap.h | 239 return mapping_gfp_mask(x) | __GFP_NORETRY | __GFP_NOWARN; in readahead_gfp_mask()
|
| /Linux-v4.19/drivers/gpu/drm/ |
| D | drm_print.c | 110 buf = kmalloc(len + 1, GFP_KERNEL | __GFP_NOWARN | __GFP_NORETRY); in __drm_printfn_coredump()
|
| /Linux-v4.19/drivers/md/ |
| D | dm-bufio.c | 365 gfp_mask & __GFP_NORETRY) { in alloc_buffer_data() 382 if (gfp_mask & __GFP_NORETRY) { in alloc_buffer_data() 582 bio = bio_kmalloc(GFP_NOWAIT | __GFP_NORETRY | __GFP_NOWARN, vec_size); in use_bio() 827 b = alloc_buffer(c, GFP_NOWAIT | __GFP_NORETRY | __GFP_NOMEMALLOC | __GFP_NOWARN); in __alloc_buffer_wait_no_callback() 837 b = alloc_buffer(c, GFP_NOIO | __GFP_NORETRY | __GFP_NOMEMALLOC | __GFP_NOWARN); in __alloc_buffer_wait_no_callback()
|
| /Linux-v4.19/drivers/gpu/drm/ttm/ |
| D | ttm_page_alloc.c | 863 huge_flags |= GFP_TRANSHUGE_LIGHT | __GFP_NORETRY | in ttm_get_pages() 981 (GFP_TRANSHUGE_LIGHT | __GFP_NORETRY | in ttm_page_alloc_init() 987 (GFP_TRANSHUGE_LIGHT | __GFP_NORETRY | in ttm_page_alloc_init()
|
| /Linux-v4.19/drivers/gpu/drm/etnaviv/ |
| D | etnaviv_dump.c | 166 iter.start = __vmalloc(file_size, GFP_KERNEL | __GFP_NOWARN | __GFP_NORETRY, in etnaviv_core_dump()
|
| /Linux-v4.19/fs/cachefiles/ |
| D | internal.h | 34 #define cachefiles_gfp (__GFP_RECLAIM | __GFP_NORETRY | __GFP_NOMEMALLOC)
|
| /Linux-v4.19/drivers/staging/android/ion/ |
| D | ion_system_heap.c | 22 __GFP_NORETRY) & ~__GFP_RECLAIM;
|
| /Linux-v4.19/kernel/power/ |
| D | swap.c | 380 __GFP_NORETRY); in write_page() 389 __GFP_NORETRY); in write_page() 1266 __GFP_NORETRY); in load_image_lzo()
|
| /Linux-v4.19/arch/powerpc/mm/ |
| D | mmu_context_iommu.c | 98 new_page = alloc_page(gfp_mask | __GFP_NORETRY | __GFP_NOWARN); in new_iommu_non_cma_page()
|
| /Linux-v4.19/drivers/xen/ |
| D | balloon.c | 159 (GFP_HIGHUSER | __GFP_NOWARN | __GFP_NORETRY | __GFP_NOMEMALLOC)
|
123