Home
last modified time | relevance | path

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

12

/linux/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/include/linux/
A Dgfp.h141 #define __GFP_NOMEMALLOC ((__force gfp_t)___GFP_NOMEMALLOC) macro
336 __GFP_NOMEMALLOC | __GFP_NOWARN) & ~__GFP_RECLAIM)
/linux/mm/
A Dballoon_compaction.c127 __GFP_NOMEMALLOC | __GFP_NORETRY | in balloon_page_alloc()
A Dmempool.c384 gfp_mask |= __GFP_NOMEMALLOC; /* don't allocate emergency reserves */ in mempool_alloc()
A Dinternal.h23 __GFP_NORETRY|__GFP_MEMALLOC|__GFP_NOMEMALLOC|\
A Dswap_state.c208 __GFP_HIGH|__GFP_NOMEMALLOC|__GFP_NOWARN, NULL); in add_to_swap()
A Dpage_alloc.c4191 if (!(gfp_mask & __GFP_NOMEMALLOC)) in warn_alloc_show_mem()
4674 if (!(gfp_mask & __GFP_NOMEMALLOC)) in gfp_to_alloc_flags()
4710 if (unlikely(gfp_mask & __GFP_NOMEMALLOC)) in __gfp_pfmemalloc_flags()
5058 (gfp_mask & __GFP_NOMEMALLOC))) in __alloc_pages_slowpath()
5490 __GFP_NOMEMALLOC; in __page_frag_cache_refill()
/linux/include/trace/events/
A Dmmflags.h41 {(unsigned long)__GFP_NOMEMALLOC, "__GFP_NOMEMALLOC"}, \
/linux/fs/cachefiles/
A Dinternal.h30 #define cachefiles_gfp (__GFP_RECLAIM | __GFP_NORETRY | __GFP_NOMEMALLOC)
/linux/fs/btrfs/
A Dzlib.c75 __GFP_NOMEMALLOC | __GFP_NORETRY | in zlib_alloc_workspace()
/linux/drivers/net/usb/
A Dcdc-phonet.c122 page = __dev_alloc_page(gfp_flags | __GFP_NOMEMALLOC); in rx_submit()
/linux/drivers/xen/
A Dballoon.c162 (GFP_HIGHUSER | __GFP_NOWARN | __GFP_NORETRY | __GFP_NOMEMALLOC)
/linux/drivers/gpu/drm/ttm/
A Dttm_pool.c91 gfp_flags |= __GFP_NOMEMALLOC | __GFP_NORETRY | __GFP_NOWARN | in ttm_pool_alloc_page()
/linux/drivers/usb/gadget/function/
A Df_phonet.c300 page = __dev_alloc_page(gfp_flags | __GFP_NOMEMALLOC); in pn_rx_submit()
/linux/drivers/s390/net/
A Dism_drv.c246 GFP_KERNEL | __GFP_NOWARN | __GFP_NOMEMALLOC | __GFP_COMP | __GFP_NORETRY); in ism_alloc_dmb()
/linux/drivers/md/
A Ddm-bufio.c883 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()
A Ddm-stats.c150 p = kvzalloc_node(alloc_size, GFP_KERNEL | __GFP_NOMEMALLOC, node); in dm_kvzalloc()
A Ddm-verity-target.c655 GFP_NOIO | __GFP_NORETRY | __GFP_NOMEMALLOC | __GFP_NOWARN); in verity_submit_prefetch()
/linux/fs/fscache/
A Dcookie.c923 op = kzalloc(sizeof(*op), GFP_NOIO | __GFP_NOMEMALLOC | __GFP_NORETRY); in __fscache_check_consistency()
A Dpage.c976 op = kzalloc(sizeof(*op), GFP_NOIO | __GFP_NOMEMALLOC | __GFP_NORETRY); in __fscache_write_page()
/linux/drivers/virtio/
A Dvirtio_balloon.c37 __GFP_NOMEMALLOC)
/linux/net/openvswitch/
A Dflow.c98 __GFP_NOMEMALLOC, in ovs_flow_stats_update()
/linux/drivers/misc/
A Dvmw_balloon.c681 __GFP_NOMEMALLOC, VMW_BALLOON_2M_ORDER); in vmballoon_alloc_page_list()
/linux/net/smc/
A Dsmc_core.c2059 __GFP_NOMEMALLOC | __GFP_COMP | in smcr_new_buf_create()
2122 __GFP_NOMEMALLOC); in smcd_new_buf_create()

Completed in 67 milliseconds

12