Searched refs:__GFP_HIGH (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/include/linux/ |
| H A D | gfp_types.h | 176 #define __GFP_HIGH ((__force gfp_t)___GFP_HIGH) macro 376 #define GFP_ATOMIC (__GFP_HIGH|__GFP_KSWAPD_RECLAIM)
|
| H A D | types.h | 23 __GFP_HIGH enumerator
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | memory-allocation.rst | 89 * ``(GFP_KERNEL|__GFP_HIGH) & ~__GFP_DIRECT_RECLAIM`` (aka ``GFP_ATOMIC`` ) - 非
|
| /linux/mm/kmsan/ |
| H A D | core.c | 179 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 D | instrumentation.c | 286 handle = stack_depot_save(entries, ARRAY_SIZE(entries), __GFP_HIGH); in __msan_poison_alloca()
|
| /linux/drivers/xen/xenbus/ |
| H A D | xenbus_probe_frontend.c | 379 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 D | xenbus_comms.c | 264 state.alloc = kmalloc(len, GFP_NOIO | __GFP_HIGH); in process_msg()
|
| H A D | xenbus_client.c | 190 path = kvasprintf(GFP_NOIO | __GFP_HIGH, pathfmt, ap); in xenbus_watch_pathfmt()
|
| /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()
|
| /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()
|
| /linux/Documentation/core-api/ |
| H A D | memory-allocation.rst | 107 * ``(GFP_KERNEL|__GFP_HIGH) & ~__GFP_DIRECT_RECLAIM`` (aka ``GFP_ATOMIC``) -
|
| /linux/drivers/gpu/drm/ttm/ |
| H A D | ttm_pool.c | 1092 alloc_gfp = GFP_KERNEL | __GFP_HIGH | __GFP_NOWARN | __GFP_RETRY_MAYFAIL; in ttm_pool_backup()
|
| /linux/drivers/net/ |
| H A D | xen-netfront.c | 1987 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()
|