Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/bcache/
Dutil.h21 #define EBUG_ON(cond) BUG_ON(cond) macro
27 #define EBUG_ON(cond) do { if (cond); } while (0) macro