Home
last modified time | relevance | path

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

/linux/kernel/unwind/
H A Ddeferred.c48 #define RESERVED_BITS (UNWIND_PENDING | UNWIND_USED)
143 atomic_long_or(UNWIND_USED, &info->unwind_mask); in unwind_user_faultable()
/linux/include/linux/
H A Dunwind_deferred.h20 UNWIND_USED = BIT(UNWIND_USED_BIT) enumerator