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

/linux-master/fs/bcachefs/
H A Dsix.c19 #define EBUG_ON(cond) BUG_ON(cond) macro
21 #define EBUG_ON(cond) do {} while (0) macro
[all...]
H A Dutil.h29 #define EBUG_ON(cond) BUG_ON(cond) macro
31 #define EBUG_ON(cond) macro
/linux-master/drivers/md/bcache/
H A Dutil.h21 #define EBUG_ON(cond) BUG_ON(cond) macro
27 #define EBUG_ON(cond) do { if (cond) do {} while (0); } while (0) macro

Completed in 107 milliseconds