Home
last modified time | relevance | path

Searched defs:DEBUG_WARN (Results 1 – 2 of 2) sorted by relevance

/linux/fs/btrfs/
H A Dmessages.h176 #define DEBUG_WARN(args...) WARN(1, KERN_ERR args) macro
178 #define DEBUG_WARN(...) do {} while(0) macro
/linux/drivers/char/hw_random/
H A Ds390-trng.c39 #define DEBUG_WARN(...) debug_sprintf_event(debug_info, 4, ##__VA_ARGS__) macro