Searched refs:__GFP_NORETRY (Results 1 – 25 of 82) sorted by relevance
1234
37 __GFP_COMP | __GFP_NORETRY; in xskq_create()
238 GFP_KERNEL | __GFP_NORETRY | __GFP_THISNODE); in alloc_huge_page_vmemmap()
127 __GFP_NOMEMALLOC | __GFP_NORETRY | in balloon_page_alloc()
385 gfp_mask |= __GFP_NORETRY; /* don't loop in __alloc_pages */ in mempool_alloc()
23 __GFP_NORETRY|__GFP_MEMALLOC|__GFP_NOMEMALLOC|\
589 gfp_t gfp = __GFP_NORETRY | __GFP_NOWARN | __GFP_KSWAPD_RECLAIM; in zswap_pool_create()1191 gfp = __GFP_NORETRY | __GFP_NOWARN | __GFP_KSWAPD_RECLAIM; in zswap_frontswap_store()
97 * ``GFP_KERNEL | __GFP_NORETRY`` - 覆盖默认的分配器行为,所有的分配请求都会提前
17 #define QUIET (__GFP_NORETRY | __GFP_NOWARN)
45 submit = kzalloc(sz, GFP_KERNEL | __GFP_NOWARN | __GFP_NORETRY); in submit_create()553 GFP_KERNEL | __GFP_NOWARN | __GFP_NORETRY); in msm_parse_deps()632 GFP_KERNEL | __GFP_NOWARN | __GFP_NORETRY); in msm_parse_post_deps()
410 gfp_mask & __GFP_NORETRY) { in alloc_buffer_data()427 if (gfp_mask & __GFP_NORETRY) { in alloc_buffer_data()629 bio = bio_kmalloc(GFP_NOWAIT | __GFP_NORETRY | __GFP_NOWARN, vec_size); in use_bio()883 b = alloc_buffer(c, GFP_NOWAIT | __GFP_NORETRY | __GFP_NOMEMALLOC | __GFP_NOWARN); in __alloc_buffer_wait_no_callback()893 b = alloc_buffer(c, GFP_NOIO | __GFP_NORETRY | __GFP_NOMEMALLOC | __GFP_NOWARN); in __alloc_buffer_wait_no_callback()
156 return __get_dma_pages(GFP_KERNEL|__GFP_NORETRY, get_order(size)); in dma_mem_alloc()
38 {(unsigned long)__GFP_NORETRY, "__GFP_NORETRY"}, \
39 const gfp_t high_order_gfp = __GFP_NOWARN | __GFP_NORETRY; in imgu_dmamap_alloc_buffer()
158 __GFP_NORETRY); in etnaviv_core_dump()
45 #define KEXEC_CONTROL_MEMORY_GFP (GFP_KERNEL | __GFP_NORETRY)
221 #define __GFP_NORETRY ((__force gfp_t)___GFP_NORETRY) macro
30 #define cachefiles_gfp (__GFP_RECLAIM | __GFP_NORETRY | __GFP_NOMEMALLOC)
267 __GFP_ZERO | __GFP_NORETRY); in mcp251xfd_dump()
134 buf = kmalloc(len + 1, GFP_KERNEL | __GFP_NOWARN | __GFP_NORETRY); in __drm_printfn_coredump()
386 __GFP_NORETRY); in write_page()395 __GFP_NORETRY); in write_page()1268 __GFP_NORETRY); in load_image_lzo()
224 GFP_KERNEL | __GFP_NORETRY | __GFP_NOWARN)) in alloc_table()
141 buf = __vmalloc(bufsize, GFP_KERNEL | __GFP_NORETRY); in nvme_zns_alloc_report_buffer()
46 | __GFP_NORETRY) & ~__GFP_RECLAIM) \
75 __GFP_NOMEMALLOC | __GFP_NORETRY | in zlib_alloc_workspace()
162 (GFP_HIGHUSER | __GFP_NOWARN | __GFP_NORETRY | __GFP_NOMEMALLOC)
Completed in 51 milliseconds