Searched refs:__GFP_NORETRY (Results 1 – 25 of 34) sorted by relevance
12
23 GFP_KERNEL | __GFP_NOWARN | __GFP_NORETRY); in msm_syncobj_parse_deps()98 GFP_KERNEL | __GFP_NOWARN | __GFP_NORETRY); in msm_syncobj_parse_post_deps()
97 * ``GFP_KERNEL | __GFP_NORETRY`` - 覆盖默认的分配器行为,所有的分配请求都会提前
16 #define QUIET (__GFP_NORETRY | __GFP_NOWARN)
99 noreclaim |= __GFP_NORETRY | __GFP_NOWARN; in shmem_sg_alloc_table()
262 #define __GFP_NORETRY ((__force gfp_t)___GFP_NORETRY) macro
115 gfp |= __GFP_NORETRY | __GFP_NOWARN; in iomap_read_alloc_bio()
297 !(gfp_flags & __GFP_NORETRY)) in memalloc_retry_wait()
39 const gfp_t high_order_gfp = __GFP_NOWARN | __GFP_NORETRY; in imgu_dmamap_alloc_buffer()
440 clone = bio_kmalloc(nr_iovecs, GFP_NOIO | __GFP_NORETRY | __GFP_NOWARN); in clone_bio()461 pages = alloc_pages(GFP_NOIO | __GFP_NORETRY | __GFP_NOWARN | __GFP_COMP, order); in clone_bio()
272 pl = alloc_pl(__GFP_NOWARN | __GFP_NORETRY | __GFP_KSWAPD_RECLAIM); in kcopyd_get_pages()
267 __GFP_ZERO | __GFP_NORETRY); in mcp251xfd_dump()
56 #define KEXEC_CONTROL_MEMORY_GFP (GFP_KERNEL | __GFP_NORETRY)
139 buf = __vmalloc(bufsize, GFP_KERNEL | __GFP_NORETRY); in nvme_zns_alloc_report_buffer()
93 gfp_t gfp_flags = GFP_KERNEL | __GFP_NORETRY | __GFP_NOWARN; in xprt_alloc_bc_req()
78 __GFP_NORETRY | __GFP_ZERO, in dibs_lo_register_dmb()
200 folio_alloc(GFP_KERNEL | __GFP_NORETRY, order); in xfs_verify_alloc_folio()
159 #define XPRTRDMA_GFP_FLAGS (__GFP_NOMEMALLOC | __GFP_NORETRY | __GFP_NOWARN)
144 (GFP_HIGHUSER | __GFP_NOWARN | __GFP_NORETRY | __GFP_NOMEMALLOC)
422 gfp_flags |= __GFP_NOWARN | __GFP_NORETRY; in tsb_grow()
174 gfp |= __GFP_NORETRY | __GFP_NOWARN; in do_mpage_readpage()
510 gfp_t gfp = GFP_NOIO | __GFP_ZERO | __GFP_NOWARN | __GFP_NORETRY; in blk_mq_alloc_sched_tags()
88 __GFP_NOMEMALLOC | __GFP_NORETRY | in zlib_alloc_workspace()
616 #define PERF_AUX_GFP (GFP_KERNEL | __GFP_ZERO | __GFP_NOWARN | __GFP_NORETRY)
118 * ``GFP_KERNEL | __GFP_NORETRY`` - overrides the default allocator behavior