Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Dgfp_types.h176 #define __GFP_HIGH ((__force gfp_t)___GFP_HIGH) macro
376 #define GFP_ATOMIC (__GFP_HIGH|__GFP_KSWAPD_RECLAIM)
H A Dtypes.h23 __GFP_HIGH enumerator
/linux/include/linux/
H A Dgfp_types.h176 #define __GFP_HIGH ((__force gfp_t)___GFP_HIGH) macro
376 #define GFP_ATOMIC (__GFP_HIGH|__GFP_KSWAPD_RECLAIM)
/linux/drivers/xen/xenbus/
H A Dxenbus_xs.c327 req = kmalloc_obj(*req, GFP_NOIO | __GFP_HIGH); in xs_talkv()
407 buffer = kasprintf(GFP_NOIO | __GFP_HIGH, "%s", dir); in join()
409 buffer = kasprintf(GFP_NOIO | __GFP_HIGH, "%s/%s", dir, name); in join()
421 ret = kmalloc(*num * sizeof(char *) + len, GFP_NOIO | __GFP_HIGH); in split_strings()
605 buf = kvasprintf(GFP_NOIO | __GFP_HIGH, fmt, ap); in xenbus_printf()
H A Dxenbus_probe_frontend.c379 be_watch.node = kasprintf(GFP_NOIO | __GFP_HIGH, "%s/state", be); in xenbus_reset_frontend()
416 frontend = kasprintf(GFP_NOIO | __GFP_HIGH, "device/%s/%s", class, dev); in xenbus_check_frontend()
H A Dxenbus_comms.c264 state.alloc = kmalloc(len, GFP_NOIO | __GFP_HIGH); in process_msg()
H A Dxenbus_client.c190 path = kvasprintf(GFP_NOIO | __GFP_HIGH, pathfmt, ap); in xenbus_watch_pathfmt()
/linux/mm/kmsan/
H A Dcore.c179 entries[1] = kmsan_save_stack_with_flags(__GFP_HIGH, 0); in kmsan_internal_chain_origin()
187 handle = stack_depot_save(entries, ARRAY_SIZE(entries), __GFP_HIGH); in kmsan_internal_chain_origin()
H A Dinstrumentation.c286 handle = stack_depot_save(entries, ARRAY_SIZE(entries), __GFP_HIGH); in __msan_poison_alloca()
/linux/Documentation/translations/zh_CN/core-api/
H A Dmemory-allocation.rst89 * ``(GFP_KERNEL|__GFP_HIGH) & ~__GFP_DIRECT_RECLAIM`` (aka ``GFP_ATOMIC`` ) - 非
/linux/kernel/power/
H A Dswap.c278 GFP_NOIO | __GFP_HIGH); in hib_submit_io_async()
719 page = (void *)__get_free_page(GFP_NOIO | __GFP_HIGH); in save_compressed_image()
1031 __get_free_page(GFP_NOIO | __GFP_HIGH); in get_swap_reader()
1310 GFP_NOIO | __GFP_HIGH : in load_compressed_image()
/linux/drivers/gpu/drm/xen/
H A Dxen_drm_front_evtchnl.c170 ret = xenbus_setup_ring(xb_dev, GFP_NOIO | __GFP_HIGH, &page, in evtchnl_alloc()
/linux/drivers/usb/host/
H 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/Documentation/core-api/
H A Dmemory-allocation.rst107 * ``(GFP_KERNEL|__GFP_HIGH) & ~__GFP_DIRECT_RECLAIM`` (aka ``GFP_ATOMIC``) -
/linux/drivers/net/
H A Dxen-netfront.c1987 err = xenbus_setup_ring(dev, GFP_NOIO | __GFP_HIGH, (void **)&txs, in setup_netfront()
1994 err = xenbus_setup_ring(dev, GFP_NOIO | __GFP_HIGH, (void **)&rxs, in setup_netfront()
/linux/lib/
H A Ddebugobjects.c401 gfp_t gfp = __GFP_HIGH | __GFP_NOWARN; in fill_pool()
/linux/mm/
H A Dpage_alloc.c3598 * __GFP_HIGH allows access to 50% of the min reserve as well in __zone_watermark_ok()
3606 * access more reserves than just __GFP_HIGH. Other in __zone_watermark_ok()
3701 * Ignore watermark boosting for __GFP_HIGH order-0 allocations in zone_watermark_fast()
4478 * __GFP_HIGH is assumed to be the same as ALLOC_MIN_RESERVE in gfp_to_alloc_flags()
4482 BUILD_BUG_ON(__GFP_HIGH != (__force gfp_t) ALLOC_MIN_RESERVE); in gfp_to_alloc_flags()
4488 * policy or is asking for __GFP_HIGH memory. GFP_ATOMIC requests will in gfp_to_alloc_flags()
4489 * set both ALLOC_NON_BLOCK and ALLOC_MIN_RESERVE(__GFP_HIGH). in gfp_to_alloc_flags()
4492 (gfp_mask & (__GFP_HIGH | __GFP_KSWAPD_RECLAIM)); in gfp_to_alloc_flags()
4507 * Ignore cpuset mems for non-blocking __GFP_HIGH (probably in gfp_to_alloc_flags()
6393 * __GFP_HIGH an in __setup_per_zone_wmarks()
[all...]
H A Dmemcontrol.c2682 if (!(gfp_mask & (__GFP_NOFAIL | __GFP_HIGH))) in try_charge_memcg()