| /linux/tools/testing/radix-tree/linux/ |
| A D | gfp.h | 10 #define __GFP_HIGH 0x20u macro 23 #define GFP_ATOMIC (__GFP_HIGH|__GFP_ATOMIC|__GFP_KSWAPD_RECLAIM)
|
| /linux/drivers/xen/xenbus/ |
| A D | xenbus_xs.c | 314 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 D | xenbus_probe_frontend.c | 381 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 D | xenbus_comms.c | 264 state.alloc = kmalloc(len, GFP_NOIO | __GFP_HIGH); in process_msg()
|
| A D | xenbus_client.c | 183 path = kvasprintf(GFP_NOIO | __GFP_HIGH, pathfmt, ap); in xenbus_watch_pathfmt()
|
| /linux/tools/include/linux/ |
| A D | types.h | 23 __GFP_HIGH enumerator
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| A D | memory-allocation.rst | 89 * ``(GFP_KERNEL|__GFP_HIGH) & ~__GFP_DIRECT_RECLAIM`` (aka ``GFP_ATOMIC`` ) - 非
|
| /linux/include/linux/ |
| A D | gfp.h | 139 #define __GFP_HIGH ((__force gfp_t)___GFP_HIGH) macro 323 #define GFP_ATOMIC (__GFP_HIGH|__GFP_ATOMIC|__GFP_KSWAPD_RECLAIM)
|
| /linux/kernel/power/ |
| A D | swap.c | 277 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 D | mmflags.h | 31 {(unsigned long)__GFP_HIGH, "__GFP_HIGH"}, \
|
| /linux/drivers/gpu/drm/xen/ |
| A D | xen_drm_front_evtchnl.c | 173 page = get_zeroed_page(GFP_NOIO | __GFP_HIGH); in evtchnl_alloc()
|
| /linux/mm/ |
| A D | internal.h | 21 #define GFP_RECLAIM_MASK (__GFP_RECLAIM|__GFP_HIGH|__GFP_IO|__GFP_FS|\
|
| A D | swap_state.c | 208 __GFP_HIGH|__GFP_NOMEMALLOC|__GFP_NOWARN, NULL); in add_to_swap()
|
| A D | ksm.c | 400 return kmem_cache_alloc(stable_node_cache, GFP_KERNEL | __GFP_HIGH); in alloc_stable_node()
|
| A D | page_alloc.c | 4657 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 D | shmem.c | 1429 __GFP_HIGH | __GFP_NOMEMALLOC | __GFP_NOWARN, in shmem_writepage()
|
| /linux/fs/ |
| A D | mpage.c | 619 BIO_MAX_VECS, GFP_NOFS|__GFP_HIGH); in __mpage_writepage()
|
| /linux/Documentation/core-api/ |
| A D | memory-allocation.rst | 106 * ``(GFP_KERNEL|__GFP_HIGH) & ~__GFP_DIRECT_RECLAIM`` (aka ``GFP_ATOMIC``) -
|
| /linux/drivers/video/fbdev/vermilion/ |
| A D | vermilion.c | 88 flags = __GFP_DMA | __GFP_HIGH | __GFP_KSWAPD_RECLAIM; in vmlfb_alloc_vram_area()
|
| /linux/fs/ntfs3/ |
| A D | fsntfs.c | 1448 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 D | xen-netfront.c | 1907 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 D | dm-ioctl.c | 1872 dmi = kvmalloc(param_kernel->data_size, GFP_KERNEL | __GFP_HIGH); in copy_params()
|
| A D | raid1.c | 1221 gfp_t gfp = r1_bio ? (GFP_NOIO | __GFP_HIGH) : GFP_NOIO; in raid1_read_request()
|
| A D | raid10.c | 1145 gfp = GFP_NOIO | __GFP_HIGH; in raid10_read_request()
|
| /linux/drivers/block/ |
| A D | xen-blkfront.c | 1682 sring = (struct blkif_sring *)__get_free_pages(GFP_NOIO | __GFP_HIGH, in setup_blkring()
|