Searched refs:ALLOC_TRYLOCK (Results 1 – 2 of 2) sorted by relevance
2357 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()
1264 #define ALLOC_TRYLOCK 0x400 /* Only use spin_trylock in allocation path */ macro