Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/bcache/
H A Dutil.h22 #define EBUG_ON(cond) BUG_ON(cond) macro
28 #define EBUG_ON(cond) do { if (cond) do {} while (0); } while (0) macro