ALLOC_TRYLOCK
if (unlikely(alloc_flags & ALLOC_TRYLOCK)) {
if (unlikely(alloc_flags & ALLOC_TRYLOCK)) {
if (!(*alloc_flags & ALLOC_TRYLOCK) &&
if (alloc_flags & ALLOC_TRYLOCK)
unsigned int alloc_flags = ALLOC_TRYLOCK;