Home
last modified time | relevance | path

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

/linux/kernel/unwind/
H A Ddeferred.c48 #define RESERVED_BITS (UNWIND_PENDING | UNWIND_USED) macro
51 static unsigned long unwind_mask = RESERVED_BITS;
309 if (WARN_ON_ONCE(BIT(bit) & RESERVED_BITS)) in unwind_deferred_cancel()