Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dutil.h24 #define EBUG_ON(cond) BUG_ON(cond) macro
30 #define EBUG_ON(cond) do { if (cond); } while (0) macro
/kernel/linux/linux-6.6/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

Completed in 2 milliseconds