Home
last modified time | relevance | path

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

/linux/tools/testing/radix-tree/linux/
A Dgfp.h10 #define __GFP_HIGH 0x20u macro
23 #define GFP_ATOMIC (__GFP_HIGH|__GFP_ATOMIC|__GFP_KSWAPD_RECLAIM)
/linux/drivers/xen/xenbus/
A Dxenbus_xs.c314 req = kmalloc(sizeof(*req), GFP_NOIO | __GFP_HIGH); in xs_talkv()
393 buffer = kasprintf(GFP_NOIO | __GFP_HIGH, "%s", dir); in join()
395 buffer = kasprintf(GFP_NOIO | __GFP_HIGH, "%s/%s", dir, name); in join()
407 ret = kmalloc(*num * sizeof(char *) + len, GFP_NOIO | __GFP_HIGH); in split()
614 buf = kvasprintf(GFP_NOIO | __GFP_HIGH, fmt, ap); in xenbus_printf()
A Dxenbus_probe_frontend.c381 be_watch.node = kasprintf(GFP_NOIO | __GFP_HIGH, "%s/state", be); in xenbus_reset_frontend()
418 frontend = kasprintf(GFP_NOIO | __GFP_HIGH, "device/%s/%s", class, dev); in xenbus_check_frontend()
A Dxenbus_comms.c264 state.alloc = kmalloc(len, GFP_NOIO | __GFP_HIGH); in process_msg()
A Dxenbus_client.c183 path = kvasprintf(GFP_NOIO | __GFP_HIGH, pathfmt, ap); in xenbus_watch_pathfmt()
/linux/tools/include/linux/
A Dtypes.h23 __GFP_HIGH enumerator
/linux/Documentation/translations/zh_CN/core-api/
A Dmemory-allocation.rst89 * ``(GFP_KERNEL|__GFP_HIGH) & ~__GFP_DIRECT_RECLAIM`` (aka ``GFP_ATOMIC`` ) - 非
/linux/include/linux/
A Dgfp.h139 #define __GFP_HIGH ((__force gfp_t)___GFP_HIGH) macro
323 #define GFP_ATOMIC (__GFP_HIGH|__GFP_ATOMIC|__GFP_KSWAPD_RECLAIM)
/linux/kernel/power/
A Dswap.c277 bio = bio_alloc(GFP_NOIO | __GFP_HIGH, 1); in hib_submit_io()
701 page = (void *)__get_free_page(GFP_NOIO | __GFP_HIGH); in save_image_lzo()
996 __get_free_page(GFP_NOIO | __GFP_HIGH); in get_swap_reader()
1266 GFP_NOIO | __GFP_HIGH : in load_image_lzo()
/linux/include/trace/events/
A Dmmflags.h31 {(unsigned long)__GFP_HIGH, "__GFP_HIGH"}, \
/linux/drivers/gpu/drm/xen/
A Dxen_drm_front_evtchnl.c173 page = get_zeroed_page(GFP_NOIO | __GFP_HIGH); in evtchnl_alloc()
/linux/mm/
A Dinternal.h21 #define GFP_RECLAIM_MASK (__GFP_RECLAIM|__GFP_HIGH|__GFP_IO|__GFP_FS|\
A Dswap_state.c208 __GFP_HIGH|__GFP_NOMEMALLOC|__GFP_NOWARN, NULL); in add_to_swap()
A Dksm.c400 return kmem_cache_alloc(stable_node_cache, GFP_KERNEL | __GFP_HIGH); in alloc_stable_node()
A Dpage_alloc.c4657 BUILD_BUG_ON(__GFP_HIGH != (__force gfp_t) ALLOC_HIGH); in gfp_to_alloc_flags()
4667 (gfp_mask & (__GFP_HIGH | __GFP_KSWAPD_RECLAIM)); in gfp_to_alloc_flags()
A Dshmem.c1429 __GFP_HIGH | __GFP_NOMEMALLOC | __GFP_NOWARN, in shmem_writepage()
/linux/fs/
A Dmpage.c619 BIO_MAX_VECS, GFP_NOFS|__GFP_HIGH); in __mpage_writepage()
/linux/Documentation/core-api/
A Dmemory-allocation.rst106 * ``(GFP_KERNEL|__GFP_HIGH) & ~__GFP_DIRECT_RECLAIM`` (aka ``GFP_ATOMIC``) -
/linux/drivers/video/fbdev/vermilion/
A Dvermilion.c88 flags = __GFP_DMA | __GFP_HIGH | __GFP_KSWAPD_RECLAIM; in vmlfb_alloc_vram_area()
/linux/fs/ntfs3/
A Dfsntfs.c1448 struct bio *bio = bio_alloc(GFP_NOFS | __GFP_HIGH, nr_vecs); in ntfs_alloc_bio()
1452 bio = bio_alloc(GFP_NOFS | __GFP_HIGH, nr_vecs); in ntfs_alloc_bio()
/linux/drivers/net/
A Dxen-netfront.c1907 txs = (struct xen_netif_tx_sring *)get_zeroed_page(GFP_NOIO | __GFP_HIGH); in setup_netfront()
1921 rxs = (struct xen_netif_rx_sring *)get_zeroed_page(GFP_NOIO | __GFP_HIGH); in setup_netfront()
/linux/drivers/md/
A Ddm-ioctl.c1872 dmi = kvmalloc(param_kernel->data_size, GFP_KERNEL | __GFP_HIGH); in copy_params()
A Draid1.c1221 gfp_t gfp = r1_bio ? (GFP_NOIO | __GFP_HIGH) : GFP_NOIO; in raid1_read_request()
A Draid10.c1145 gfp = GFP_NOIO | __GFP_HIGH; in raid10_read_request()
/linux/drivers/block/
A Dxen-blkfront.c1682 sring = (struct blkif_sring *)__get_free_pages(GFP_NOIO | __GFP_HIGH, in setup_blkring()

Completed in 941 milliseconds