Home
last modified time | relevance | path

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

/drivers/md/bcache/
Dutil.h24 #define EBUG_ON(cond) BUG_ON(cond) macro
30 #define EBUG_ON(cond) do { if (cond); } while (0) macro
Dalloc.c656 EBUG_ON(ptr_stale(c, &b->key, i)); in bch_alloc_sectors()
Dbset.c1314 EBUG_ON(oldsize >= 0 && bch_count_data(b) != oldsize); in bch_btree_sort_partial()