/openbmc/linux/include/linux/ |
H A D | gfp_types.h | 135 #define __GFP_HIGH ((__force gfp_t)___GFP_HIGH) macro 327 #define GFP_ATOMIC (__GFP_HIGH|__GFP_KSWAPD_RECLAIM)
|
/openbmc/linux/drivers/xen/xenbus/ |
H 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()
|
H 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()
|
H A D | xenbus_comms.c | 264 state.alloc = kmalloc(len, GFP_NOIO | __GFP_HIGH); in process_msg()
|
H A D | xenbus_client.c | 183 path = kvasprintf(GFP_NOIO | __GFP_HIGH, pathfmt, ap); in xenbus_watch_pathfmt()
|
/openbmc/linux/Documentation/translations/zh_CN/mm/ |
H A D | balance.rst | 18 对于 !__GFP_HIGH 和 !__GFP_KSWAPD_RECLAIM 以及非 __GFP_IO 的分配,需要进行
|
/openbmc/linux/tools/include/linux/ |
H A D | types.h | 23 __GFP_HIGH enumerator
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | memory-allocation.rst | 89 * ``(GFP_KERNEL|__GFP_HIGH) & ~__GFP_DIRECT_RECLAIM`` (aka ``GFP_ATOMIC`` ) - 非
|
/openbmc/linux/mm/kmsan/ |
H A D | core.c | 248 entries[1] = kmsan_save_stack_with_flags(__GFP_HIGH, 0); in kmsan_internal_chain_origin() 256 handle = __stack_depot_save(entries, ARRAY_SIZE(entries), __GFP_HIGH, in kmsan_internal_chain_origin()
|
H A D | instrumentation.c | 285 handle = stack_depot_save(entries, ARRAY_SIZE(entries), __GFP_HIGH); in __msan_poison_alloca()
|
/openbmc/linux/kernel/power/ |
H A D | swap.c | 279 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()
|
/openbmc/linux/lib/ |
H A D | test_printf.c | 690 gfp = __GFP_HIGH; in flags() 700 gfp |= __GFP_HIGH; in flags()
|
H A D | debugobjects.c | 129 gfp_t gfp = __GFP_HIGH | __GFP_NOWARN; in fill_pool()
|
/openbmc/linux/include/trace/events/ |
H A D | mmflags.h | 33 gfpflag_string(__GFP_HIGH), \
|
/openbmc/linux/drivers/gpu/drm/xen/ |
H A D | xen_drm_front_evtchnl.c | 170 ret = xenbus_setup_ring(xb_dev, GFP_NOIO | __GFP_HIGH, &page, in evtchnl_alloc()
|
/openbmc/linux/Documentation/mm/ |
H A D | balance.rst | 7 Memory balancing is needed for !__GFP_HIGH and !__GFP_KSWAPD_RECLAIM as
|
/openbmc/linux/drivers/usb/host/ |
H A D | xen-hcd.c | 1115 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()
|
/openbmc/linux/mm/ |
H A D | swap_state.c | 200 __GFP_HIGH|__GFP_NOMEMALLOC|__GFP_NOWARN, NULL); in add_to_swap()
|
H A D | internal.h | 24 #define GFP_RECLAIM_MASK (__GFP_RECLAIM|__GFP_HIGH|__GFP_IO|__GFP_FS|\
|
H A D | page_alloc.c | 2869 * __GFP_HIGH allows access to 50% of the min reserve as well in __zone_watermark_ok() 2877 * access more reserves than just __GFP_HIGH. Other in __zone_watermark_ok() 2972 * Ignore watermark boosting for __GFP_HIGH order-0 allocations in zone_watermark_fast() 3718 * __GFP_HIGH is assumed to be the same as ALLOC_MIN_RESERVE in gfp_to_alloc_flags() 3722 BUILD_BUG_ON(__GFP_HIGH != (__force gfp_t) ALLOC_MIN_RESERVE); in gfp_to_alloc_flags() 3728 * policy or is asking for __GFP_HIGH memory. GFP_ATOMIC requests will in gfp_to_alloc_flags() 3729 * set both ALLOC_NON_BLOCK and ALLOC_MIN_RESERVE(__GFP_HIGH). in gfp_to_alloc_flags() 3732 (gfp_mask & (__GFP_HIGH | __GFP_KSWAPD_RECLAIM)); in gfp_to_alloc_flags() 3747 * Ignore cpuset mems for non-blocking __GFP_HIGH (probably in gfp_to_alloc_flags() 5678 * __GFP_HIGH an in __setup_per_zone_wmarks() [all...] |
H A D | ksm.c | 409 return kmem_cache_alloc(stable_node_cache, GFP_KERNEL | __GFP_HIGH); in alloc_stable_node()
|
/openbmc/linux/Documentation/core-api/ |
H A D | memory-allocation.rst | 106 * ``(GFP_KERNEL|__GFP_HIGH) & ~__GFP_DIRECT_RECLAIM`` (aka ``GFP_ATOMIC``) -
|
/openbmc/linux/drivers/video/fbdev/vermilion/ |
H A D | vermilion.c | 89 flags = __GFP_DMA | __GFP_HIGH | __GFP_KSWAPD_RECLAIM; in vmlfb_alloc_vram_area()
|
/openbmc/linux/drivers/net/ |
H A D | xen-netfront.c | 1984 err = xenbus_setup_ring(dev, GFP_NOIO | __GFP_HIGH, (void **)&txs, in setup_netfront() 1991 err = xenbus_setup_ring(dev, GFP_NOIO | __GFP_HIGH, (void **)&rxs, in setup_netfront()
|
/openbmc/linux/drivers/md/ |
H A D | dm-ioctl.c | 1985 dmi = kvmalloc(param_kernel->data_size, GFP_NOIO | __GFP_HIGH); in copy_params()
|