Home
last modified time | relevance | path

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

/linux-6.8/fs/bcachefs/
Dsix.c19 #define EBUG_ON(cond) BUG_ON(cond) macro
21 #define EBUG_ON(cond) do {} while (0) macro
Dutil.h28 #define EBUG_ON(cond) BUG_ON(cond) macro
30 #define EBUG_ON(cond) macro
/linux-6.8/drivers/md/bcache/
Dutil.h21 #define EBUG_ON(cond) BUG_ON(cond) macro
27 #define EBUG_ON(cond) do { if (cond) do {} while (0); } while (0) macro