Home
last modified time | relevance | path

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

/linux/lib/
H A Dstackdepot.c652 bool can_alloc = (depot_flags & STACK_DEPOT_FLAG_CAN_ALLOC) && allow_spin; in stack_depot_save_flags() local
684 if (unlikely(can_alloc && !READ_ONCE(new_pool))) { in stack_depot_save_flags()
693 WARN_ON_ONCE(can_alloc); in stack_depot_save_flags()