Home
last modified time | relevance | path

Searched refs:__GFP_NOMEMALLOC (Results 1 – 25 of 36) sorted by relevance

12

/linux-6.3-rc2/include/linux/
A Dgfp_types.h137 #define __GFP_NOMEMALLOC ((__force gfp_t)___GFP_NOMEMALLOC) macro
341 __GFP_NOMEMALLOC | __GFP_NOWARN) & ~__GFP_RECLAIM)
/linux-6.3-rc2/drivers/net/wan/
A Dlapbether.c266 struct sk_buff *skb = __dev_alloc_skb(1, GFP_ATOMIC | __GFP_NOMEMALLOC); in lapbeth_connected()
284 struct sk_buff *skb = __dev_alloc_skb(1, GFP_ATOMIC | __GFP_NOMEMALLOC); in lapbeth_disconnected()
A Dhdlc_x25.c58 skb = __dev_alloc_skb(1, GFP_ATOMIC | __GFP_NOMEMALLOC); in x25_connect_disconnect()
/linux-6.3-rc2/mm/
A Dballoon_compaction.c127 __GFP_NOMEMALLOC | __GFP_NORETRY | in balloon_page_alloc()
A Dmempool.c390 gfp_mask |= __GFP_NOMEMALLOC; /* don't allocate emergency reserves */ in mempool_alloc()
A Dinternal.h26 __GFP_NORETRY|__GFP_MEMALLOC|__GFP_NOMEMALLOC|\
A Dswap_state.c202 __GFP_HIGH|__GFP_NOMEMALLOC|__GFP_NOWARN, NULL); in add_to_swap()
A Dpage_alloc.c4367 if (!(gfp_mask & __GFP_NOMEMALLOC)) in warn_alloc_show_mem()
4884 if (!(gfp_mask & __GFP_NOMEMALLOC)) { in gfp_to_alloc_flags()
4927 if (unlikely(gfp_mask & __GFP_NOMEMALLOC)) in __gfp_pfmemalloc_flags()
5274 (gfp_mask & __GFP_NOMEMALLOC))) in __alloc_pages_slowpath()
5716 __GFP_NOMEMALLOC; in __page_frag_cache_refill()
A Dkmemleak.c122 __GFP_NORETRY | __GFP_NOMEMALLOC | \
/linux-6.3-rc2/include/trace/events/
A Dmmflags.h42 gfpflag_string(__GFP_NOMEMALLOC), \
/linux-6.3-rc2/net/sunrpc/xprtrdma/
A Dxprt_rdma.h156 #define XPRTRDMA_GFP_FLAGS (__GFP_NOMEMALLOC | __GFP_NORETRY | __GFP_NOWARN)
/linux-6.3-rc2/fs/btrfs/
A Dzlib.c75 __GFP_NOMEMALLOC | __GFP_NORETRY | in zlib_alloc_workspace()
/linux-6.3-rc2/drivers/net/usb/
A Dcdc-phonet.c122 page = __dev_alloc_page(gfp_flags | __GFP_NOMEMALLOC); in rx_submit()
/linux-6.3-rc2/drivers/xen/
A Dballoon.c163 (GFP_HIGHUSER | __GFP_NOWARN | __GFP_NORETRY | __GFP_NOMEMALLOC)
/linux-6.3-rc2/drivers/gpu/drm/ttm/
A Dttm_pool.c92 gfp_flags |= __GFP_NOMEMALLOC | __GFP_NORETRY | __GFP_NOWARN | in ttm_pool_alloc_page()
/linux-6.3-rc2/drivers/usb/gadget/function/
A Df_phonet.c300 page = __dev_alloc_page(gfp_flags | __GFP_NOMEMALLOC); in pn_rx_submit()
/linux-6.3-rc2/drivers/md/
A Ddm-bufio.c913 b = alloc_buffer(c, GFP_NOWAIT | __GFP_NORETRY | __GFP_NOMEMALLOC | __GFP_NOWARN); in __alloc_buffer_wait_no_callback()
923 b = alloc_buffer(c, GFP_NOIO | __GFP_NORETRY | __GFP_NOMEMALLOC | __GFP_NOWARN); in __alloc_buffer_wait_no_callback()
A Ddm-stats.c150 p = kvzalloc_node(alloc_size, GFP_KERNEL | __GFP_NOMEMALLOC, node); in dm_kvzalloc()
A Ddm-verity-target.c734 GFP_NOIO | __GFP_NORETRY | __GFP_NOMEMALLOC | __GFP_NOWARN); in verity_submit_prefetch()
/linux-6.3-rc2/drivers/s390/net/
A Dism_drv.c321 __GFP_NOMEMALLOC | __GFP_NORETRY); in ism_alloc_dmb()
/linux-6.3-rc2/drivers/virtio/
A Dvirtio_balloon.c34 __GFP_NOMEMALLOC)
/linux-6.3-rc2/drivers/misc/
A Dvmw_balloon.c679 __GFP_NOMEMALLOC, VMW_BALLOON_2M_ORDER); in vmballoon_alloc_page_list()
/linux-6.3-rc2/net/openvswitch/
A Dflow.c99 __GFP_NOMEMALLOC, in ovs_flow_stats_update()
/linux-6.3-rc2/net/smc/
A Dsmc_core.c2211 __GFP_NOMEMALLOC | __GFP_COMP | in smcr_new_buf_create()
2295 __GFP_NOMEMALLOC); in smcd_new_buf_create()
/linux-6.3-rc2/block/
A Dbio.c180 __GFP_NOMEMALLOC | __GFP_NORETRY | __GFP_NOWARN; in bvec_alloc_gfp()

Completed in 68 milliseconds

12