Home
last modified time | relevance | path

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

/linux/mm/
H A Dpage_alloc.c2523 if (unlikely(alloc_flags & ALLOC_TRYLOCK)) { in rmqueue_bulk()
3201 if (unlikely(alloc_flags & ALLOC_TRYLOCK)) { in rmqueue_buddy()
4984 if (!(*alloc_flags & ALLOC_TRYLOCK) && in prepare_alloc_pages()
7519 if (alloc_flags & ALLOC_TRYLOCK) in cond_accept_memory()
7611 unsigned int alloc_flags = ALLOC_TRYLOCK; in alloc_frozen_pages_nolock_noprof()
H A Dinternal.h1301 #define ALLOC_TRYLOCK 0x400 /* Only use spin_trylock in allocation path */ macro