Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/include/linux/
A Dgfp_types.h135 #define __GFP_HIGH ((__force gfp_t)___GFP_HIGH) macro
328 #define GFP_ATOMIC (__GFP_HIGH|__GFP_KSWAPD_RECLAIM)
/linux-6.3-rc2/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-6.3-rc2/Documentation/translations/zh_CN/mm/
A Dbalance.rst18 对于 !__GFP_HIGH 和 !__GFP_KSWAPD_RECLAIM 以及非 __GFP_IO 的分配,需要进行
/linux-6.3-rc2/tools/include/linux/
A Dtypes.h23 __GFP_HIGH enumerator
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/
A Dmemory-allocation.rst89 * ``(GFP_KERNEL|__GFP_HIGH) & ~__GFP_DIRECT_RECLAIM`` (aka ``GFP_ATOMIC`` ) - 非
/linux-6.3-rc2/lib/
A Dtest_printf.c677 gfp = __GFP_HIGH; in flags()
687 gfp |= __GFP_HIGH; in flags()
/linux-6.3-rc2/kernel/power/
A Dswap.c279 bio = bio_alloc(hib_resume_bdev, 1, opf, GFP_NOIO | __GFP_HIGH); in hib_submit_io()
703 page = (void *)__get_free_page(GFP_NOIO | __GFP_HIGH); in save_image_lzo()
998 __get_free_page(GFP_NOIO | __GFP_HIGH); in get_swap_reader()
1268 GFP_NOIO | __GFP_HIGH : in load_image_lzo()
/linux-6.3-rc2/include/trace/events/
A Dmmflags.h33 gfpflag_string(__GFP_HIGH), \
/linux-6.3-rc2/drivers/gpu/drm/xen/
A Dxen_drm_front_evtchnl.c170 ret = xenbus_setup_ring(xb_dev, GFP_NOIO | __GFP_HIGH, &page, in evtchnl_alloc()
/linux-6.3-rc2/Documentation/mm/
A Dbalance.rst7 Memory balancing is needed for !__GFP_HIGH and !__GFP_KSWAPD_RECLAIM as
/linux-6.3-rc2/mm/
A Dinternal.h24 #define GFP_RECLAIM_MASK (__GFP_RECLAIM|__GFP_HIGH|__GFP_IO|__GFP_FS|\
A Dswap_state.c202 __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.c4867 BUILD_BUG_ON(__GFP_HIGH != (__force gfp_t) ALLOC_MIN_RESERVE); in gfp_to_alloc_flags()
4877 (gfp_mask & (__GFP_HIGH | __GFP_KSWAPD_RECLAIM)); in gfp_to_alloc_flags()
A Dvmscan.c3328 __GFP_HIGH | __GFP_NOMEMALLOC | __GFP_NOWARN); in reset_bloom_filter()
4267 walk = kzalloc(sizeof(*walk), __GFP_HIGH | __GFP_NOMEMALLOC | __GFP_NOWARN); in set_mm_walk()
A Dshmem.c1425 __GFP_HIGH | __GFP_NOMEMALLOC | __GFP_NOWARN, in shmem_writepage()
/linux-6.3-rc2/drivers/usb/host/
A Dxen-hcd.c1115 err = xenbus_setup_ring(dev, GFP_NOIO | __GFP_HIGH, in xenhcd_setup_rings()
1123 err = xenbus_setup_ring(dev, GFP_NOIO | __GFP_HIGH, in xenhcd_setup_rings()
/linux-6.3-rc2/Documentation/core-api/
A Dmemory-allocation.rst106 * ``(GFP_KERNEL|__GFP_HIGH) & ~__GFP_DIRECT_RECLAIM`` (aka ``GFP_ATOMIC``) -
/linux-6.3-rc2/drivers/video/fbdev/vermilion/
A Dvermilion.c89 flags = __GFP_DMA | __GFP_HIGH | __GFP_KSWAPD_RECLAIM; in vmlfb_alloc_vram_area()
/linux-6.3-rc2/drivers/net/
A Dxen-netfront.c1980 err = xenbus_setup_ring(dev, GFP_NOIO | __GFP_HIGH, (void **)&txs, in setup_netfront()
1987 err = xenbus_setup_ring(dev, GFP_NOIO | __GFP_HIGH, (void **)&rxs, in setup_netfront()
/linux-6.3-rc2/drivers/md/
A Ddm-ioctl.c1907 dmi = kvmalloc(param_kernel->data_size, GFP_KERNEL | __GFP_HIGH); in copy_params()
A Draid1.c1235 gfp_t gfp = r1_bio ? (GFP_NOIO | __GFP_HIGH) : GFP_NOIO; in raid1_read_request()

Completed in 86 milliseconds

12