Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dpage_alloc.c2357 if (unlikely(alloc_flags & ALLOC_TRYLOCK)) { in rmqueue_bulk()
2981 if (unlikely(alloc_flags & ALLOC_TRYLOCK)) { in rmqueue_buddy()
4748 if (!(*alloc_flags & ALLOC_TRYLOCK) && in prepare_alloc_pages()
7264 if (alloc_flags & ALLOC_TRYLOCK) in cond_accept_memory()
7370 unsigned int alloc_flags = ALLOC_TRYLOCK; in try_alloc_pages_noprof()
H A Dinternal.h1264 #define ALLOC_TRYLOCK 0x400 /* Only use spin_trylock in allocation path */ macro