Home
last modified time | relevance | path

Searched refs:UNW_DEBUG_ON (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dunwind.c60 # define UNW_DEBUG_ON(n) unw_debug_level >= n macro
62 # define UNW_DPRINT(n, ...) if (UNW_DEBUG_ON(n)) printk(__VA_ARGS__)
66 # define UNW_DEBUG_ON(n) 0 macro
1234 if (UNW_DEBUG_ON(0)) in script_lookup()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dunwind.c60 # define UNW_DEBUG_ON(n) unw_debug_level >= n macro
62 # define UNW_DPRINT(n, ...) if (UNW_DEBUG_ON(n)) printk(__VA_ARGS__)
66 # define UNW_DEBUG_ON(n) 0 macro
1234 if (UNW_DEBUG_ON(0)) in script_lookup()

Completed in 7 milliseconds