Home
last modified time | relevance | path

Searched refs:ALLOC_HIGHATOMIC (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/mm/
Dinternal.h844 #define ALLOC_HIGHATOMIC 0x200 /* Allows access to MIGRATE_HIGHATOMIC */ macro
848 #define ALLOC_RESERVES (ALLOC_NON_BLOCK|ALLOC_MIN_RESERVE|ALLOC_HIGHATOMIC|ALLOC_OOM)
Dpage_alloc.c2644 if (alloc_flags & ALLOC_HIGHATOMIC) in rmqueue_buddy()
2905 if ((alloc_flags & (ALLOC_HIGHATOMIC|ALLOC_OOM)) && in __zone_watermark_ok()
3176 if (unlikely(alloc_flags & ALLOC_HIGHATOMIC)) in get_page_from_freelist()
3723 alloc_flags |= ALLOC_HIGHATOMIC; in gfp_to_alloc_flags()